wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.13_amd64.deb
sudo vim /etc/systemd/system/awsvpnclient.service
Put the Enviroment
line
[Service]
Type=simple
ExecStart=/opt/awsvpnclient/Service/ACVC.GTK.Service
Restart=always
RestartSec=1s
User=root
Environment=DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
[Install]
WantedBy=multi-user.target
➜ cd /opt/awsvpnclient
/opt/awsvpnclient …
➜ sudo ln -s AWS\ VPN\ Client awsvpnclient
find / -name 'awsvpnclient.desktop' 2>&1 | grep -v 'Permissão negada'
/home/thiagozs/.local/share/applications/awsvpnclient.desktop
/usr/share/applications/awsvpnclient.desktop
Put this content here.
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=AWS VPN Client
Comment=AWS VPN Client
Exec=/opt/awsvpnclient/awsvpnclient %U
Path=/opt/awsvpnclient
Icon=acvc-64
Terminal=false
Categories=Network;VPN;
Keywords=vpn;aws;
@ferchor2003 I also downgraded aws vpn clinet to version 3.15.0 from version 3.15.1, still I am getting "Unknown Error Occurred" error message.
Here is the log message that is saved to the log file located at:- /home/username/.config/AWSVPNClient/
Tmds.DBus.ConnectException: Connection refused �awsvpnclient ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (111): Connection refused �awsvpnclient at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.Socket.UnsafeBeginConnect(EndPoint remoteEP, AsyncCallback callback, Object state, Boolean flowContext) at System.Net.Sockets.Socket.BeginConnect(EndPoint remoteEP, AsyncCallback callback, Object state) at System.Net.Sockets.Socket.ConnectAsync(EndPoint remoteEP) at System.Net.Sockets.SocketTaskExtensions.ConnectAsync(Socket socket, EndPoint remoteEP) at Tmds.DBus.Transports.TransportSocket.ConnectAsync(EndPoint endPoint) at Tmds.DBus.Transports.TransportSocket.ConnectUnixAsync(AddressEntry entry, CancellationToken cancellationToken, Boolean supportsFdPassing) at Tmds.DBus.Transports.Transport.ConnectAsync(AddressEntry entry, ClientSetupResult connectionContext, CancellationToken cancellationToken) at Tmds.DBus.DBusConnection.ConnectAsync(ClientSetupResult connectionContext, Action
1 onDisconnect, CancellationToken cancellationToken)at Tmds.DBus.Connection.DoConnectAsync()
--- End of inner exception stack trace ---
at Tmds.DBus.Connection.DoConnectAsync()
at Tmds.DBus.Connection.ConnectAsync()
at ACVC.Core.OpenVpn.OvpnGtkServiceClient.StartVpnAsync(String[] ovpnConfigFileContents, String[] managementPortPasswordFileContents) in /home/ubuntu/Jenkins/workspace/GtkBuild/SecureConnectClient/ACVC.Core/OpenVpn/OvpnGtkServiceClient.cs:line 24
`
Have you figured out any solution for this? Is it working fine for other in Ubuntu 24.04.1?