You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to look something up on flatpak.org today, I got the following certificate warning from Firefox:
Web sites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for flatpak.org. The certificate is only valid for the following names: *.bleacherreport.com, bleacherreport.com
DNS round robin results supported that, as checking with curl alternated between cert failure:
$ curl https://flatpak.org
curl: (60) SSL: no alternative certificate subject name matches target host name 'flatpak.org'
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Attempting to look something up on
flatpak.org
today, I got the following certificate warning from Firefox:Checking with https://www.ssllabs.com/ssltest/analyze.html?d=flatpak.org gave two potential addresses for the site, and reported the certificate only matching one of them:
DNS round robin results supported that, as checking with curl alternated between cert failure:
And loading the site as expected:
dig
didn't report any obvious differences between the DNS entries:Edit: no current outage reports on https://www.githubstatus.com/ at time of reporting
The text was updated successfully, but these errors were encountered: