Closed uhei closed 7 years ago
O-Saft currenlty uses openssl's -nextprotoneg hence checking for NPN only. To avoid confusion, checking for ALPN has been temporary disabled in .o-saft.pl
A new issue for proper ALPN and NPN checks will be opend.
complete fix no in o-saft.pl and Net::SSLinfo.pm
O-Saft fails to detect provided ALPN protocols in my setup.
Capturing the O-Saft requests shows no ClientHello message with ALPN extension (Wireshark display filter: 'ssl.handshake.type == 1 and ssl.handshake.extension.type==16').
Running openssl lists the available ALPN protocol:
My environment:
The TLS server has NPN disabled and ALPN enabled. Only http/1.1 is available.