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

SSL Verification Errors #14

Open
wybiral opened this issue Jan 29, 2022 · 0 comments
Open

SSL Verification Errors #14

wybiral opened this issue Jan 29, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@wybiral
Copy link
Owner

wybiral commented Jan 29, 2022

Pew Research, Route Fifty, and Slate are all giving SSL verification errors that look like this:
Cannot connect to host slate.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)')]
However the certificate info seems normal (this request was on January 29, 2022, well before the March 11, 2022 expiration):

	"Connection:": {
		"Protocol version:": "TLSv1.2",
		"Cipher suite:": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
		"Key Exchange Group:": "x25519",
		"Signature Scheme:": "RSA-PSS-SHA256"
	},
	"Host slate.com:": {
		"HTTP Strict Transport Security:": "Disabled",
		"Public Key Pinning:": "Disabled"
	},
	"Certificate:": {
		"Issued To": {
			"Common Name (CN):": "slate.com",
			"Organization (O):": "<Not Available>",
			"Organizational Unit (OU):": "<Not Available>"
		},
		"Issued By": {
			"Common Name (CN):": "R3",
			"Organization (O):": "Let's Encrypt",
			"Organizational Unit (OU):": "<Not Available>"
		},
		"Period of Validity": {
			"Begins On:": "Sat, 11 Dec 2021 17:44:42 GMT",
			"Expires On:": "Fri, 11 Mar 2022 17:44:41 GMT"
		},
		"Fingerprints": {
			"SHA-256 Fingerprint:": "36:74:A8:DB:79:58:52:23:68:E7:06:87:8D:E9:51:97:DE:E6:7F:FC:69:90:5F:09:71:77:EE:3B:B4:7A:AF:8C",
			"SHA1 Fingerprint:": "1D:5A:91:D0:DE:1D:65:68:5E:D5:7B:9D:3B:DF:8F:07:5C:28:9F:7E"
		},
		"Transparency:": "<Not Available>"
	}
}```
@wybiral wybiral added the bug Something isn't working label Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant