HTTPS/SSL error issues [MAIN THREAD]

same error on firefox yeah

thanks mate appreciate your effort

They just closed my thread on this marking it solved, but with no solution.
So I’m going to follow this thread and see what happens…

Issue reported, developers will take a look at hopefully fix it ASAP.

No given ETA, we will announce when resolved.

1 Like

My site is also now reporting an error. It was working this morning.
Looking into the error a bit, it says that the https/ssl certificate has been revoked.

1 Like

Yup developer is looking into the error now.

1 Like

appreciate it mate and hope my issue gets solved also
https://geoiptool.000webhostapp.com/

Same error for me too, on my iphone everything is fine with same internet BT (provider, connection) as on computer. Happen from this mid day

– OPS Looking like fixed now for me… hmm…

Seems to be getting worse for me I was able to bypass it before but now I don’t even get that option + it has spread to Canary/Chrome

I was able to access the Log In page this time, but, after I logged in, the same issue came up. I am still using Firefox.

1 Like

11pm here and the developers are in a few different locations hopefully the most part of the issue will be resolved during the day tomorrow fingers crossed.

Okay, what was the issue, exactly? Why weren’t the certificates getting read?

revoked_certifate says on my link when i open with https:// but doesnt say anything when i’m on http://

1 Like

Not sure of issue myself I’ll leave that to the developers tomorrow to resolve.

Http works fine so if anyone wants to Google force http via htaccess you can use that in meantime.

How do we do that exactly?

the issue is my project needs https

In .htaccess inside public_html

use


# BEGIN Force HTTP
RewriteEngine On
RewriteCond %{SERVER_PORT} 443
RewriteRule ^(.*)$ http://yourdomain.com/$1 [R=301,L]
# END Force HTTP

REPLACE YOURDOMAIN.COM WITH YOURDOMAIN.000WEBHOSTAPP.COM

1 Like

Hopefully SSL will be resumed tomorrow

1 Like