jzebedee / uscis

Daily datasets of USCIS form processing times
3 stars 1 forks source link

Unsafe negotiation disabled in modern SSL libraries #8

Closed jzebedee closed 1 year ago

jzebedee commented 1 year ago

cURL is failing with the following error: curl: (35) error:0A000152:SSL routines::unsafe legacy renegotiation disabled

OpenSSL sanity check also fails:

$ openssl s_client -connect egov.uscis.gov:443
CONNECTED(00000003)
40474AB1487F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../ssl/statem/extensions.c:879:
---
no peer certificate available

Further details included in this SO answer.

jzebedee commented 1 year ago

Fixed in #10