laike9m / Python-Type-Challenges

Master Python typing (type hints) with interactive online exercises!
https://python-type-challenges.zeabur.app
MIT License
496 stars 31 forks source link

[Hosting] SSL Error accessing domain: SSL_ERROR_RX_RECORD_TOO_LONG #123

Closed aThorp96 closed 1 week ago

aThorp96 commented 1 week ago

Wanted to flag that the site is inaccessible atm, at least to me.

$ openssl s_client -showcerts -servername python-type-challenges.zeabur.app -connect python-type-challenges.zeabur.app:443 </dev/null

Connecting to 35.71.144.225
CONNECTED(00000006)
000C350102000000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:ssl/record/methods/tls_common.c:663:
000C350102000000:error:0A000139:SSL routines::record layer failure:ssl/record/rec_layer_s3.c:692:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 348 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
This TLS version forbids renegotiation.
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
laike9m commented 1 week ago

Since it works for me and others, could you perhaps check if your firewall/proxy settings have anything to do with this?

aThorp96 commented 1 week ago

Hmmm. I checked across several devices prior to posting and it was consistent, but I did just try on my phone on a whim. It works on my phone when I'm not on Wifi, so there's probably something going on in my network. Sorry for the noise, I'll track down the issue on my end

laike9m commented 1 week ago

No worries :)