noxxi / p5-ssl-tools

various standalone perl scripts
199 stars 78 forks source link

Uninitialized value $sni #12

Closed efussi closed 6 years ago

efussi commented 6 years ago

I came across this through https://stackoverflow.com/questions/31684855/java-ssl-exception-protocol-version-when-trying-to-use-httpclient-to-log-into-a/37425048, and the analyze-ssl.pl script helped me solve my problem, too. I just noted a minor quirk that I wanted to report (I have to mask the real IP):

Use of uninitialized value $sni in concatenation (.) or string at analyze-ssl.pl line 304.
-- #.###.###.## port 8443
 ! using SNI (default)
noxxi commented 6 years ago

Thanks for reporting. It should be fixed in 416566b.