TLS 1.2 vs 1.3 problem
dnahman
Posts: 31
Hoping that this rings a bell for somebody:
I have a NX3200 running the latest 1.8.90 firmware that can communicate with an in-house TLS 1.3 web service, but not a TLS 1.2 one.
The onerror reports -313:received alert fatal error
when trying to connect to the 1.2 server. Not sure if it is a cipher or a TLS version incompatibility.
I removed the matching certificates from the AMX frame, and verified that the connection behavior was the same -- namely I could connect to the 1.3 server when ignoring the cert errors, but not the 1.2 server.
Has anyone run into this before? Are there any other tools for diagnosing TLS errors other than breaking out wireshark?
Thanks
David
0
Comments
A little extra detail:
Running
openssl s_client -connect hostname:443 -showcerts
against the (working) 1.3 server produces:but for the failing 1.2 server:
Perhaps Netlinx doesn't support Elliptic Curve ciphers?
Can anyone from AMX chime in here?
Thanks,
David
Update after talking to AMX support:
v1.8.196 firmware fixes the cipher support.