for ssl, there is tsl 1.0, 1.1, 1.2 and 1.3 the handshake decides on the highest version supported by both sides. the client tries for 1.3, but get back no support, then it tries 1.2, to min supported by the client. if no match, the handshake fails. there is no ssl unencrypted support.
if you want unencrypted use http or a ssl proxy which Wireshark supports.