Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,855
  • Joined

  • Last visited

  • Days Won

    885

Everything posted by Krydos

  1. This VPS was sold 5 days ago so it is no longer available. I'm confused, which control panel do you want installed? Yep, looks good on our end.
  2. Thanks for noticing that. It looks like Johnny's time sync process stopped, and the time got about two minutes off. Morty, Tommy, and the rest of the servers weren't affected. Johnny's time sync has been started again and the time is correct.
  3. Is Python 3.12 working at normal speed now?
  4. Would you mind trying Python 3.9? I'm trying to determine if only Python 3.12 is affected, or if it's the whole server. Let me know what modules you need for Python 3.9. https://krydos1.heliohost.org/pyinfo/info3.9.py
  5. Since your website uses an SSL certificate whose root was generated in March 2024, it's possible your phone OS hasn't been updated since then to include the new root certificate. Does SSL work if you run the latest updates?
  6. SPF, DKIM, and DMARC have nothing to do with https. You can have SSL and not have SPF, DKIM, or DMARC, or you can have SPF, DKIM, and DMARC but not have SSL because they don't affect each other. DKIM, SPF, and DMARC have been set up for the domain swflspas.com. We recommend sending a test email to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be. SSL is still working for me. Here is IPv6: root@control [~]# curl --verbose https://swflspas.com * Trying 2001:470:1:1ee::3004:443... * Connected to swflspas.com (2001:470:1:1ee::3004) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * CAfile: /etc/pki/tls/certs/ca-bundle.crt * TLSv1.0 (OUT), TLS header, Certificate Status (22): * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS header, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS header, Finished (20): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.2 (OUT), TLS header, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.2 (OUT), TLS header, Unknown (23): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 Here is IPv4: root@control [~]# curl -4 --verbose https://swflspas.com * Trying 65.19.154.94:443... * Connected to swflspas.com (65.19.154.94) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * CAfile: /etc/pki/tls/certs/ca-bundle.crt * TLSv1.0 (OUT), TLS header, Certificate Status (22): * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS header, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS header, Finished (20): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.2 (IN), TLS header, Unknown (23): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.2 (OUT), TLS header, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.2 (OUT), TLS header, Unknown (23): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 Here is another SSL tester https://www.sslshopper.com/ssl-checker.html#hostname=swflspas.com
  7. Everything looks fine to me too. It was probably the Wordpress plugin. Now that it's disabled let us know if you continue having issues.
  8. I have increased your Apache and Nginx timeout from 30 seconds to 5 minutes. Does it work now?
  9. The modules you requested were over 8 GB, and we've had several complaints over the last week that Tommy's Python 3.12 has gotten considerably slower due to these modules. They have been uninstalled, and you'll need to get a VPS for this project https://heliohost.org/vps/
  10. Have you tested this script on your local PC? How long does it take to complete on your home PC?
  11. Sounds good. I created a full backup which you can download from https://heliohost.org/backup/ if you find you need something from your Tommy account, and then deleted the Tommy account as requested. Let us know if you need help with anything else.
  12. Your VPS is rebuilding with Hestia, and you'll get an email in about 30 minutes when it is done. The email will contain the instructions on how to connect to SSH. For Hestia you'll go to https://vps122.heliohost.us:8083/ and login with the username admin, and the SSH password you chose during signup. Let us know if you run into any other issues.
  13. I just added a section to the wiki page https://wiki.helionet.org/SSL_Certificate_Problems#Ensure_Redirect_HTTP_to_HTTPS_is_Off Does this help?
  14. Your script had DOS line endings \r\n. Our servers run Linux (not Windows) so you need to use Linux line endings \n. Does it work now that I converted your line endings?
  15. The error message you posted was about that script. Which script are we debugging then?
  16. Here's our documentation for how to access the logs. https://wiki.helionet.org/View_Error_Logs But the fact that you posted the error log yourself means you already know how to view the error logs. What is this then? # ======= LOAD CHECKED VIDEOS ======= def load_checked_videos(): if os.path.exists(CHECKED_VIDEOS_FILE): with open(CHECKED_VIDEOS_FILE, "r") as file: Do you even know what your code is doing?
  17. Your account has been moved to a dedicated IPv4.
  18. Dedicated IP are $2 per month. Here is the link to pay https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SWXSLMPGYHF46 If you decide you want to switch to yearly billing you can save 17% by paying $20 up front for 12 months.
  19. stderr from /home/razwanrazaq.helioho.st/httpdocs/cgi-bin/tradingTheCloseTrades2.cgi: fopen: Permission denied It's trying to open a file that it doesn't have permission to open, and failing. What file are you trying to open?
  20. The requested modules have been installed. You can see the current list of installed modules on Tommy's Python 3.12 with this link https://krydos1.heliohost.org/pyinfo/info3.12.py
  21. The invite has been sent to the email address listed on this forum account instead. Thanks for the donation.
  22. Is there any particular reason you're using Python 3.9 instead of Python 3.12? Just want to make sure it's intentional prior to installing the modules.
  23. Yes, if you want to get a 1 GB memory, 2 CPUs, and 50 GB storage Mercury VPS for 6 months here is the link to pay https://buy.stripe.com/5kAaEWf8t68GeKkdQQ Also go to https://heliohost.org/password/ and submit a username and a password for your VPS. The username has to be unique so don't use one that is already in use. After doing those 2 steps post back here to let us know and I'll build the VPS for you.
×
×
  • Create New...