Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add neverssl.com to HTTPS upgrade exceptions #2063

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mschfh
Copy link

@mschfh mschfh commented Sep 26, 2024

No description provided.

@fmarier
Copy link
Member

fmarier commented Sep 27, 2024

That website looks like it's misconfigured and not doing what it's supposed to:

$ curl --head https://neverssl.com
HTTP/1.1 200 OK
Date: Fri, 27 Sep 2024 19:40:01 GMT
Server: Apache/2.4.58 ()
Upgrade: h2,h2c
Connection: Upgrade
Last-Modified: Wed, 29 Jun 2022 00:23:33 GMT
ETag: "f79-5e28b29d38e93"
Accept-Ranges: bytes
Content-Length: 3961
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8

$ curl --head https://neverssl.com
HTTP/1.1 200 OK
Date: Fri, 27 Sep 2024 19:40:13 GMT
Server: Apache/2.4.58 ()
Upgrade: h2,h2c
Connection: Upgrade
Last-Modified: Wed, 29 Jun 2022 00:23:33 GMT
ETag: "f79-5e28b29d38e93"
Accept-Ranges: bytes
Content-Length: 3961
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8

It is actually listening on port 443 and in fact, it's telling the browser to upgrade the connection to HTTP2 which is TLS-only.

Does it still work in practice?

(I usually use http://http.badssl.com/.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants