'using openssl 1.1.0l, wireshark shows a tls 1.3 handshake with cipher AES_128_GCM_SHA256 but 1.1.0l doesnt support tls 1.3

The webserver uses openssl 1.1.0l. To test it, I use a browser and wireshark.
Wireshark shows a tls 1.3 handshake with cipher TLS_AES_128_GCM_SHA256 (0x1301) but 1.1.0l doesnt support tls 1.3. I don't think I have another version of openssl installed since whereis openssl only returns 1 path. openssl version returns 1.1.0l.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source