Hi,
As I mentioned in this post I’m unable to install any packages from Hex.
In trying to debug, I ran: openssl s_client -connect repo.hex.pm:443 -servername repo.hex.pm
. Here’s a snippet from the response:
---
Certificate chain
0 s:CN = repo.hex.pm
i:C = BE, O = GlobalSign nv-sa, CN = GlobalSign Atlas R3 DV TLS CA 2023 Q2
a:PKEY: rsaEncryption, 2048 (bit); sigalg: RSA-SHA256
v:NotBefore: Jul 2 01:48:39 2023 GMT; NotAfter: Aug 2 01:48:38 2024 GMT
1 s:C = BE, O = GlobalSign nv-sa, CN = GlobalSign Atlas R3 DV TLS CA 2023 Q2
i:OU = GlobalSign Root CA - R3, O = GlobalSign, CN = GlobalSign
a:PKEY: rsaEncryption, 2048 (bit); sigalg: RSA-SHA256
v:NotBefore: Jan 18 03:36:52 2023 GMT; NotAfter: Jan 18 00:00:00 2025 GMT
---
Does the problem have anything to do with: NotAfter: Aug 2 01:48:38 2024 GMT
?
How can I fix the problem?
PS: I’m running on a x64
Windows PC.