Site isn't opening.

Alex0808

BANNED
Joined
May 24, 2019
Messages
378
Reaction score
151
https://imgur.com/B9IOiwp
What's wrong with this website.
This is my maths course website and it isn't opening from last 15 days.

I have to watch the videos on their app.
Is there anyway to acess it?
(Vpn works but i don't have premium vpn.)
 
Click on 'Advanced' below Reload and continue to the site?
 
The only way is VPN or maybe try https version of the site.
 
Issue is with the ssl. As stated above click on advanced and go from there.
 
How to try https version?

I think you should try http version of the website, not https. Because there seems to be an issue with their ssl certificate which became expired or invalid in any other way and when you try to visit website via https:// it gives you this warning that your connection is not encrypted, even though you are trying to access web via https protocol. Visiting site via http should help.
 
I think you should try http version of the website, not https. Because there seems to be an issue with their ssl certificate which became expired or invalid in any other way and when you try to visit website via https:// it gives you this warning that your connection is not encrypted, even though you are trying to access web via https protocol. Visiting site via http should help.
Please tell me how to open it through http.
(I searched it on internet but didn't find, i swear)
 
Please tell me how to open it through http.
(I searched it on internet but didn't find, i swear)
Well, you change the url from https://mysite to http://mysite by manually deleting the "s"
But as other said, your should use advance and click on something like "add exception" if it is redirecting you to https automaticlly
 
Please tell me how to open it through http.
(I searched it on internet but didn't find, i swear)

I can see your website is livesomething.com. click on the address bar and full url of your page will appear, then remove the httpS and leave http at the beginning of the url. But if there is an auto redirect script from http to https then it won't help.

Others suggest you to click on "advanced" and continue to the website despite the risk, but I know sometimes that option is not there.
 
You have problems with SSL certificate.
You have 2 ways to solve this problem:
1. Renew it or install new.
2. in .htaccess remove redirect from http to https.

I would recommend 1 option. SSL gives you protection against some types of hacking.
 
Well, you change the url from https://mysite to http://mysite by manually deleting the "s"
But as other said, your should use advance and click on something like "add exception" if it is redirecting you to https automaticlly
I can see your website is livesomething.com. click on the address bar and full url of your page will appear, then remove the httpS and leave http at the beginning of the url. But if there is an auto redirect script from http to https then it won't help.

Others suggest you to click on "advanced" and continue to the website despite the risk, but I know sometimes that option is not there.
You have problems with SSL certificate.
You have 2 ways to solve this problem:
1. Renew it or install new.
2. in .htaccess remove redirect from http to https.

I would recommend 1 option. SSL gives you protection against some types of hacking.
I removed the ‛s’ and loaded but again after few microseconds load, i was still on the same page.
 
I removed the ‛s’ and loaded but again after few microseconds load, i was still on the same page.
This means you have a redirect from http to https. This redirect is in .htaccess file on your host or server, remove it and everything should work.
 
This means you have a redirect from http to https. This redirect is in .htaccess file on your host or server, remove it and everything should work.
Site isn't mine.

This is the website from which i watch videos of my maths course.
 
You are loading https:// version without a valid SSL certificate.

Edit: Try clicking on advanced and visiting the website if you need to use it. Next to that, you could contact the owner of the website and tell him that his SSL has issues.
 
Back
Top