TLSV1 Handshake error: Wine 5 in Ubuntu 20.04 docker container

Questions about Wine on Linux
Locked
rchenicheri
Newbie
Newbie
Posts: 1
Joined: Thu Mar 04, 2021 10:25 pm

TLSV1 Handshake error: Wine 5 in Ubuntu 20.04 docker container

Post by rchenicheri »

Hi All,

I am using wine 5 installed in ubuntu 20.04 docker image with novnc to run a .vbs which in turn create a VPN connection inside a docker container.

Unfortunately, the request is going with TLSV1 as seen in the Wireshark tool. What I could understand from my analysis is the request is never going to TLS1.2 or 1.3. Instead, it always falls back to TLS1.0, hence the remote server disagree with the handshake.

I have used winetricks to install jet40, wsh57, mdac27 and .NET4.8 as is required for .vbs.
Could you please advice what change is required?

Thanks in advance,
Rahul
Locked