Topic: Unable to connect to dev.ssllabs.com and i0.wp.com hosts via TLS 1.3
Hello,
WolfSSL 3.15.5 compiled as follow:
cd wolfssl-3.15.5
./configure CFLAGS=-DWOLFSSL_STATIC_RSA \
--enable-all \
--enable-tls13
make
Do not allow to connect to hosts
dev.ssllabs.com and i0.wp.com with TLS 1.3
examples/client/.libs/client -S dev.ssllabs.com -h dev.ssllabs.com -p 443 -d -x -C -g -i -v 4
wolfSSL_connect error -424, Extension type not allowed in handshake message type
wolfSSL error: wolfSSL_connect failedexamples/client/.libs/client -S i0.wp.com -h i0.wp.com -p 443 -d -x -C -g -i -v 4
peer's cert info:
issuer : /C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certs.godaddy.com/repository//CN=Go Daddy Secure Certificate Authority - G2
subject: /OU=Domain Control Validated/CN=*.wp.com
altname = wp.com
altname = *.wp.com
serial number:68:86:4a:83:77:1a:bb:7d
SSL version is TLSv1.3
SSL cipher suite is TLS_AES_128_GCM_SHA256
SSL curve name is SECP256R1
Client Random : 7E84EF48D807C5269C50DD5B3DEEDF3D4B4672A43E74BC8841DC4C0867A741D4
SSL connect ok, sending GET...
SSL_read reply error -425, The security parameter is invalid
wolfSSL error: SSL_read failed
Could you please check this?
Best Regards,
SamSam