Jump to content

Krydos

Chief Executive Officer
  • Posts

    26455
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. The problem is .well-known has to be accessible via http. # curl "http://borbach.com/.well-known/acme-challenge/ysITPUa8hTIqNhE7FjrKF9WjF0QDi4AUgdjhK5ioL3U" <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html> As you can see requests for http get redirected to https so SSL verification will always fail. I disabled redirection to https and now it returns the contents of the verification file instead of redirecting to https. # curl "http://borbach.com/.well-known/acme-challenge/ysITPUa8hTIqNhE7FjrKF9WjF0QDi4AUgdjhK5ioL3U" ysITPUa8hTIqNhE7FjrKF9WjF0QDi4AUgdjhK5ioL3U.JYseh45lQBxj41K6qwq7KQASWpf6M7NBo1lNHke015E Here is the recommended way to redirect to https, while making an exception for .well-known to be accessed via http RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{THE_REQUEST} !/.well-known/(.*)$ [NC] RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] I added the above code to your .htaccess and I reissued Let's Encrypt via Plesk for you and now everything is working as expected. https://www.sslshopper.com/ssl-checker.html#hostname=borbach.com
  2. DKIM, SPF, and DMARC have been set up for the domain a0795683865.helioho.st. 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.
  3. When I first glanced at this I read joyless trout. Haha. Remote access enabled. host=65.19.154.90 port=5432 username=joyless_user dbname=joyless_tryout password=<set in Plesk>
  4. Usernames that we know of who are in this class: devlab, romrarito, aelreje, dtfj03, meglopez, duckworth, vinzj Are there any others?
  5. Since so many of these students are using personal gmail.com addresses they are still getting suspended by our multi account detection system. Can we please get this organized so they are all using studentname@usls.edu.ph email addresses or something like that so we can identify them prior to getting suspended, and then requesting to be added to the class exemption list?
  6. I thought all of the students in this class were going to be using username@usls.edu.ph email addresses. I also thought all of the students accounts were going to be listed in this thread We are extremely happy to provide accounts to help this class learn about hosting in the real world, but unless someone actually gets this organized you are all going to continue getting suspended since you're all using the same computers and IP addresses.
  7. The module psycopg2 has been installed on Tommy's Python 3.12. You can see the current list of installed modules at https://krydos1.heliohost.org/pyinfo/info3.12.py
  8. See https://helionet.org/index/topic/62900-solved-unsuspend-account/ Like you've been told several times already there is no need to spam your unsuspension request in 50 different places. Most of our staff are located in North America and you sent this email at 3:26am. When you request support at a time when we're all asleep you can expect it to take a little longer than usual. Like I already said on Discord, Please explain how you will prevent your site for being used to brute force passwords. Your legal page basically says “please don’t use this page to do illegal things.” Asking nicely doesn’t prevent illegal activity. If I left a stack of $1000 sitting on my doorstep and left a nice note next to it saying “please don’t steal this cash” I doubt it would work just like your legal page. If you can prove that your hacking tools won't be used for hacking you can host them.
  9. Like it says on basically every page of our wiki, most changes can take up to 2 hours to go through. For instance, changing your PHP version can take up to 2 hours to actually change.
  10. You can use the binary /usr/bin/python3.9 or /usr/bin/python3.12 to choose the version you want to use. If you're just using /usr/bin/python3 then that's 3.9.
  11. Your subscription has been canceled and you won't be billed again. Thank you for using our VPS service.
  12. You can signup for a VPS at https://heliohost.org/vps/ where you can start 116 Discord bots at the same time, and not cause anyone else's website to go offline.
  13. Set your MX record to johnny.heliohost.org and your domain should stay active.
  14. Do you have any antivirus or antimalware programs? They could be blocking access to Johnny, where your website is hosted, but not to Brody, where this forum is hosted. Some internet connections and routers also have malware blocking built in so they could be blocking you as well. Have you tried using a different internet connection?
  15. When the 1204 other accounts on your server ask why their website was offline for 2 hours and 26 minutes because you started 116 bots, what do you want to tell them?
  16. The module dydx-v4-client has been installed on Tommy's Python 3.12. You can see the current list of installed modules and their versions at https://krydos1.heliohost.org/pyinfo/info3.12.py
  17. The invite has been resent to you. Let us know if you still can't find it.
  18. If you're talking about this link https://helionet.org/index/index.php?showtopic=62881 to view your email you would need to login first before you can see it.
  19. The email to create that account was sent to you 22 hours ago, and the link has not been clicked yet. Have you checked your spam folder and your promotions tab?
  20. Sure. If you provide unique email addresses for each account we can send out invites.
  21. Your VPS has been upgraded to 16 GB memory, 8 CPUs, and 300 GB storage. Let us know if you need help with anything else.
  22. Your subscription has been canceled and you won't be charged again. Thanks for using our VPS service.
  23. Everything looks good. Your upgrade should be completed later today. I'll reply to this forum post when it is done.
  24. Alright, your full backup has been created. Go ahead and use this page to upgrade to the hard drive space, CPUs, and memory you need https://heliohost.org/dashboard/upgrade/
  25. I'm creating a full backup now.
×
×
  • Create New...