Jump to content

Krydos

Chief Executive Officer
  • Posts

    26458
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. Ahh, are you talking about the "Firefox has blocked the portions of this site that are not secure." error?
  2. I renamed your forum account so that the username rafasan would be available to create a new account. Let us know once you have your new hosting account created and we can rename you back. The domain rafasantoni.heliohost.org is available.
  3. According to https://www.sslshopper.com/ssl-checker.html#hostname=tabellainterrogati.ga that ssl certificate is good for all browsers. Also, I don't get any errors in Chrome when I view it. What browser are you using?
  4. And now it works. https://www.mkgamers.ml/ I don't see an error on https://tabellainterrogati.ga/
  5. It's hard to tell because you're using cloudflare, but it might be working now.
  6. Ok, I already explained this once, but I obviously didn't explain it well enough. Here is the error: 8:10:20 AM WARN The domain “mkgamers.ml” failed domain control validation: The system failed to fetch the <abbr title="Domain Control Validation">DCV</abbr> file at “<a href="http://mkgamers.ml/84B7B689C89D20849E99168BC2AA2BE5.txt">http://mkgamers.ml/84B7B689C89D20849E99168BC2AA2BE5.txt</a>” because of an error: The system failed to send an <abbr title="Hypertext Transfer Protocol">HTTP</abbr> “GET” request to “http://mkgamers.ml/84B7B689C89D20849E99168BC2AA2BE5.txt” because of an error: Timed out while waiting for socket to become ready for reading . What that means is the system created a file called 84B7B689C89D20849E99168BC2AA2BE5.txt and then tried to access it externally by going to mkgamers.ml/84B7B689C89D20849E99168BC2AA2BE5.txt and failed. Obviously, that file gets deleted again as soon as the check has finished, but to see what is happening let's create it again and try to access it. root@tommy [/home/maicol07/public_html/mkgamers.ml]# echo "hello world!" > 84B7B689C89D20849E99168BC2AA2BE5.txt Now, when we try to go to http://mkgamers.ml/84B7B689C89D20849E99168BC2AA2BE5.txt we get an error saying that the ssl certificate is invalid rather than displaying "hello world!". Now if we take a look at your .htaccess we see: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Nice, there is a rule for /<random 32 characters>.txt, but it's not going to work for the addon domain so we need to add a line to prevent it from forcing https on mkgamers.ml. So add this line RewriteCond %{REQUEST_URI} !^/mkgamers\.ml/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ Now, there is an exception for mkgamers.ml/84B7B689C89D20849E99168BC2AA2BE5.txt so it doesn't force https if someone requests it. Check it in the browser and instead of an ssl certificate error we see "hello world!" Each time you create an addon domain or any kind of domain for that matter test it out to make sure those text files can be read without any errors, and autossl will work. If you have any .htaccess rules preventing it from being accessed then ssl won't automatically get installed on that domain. Does that explain it a little better?
  7. All of the domains on your Tommy account already have SSL installed. See http://www.helionet.org/index/topic/28286-ssl-error-sec-error-revoked-certificate/
  8. Since your account is on Ricky try these settings: host: ricky.heliohost.org port: 1312 protocol: SFTP logon type: normal user: fungrp password: <same as cPanel password>
  9. What domain/install are you trying to transfer? I can try doing it for you.
  10. First of all don't ever give your password out to anyone for any reason through any form of communication. If someone really is an admin then they don't need your password anyways. What do you see when you go to http://promotingall.heliohost.org/ ? Any error messages or anything?
  11. What is your username or main domain?
  12. Java is not enabled on that account. In order to deploy a .war java must first be enabled. If you're interested in transferring your account to Tommy to get java within a few hours we have two options for you. For a donation https://www.heliohost.org/donate/ of $1 or more we can move your account for you and it will only take a couple hours. If you'd rather move your own account for free here are the instructions http://wiki.helionet.org/Moving_your_account which could take several days. Your third option is just to stay on Johnny and for java to be installed on your Johnny account. You can find the estimated install date at https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
  13. Those long load times are during apache restarts. Since we offer instant domain activation apache has to restart a lot.
  14. It looks like your account was on Stevie, and the last time you logged in was 2016-03-15 so 451 days ago. In the time since you last logged on Stevie's hard drive went bad, we repaired his hardware, and reformatted and reinstalled the operating system on him and created a new server named Ricky. When we realized the hard drive was going bad we backed up as much as we could, but it looks like your files were already too damaged to save. You're welcome to create a new account if you wish https://www.heliohost.org/signup/ and we can help you get your website back online.
  15. Since you donated via paypal it can take up to 24 hours to get your invitation. If you donate with a card on our website you get the invitation instantly. I do see the $2.00 donation from earlier today so I resent the invitation. Let us know if you still didn't get it.
  16. What is your username or main domain?
  17. Bad luck then I guess. If you look at our server monitor http://heliohost.grd.net.pl/monitor/ Johnny has had a pretty smooth day except for the one little patch when you contacted us.
  18. Thanks for noticing that typo. I have fixed it. It looks like cprn never got fully created. It created your forum account, which is why you can't use the username cprn again, but it didn't actually submit the hosting account. I do see your cy account though, and it's ready to go. Since you only have one account you're fine on the ToS.
  19. Download the backup from /home/maicol07/.softaculous_backups/<filename>.tar.gz on Tommy and then upload it to /home/maicol01/.softaculous_backups/<filename>.tar.gz on Ricky. Then go to https://ricky.heliohost.org:2083/frontend/paper_lantern/softaculous/index.live.php and in the top right corner there is an icon that looks like a piece of paper with a zipper. Click that and you should be able to restore your backup from that screen.
  20. Go to https://ricky.heliohost.org:2083/frontend/paper_lantern/softaculous/index.live.php and click installations. Then locate the line of the installation you want to back up and click "backup". It's the second icon from the left.
  21. Yeah, we will probably install flask at some point on Johnny. Yes, both Ricky and Tommy support remote postgresql connections.
  22. Well, first of all you picked the Johnny server which is our experimental unstable server. We provide this server for people who aren't too concerned about uptime, and just want a place to test their scripts online. Downtime and high load are not uncommon on Johnny. I noticed that you are running wordpress so I searched for what 502 errors mean for that particular piece of software, and it looks like it means that the php script ran for too long and was killed. If the load is high php scripts definitely take a lot longer to execute, and if they take too long the server would kill them. So I would guess high load is the cause of the 502 errors. When I viewed your site it was loading fine, but the load was about 8 which isn't too bad. If you don't log in to your Heliohost account at https://www.heliohost.org/login/ at least once every 30 days your account becomes inactive, and your site(s) are replaced by an inactive message explaining how to reactive your account. We don't have anything else that could be described as "sleep mode" though. It's likely you just visited your site during a period of time that Johnny was experiencing high load, so your page opened slowly, and then later in the day you visited while the server had low load so the page opened faster. If you're interested in a server with less load spikes, and production quality uptime and response time I highly recommend switching servers to Ricky or Tommy.
  23. Deployed. http://rajesha1.heliohost.org/FINTECH-PROJECTS/
  24. What is your username or main domain?
  25. Reinstall wordpress on sellall.heliohost.org. Click the cloudflare button in cpanel.
×
×
  • Create New...