HTTPS/SSL error issues [MAIN THREAD]

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

thanks for this solution hope it will be compatible with the external requests that comes to my api

1 Like

also i cant edit files at all on my server and it says this image
note : i’m using only 5kb on this hosting and it says this
doesnt allow adding or editing files but it allows deleting

https://demogexpress.000webhostapp.com/ have the same error ssl firefox and opera

Same thing here : https://webstrasbourg.000webhostapp.com
I’ve tried modifying the Htaccess file but it doesnt seem to contain whatever i need to replace with the right domain name, just this :

HTID:*******: DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES BELOW

php_value display_errors 1

DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES ABOVE HTID:*******:

the HTID field is not missing i’m just a huge noob so i censored it, not knowing if it was dangerous info to share here ^^

Thanks for your work devs, i’m sure you’ll fix it soon <3