Server returns with Cipher UNKNOWN when trying to connect on TLS 1.3 with default openssl configurations and other tls client implementations. Only managed to connect TLSe itself.
How to reproduce:
Install some ecc key/certificate
Run examples/tlssimpleserver.c
openssl s_client -tls1_3 -connect 127.0.0.1:2000
result: Server doesn't establish connection, says Cipher UNKNOWN
Server returns with
Cipher UNKNOWN
when trying to connect on TLS 1.3 with default openssl configurations and other tls client implementations. Only managed to connect TLSe itself.How to reproduce:
examples/tlssimpleserver.c
openssl s_client -tls1_3 -connect 127.0.0.1:2000
result: Server doesn't establish connection, says
Cipher UNKNOWN