I run my page through netlify. On my computer the page loads successfully on any browser, but on our university computers firefox shows an error: insecure connection. On mozilla observation I get the same error. Ive checked the SSL and my complete project but can't find the error.
The observatory doesn't analyze every (or maybe it does) certificate. If you send out a self-signed or otherwise invalid (different names?) certificate, it will complain.
Thanks for your fast help.
I redirect my page from 'strato' to netlify by DNS, is it related to that? I have no idea why the website sends two certificates.
Thanks for your fast help.
I redirect my page from 'strato' to netlify by DNS, is it related to that? I have no idea why the website sends two certificates.
When you use a SaaS service to host a website on your domain it's very common to have a certificate for your domain and a certificate for the hoster's domain.
Ok, thanks! But there is no way to bypass the message from Observatory? Because the computers of my university do not load the pages because of the error
It doesn't really say WHY the site would use an untrusted or invalid cert.. I really hate applications or sites without verbosity.. With just this info, the Observatory is USELESS.
Because it is. SSLLabs does mention a certificate issue when no SNI is used (the netlify cert), but webbrowsers and other clients nowadays all use SNI, so your site is fine.
{
"id": 127462215,
"analyzer": "symantecDistrust",
"result": {
"reasons": [
"path uses a root not trusted by Mozilla: C=US, O=Internet Security Research Group, CN=ISRG Root X1 (id=188459944)"
],
"isDistrusted": false
},
"success": true
},
However, I don't understand why the message says it's not good, while the isDistrusted result is false, which IS good, right?
What a stupid TLS checker...
Edit: It might be due to the fact the Observatory chokes on the expired DST Root X3 root certificate by the way... Which is also stupid, as most clients can handle this perfectly.. Why not the TLS Observatory? That's just sad..
So, this is really frustrating, but okay. Then I will wait, hoping they will fix the error. I have no idea what my university does with their PCs, because it works fine on my friends' PCs. Thanks for your help!
I would suggest to just ignore the error. Mozilla might sound trustworthy, but it seems they are letting everybody down in this case. If you look at the SSLLabs result with an "A+", you're good to go.
TL;DR: ignore Mozilla, trust SSLLabs (And I don't even own SSLLabs stocks! )
@louism.1998 what type of Certificate(s) does your friend use?
As your cert is Certificate #1: EC 256 bits (SHA256withRSA)
and my cert is Certificate #1: EC 384 bits (SHA384withECDSA)
your friend might not be using an EC certificate.