-
Posts
24,484 -
Joined
-
Last visited
-
Days Won
866
Everything posted by Krydos
-
We support Django and Flask on Tommy, and Flask on Ricky. Would either of those frameworks work for you?
-
Deployed. http://rajesha1.heliohost.org/FINTECH-PROJECTS/
-
[Solved] Ssl Error: Sec_Error_Revoked_Certificate
Krydos replied to maicol07's topic in Escalated Requests
The way autossl works is it created a 32 digit long random named .txt file, and then tries to access it externally. If you have .htaccess rules preventing that .txt file from being read, then ssl fails, and it deletes the file. So the file is only there for maybe 5 minutes total while it checks your domain. Like wolstech said renaming your .htaccess is a quick way to tell if that's the issue.- 12 replies
-
No, that is not the relative path. The absolute path is /home/rajesha1/stories/post.jpg The relative path would be something ridiculous like ../../../../../../../../../../home/rajesha1/stories/post.jpg tl;dr use absolute, not relative
-
Request: Free Auto Ssl Installation On My Domain
Krydos replied to maicol01's topic in Customer Service
You're only allowed to have one account. Please choose one to delete and use http://www.heliohost.org/classic/support/scripts/delete -
Well, first of all in linux you use slashes not backslashes like in windows, so it path would be like /home/rajesha1/stories/post.jpg Second I checked and even if the slashes were facing the correct direction there is no file named post.jpg in that directory.
-
[Solved] Ssl Error: Sec_Error_Revoked_Certificate
Krydos replied to maicol07's topic in Escalated Requests
Here's the error it encountered for that domain: 9:48:43 AM WARN The domain “apps.maicol07.tk” failed domain control validation: The system failed to fetch the <abbr title="Domain Control Validation">DCV</abbr> file at “<a href="http://apps.maicol07.tk/B0BF63864B4A9371D4DA748B919467DC.txt">http://apps.maicol07.tk/B0BF63864B4A9371D4DA748B919467DC.txt</a>” because of an error: The system failed to send an <abbr title="Hypertext Transfer Protocol">HTTP</abbr> “GET” request to “http://apps.maicol07.tk/B0BF63864B4A9371D4DA748B919467DC.txt” because of an error: Timed out while waiting for socket to become ready for reading . Do you have .htaccess rules blocking access to apps.maicol07.tk/B0BF63864B4A9371D4DA748B919467DC.txt?- 12 replies
-
[Solved] Ssl Error: Sec_Error_Revoked_Certificate
Krydos replied to maicol07's topic in Escalated Requests
https://maicol07.tk/ no longer gives me an error now that it's using out system's automatic ssl. Is it working for you too?- 12 replies
-
What is your username, or main domain?
-
All of your mysql connections are closed right now.
-
Deployed. http://citisnet.heliohost.org/citisnetsql3/
-
[Solved] Ssl Error: Sec_Error_Revoked_Certificate
Krydos replied to maicol07's topic in Escalated Requests
The current ssl certificate on maicol07.tk was issued by startcom not let's encrypt. Since you're on Tommy we actually offer free comodo certificates, and if you use our certificate it will automatically renew itself when it gets close to expiring. Do you mind if I delete your current certificate and install ours?- 12 replies
-
6721869 rajesha1_food localhost:46542 rajesha1_onlinebooks Sleep 2765 NULL 6721870 rajesha1_food localhost:46544 rajesha1_onlinebooks Sleep 2765 NULL 6721884 rajesha1_food localhost:46666 rajesha1_onlinebooks Sleep 2759 NULL 6721885 rajesha1_food localhost:46668 rajesha1_onlinebooks Sleep 2759 NULL 2765 is the number of seconds since the last data was transferred so about 46 minutes.
-
The error is most commonly caused by people not closing their mysql connections after the query has completely. I've noticed this is especially bad in java. Keep in mind java was never really designed or intended to run in a multiuser environment, so unless you tell your code explicitly to close the connections java is going to assume it has the whole server to itself. You had a whopping 12 mysqlconnections just sleeping open. Most of which hadn't sent a single byte of data in HOURS. I've closed them all for you. Perhaps this will help https://stackoverflow.com/questions/2225221/closing-database-connections-in-java
-
That's a security error. Read this https://stackoverflow.com/questions/10752055/cross-origin-requests-are-only-supported-for-http-error-when-loading-a-local Basically, if the file is hosted via https/http/etc you can assume the owner of the file understands that it's being shared. If it's a path like file://c:/ that means it could be ANYTHING on your harddrive, which you don't necessarily want someone on the internet being able to access.
-
[Solved] Requesting Postgresql Db Access From Pgadmin 4 & From Any Ip
Krydos replied to oswako's topic in Escalated Requests
Johnny is running PostgreSQL v8.4.20 which PgAdmin4 does not support. PgAdmin3 should work with Johnny if you want to use an older version. Ricky and Tommy are both running PostgrSQL v9.2.18 which will work with PgAdmin4. So your options are to downgrade PgAdmin, or switch servers. -
There you go http://changemyhud.tk/
-
There are two main differences between Johnny and Tommy. Johnny is our unstable experimental server which means it's really easy to get an account as signups are available all day. This also means that Johnny has frequent high load spikes, less uptime, and just generally more bugs. Tommy is stable, and part of the way we keep him stable is by limiting the number of new accounts that can be created each day. Free signups start at midnight UTC and generally fill within an hour or two. If you're in a hurry and want to skip the line for Tommy I recommend taking a look at https://www.heliohost.org/tommy/Johnny is our only server plan that offers Ruby on Rails. If you need to use RoR Johnny is currently your only option.If you need to have your project functional by August 6th you might be able to get access on Johnny, but it's kind of random how often new java slots open up. Personally I would switch to Tommy. Your choice though. Let us know if you have any other questions. Oh, I also wanted to mention that if you do go ahead with https://www.heliohost.org/tommy/ I can use some new scripts that we're beta testing that should have your account moved for you, and java would be active and ready to go all within a few hours.
-
War files cannot be deployed until java is enabled on your account. To request java access please go to https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and click the "Request Java" button. Keep in mind that since you picked the Johnny server the wait to receive Java on your account is considerable. We recommend choosing Tommy as the queue to receive Java is only a few hours.
-
Deployed. http://xitix.heliohost.org/xitix_blog/
-
[Solved] Requesting Postgresql Db Access From Pgadmin 4 & From Any Ip
Krydos replied to oswako's topic in Escalated Requests
The postgresql user oswako_postgres should now be able to remotely connect to the postgresql database oswako_ioteche from any IP. -
[Solved] Ssl Error: Sec_Error_Revoked_Certificate
Krydos replied to maicol07's topic in Escalated Requests
According to https://www.sslshopper.com/ssl-checker.html#hostname=maicol07.tk that ssl certificate should be good, but when I open the page in Chrome it says it doesn't trust it. Did you pay for that certificate?- 12 replies
-
Deployed. http://rajesha1.heliohost.org/FINTECH-PROJECTS/
-
Well, since I already deleted the block I don't know when for sure it happened. If you get blocked again let us know, and make sure you say in your post not to delete the block before Krydos has a chance to look at the logs. Any admin can remove the block for you, but figuring out why you're being blocked is going to take some log reading. I looked through the logs a bit and I found a couple messages from facebook and twitter to you, but no failed logins. If I knew the time that you were blocked I could try to figure out why.
-
Out of curiousity I looked up the exact time that your account was suspended and compared it to the server monitor for Johnny. Even without the black line marking when your account was suspended you can see the difference.