可以用php curl检查ALPN的支持吗?
例如:if ($is_alpn == true) {echo 'ALPN supported';}
if ($is_alpn == true) {echo 'ALPN supported';}
P.S. curl 7.49.0,php 7.0,openssl 1.0.1t
https://stackoverflow.com/questions/51348781
相似问题