I have been trying to connect aws vpn on a ubuntu 22.04 machine and first i got many crashes, then i learned that aws doesn't support libssl3 so i switched it to libssl1 by using
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb
sudo apt install ./libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb
now i can open aws vpn client without crashes, i am able to click on connect. it redirects me to aws url on browser and it says connection approved. when i go back to client i see 2 windows.
One of them says Connection failed, try again.
One of them says AWS Client VPN Endpoints
(which means success)
so when i click okay i see connect button again, so my device doesn't connect to vpn.
Have any ideas? I checked for many documents but after switching to libssl1 nobody mentioned this issue