-
Posts
24,849 -
Joined
-
Last visited
-
Days Won
885
Everything posted by Krydos
-
The zip file only had the ca_bundle.crt and certificate.crt. I need to have the private.key file as well.
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=jurisconsult.mg
-
That's because I moved it for you.
-
For anyone who searches and finds this, please do not upload your ssl certificate to public_html. If you don't keep your private.key file private then SSL doesn't work. If you upload it to /home/<username>/private.key then people won't be able to download it. I've said this a bunch of times and people keep uploading it to public_html. That's like standing on a busy street corner handing out keys to your house and telling everyone your address. There you go https://www.sslshopper.com/ssl-checker.html#hostname=appstursoft.com
-
You have root access to your VPS so you can enable remote access yourself if you want to. Try out a guide like this https://www.bigbinary.com/blog/configure-postgresql-to-allow-remote-connection If you can't figure it out let us know and we can do it for you, but I prefer for people to at least attempt to learn how to do things like this on their own because it's a great learning opportunity for you.
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=namelessrumia.heliohost.org
-
For anyone else that searches and finds this post please keep in mind a couple things. Please start your own thread, don't reply to this thread unless it involves this domain or this username. It's just extra work for us to split the threads to keep things organized. It's pretty likely that if you post on a thread that already says [Solved] that your request will get missed. Please do not upload your SSL certificate to public_html. SSL only works if you keep the private.key file private. That's why it's called private.key. Certificate.crt is fine to share with everyone. Allowing the private.key to be downloaded by anyone is like standing on a busy street handing out keys to your house and telling everyone your address. @lutyThere you go https://www.sslshopper.com/ssl-checker.html#hostname=lutymolinsradio.live
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=flyrutacavirtual.cf
-
What is your username or main domain?
-
Johnny was moved to the new hard drive, and everything went just fine. The VPS didn't get quite as big of a speed boost as we were hoping, but there is definitely a noticeable improvement.
-
The https redirect has been removed. Feel free to upload a new ssl certificate to your /home/eggcite/ directory, do not upload it to public_html, and I can install it for you. Then you can redirect to https again with .htaccess.
-
Did you know that you can generate a new SSL certificate using Zerossl or one of the dozens of free Let's Encrypt tools and I can install the certificate for you?
-
[Solved] Please install my temporary SSL certificate
Krydos replied to neptunus's topic in Escalated Requests
There you go https://www.sslshopper.com/ssl-checker.html#hostname=astron.heliohost.org -
What is the speed of your internet connection?
Krydos replied to surfcss's topic in Technology and the Internet
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=gab.heliohost.us
-
That's because the sale is still going on. Yep, if you want an upgrade we can put you on the waiting list. For instance if you want 3 GB memory it's $7.00 for 2 GB memory, 2 CPUs, and 50 GB storage plus you get the free 1 GB memory to make it 3 GB total.
-
The regular price is 1 GB memory, 2 CPUs, and 50 GB storage for $4.
-
You can signup at https://www.heliohost.org/vps/ Please note that we are currently full on VPS, but we're taking requests and when there is space to create your VPS we will contact you to see if you're still interested.
-
It's ok. Thanks for trying to help.
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=vanisk.heliohost.org You might want to check your facts before you spread misinformation. I've seen you tell people blatantly false information on Discord too. If people generate their new ssl certificates and upload them to /home/username I can install them.
-
Thanks. Sorry it's taking so long, but like I said I'd rather spend a little extra time up front rather than making thousands of mistakes worth of extra work later.
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=mohapps.ml
-
Still trying to work all the bugs out of the transfer script. Plesk gives the impression that their transfer script will be easy and take care of everything for you, but it barely works. I'm having to rewrite massive portions of it. It will be faster in the long run to get the transfer script working up front than it would be to manually edit five thousand accounts by hand. For instance, it didn't copy the service plan correctly. Even if you got really fast and could manually change the service plan in 45 seconds, spending 45 seconds editing each of the 5000 accounts would be about 62.5 hours of work. If I can spend 30 minutes up front getting the transfer script to work then it saves me 62 hours of work.
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=arabdoctors.eu.org You can switch to php 8.0 by putting this in your .htaccess <IfModule mime_module> AddHandler application/x-httpd-ea-php80 .php .php8 .phtml </IfModule>