Debian 12 + AWS VPN client

I got Debian 12

I am trying to set AWS VPN client version 3.4.0

# apt show awsvpnclient Package: awsvpnclient Version: 3.4.0 Status: install ok installed Priority: optional Section: misc Maintainer: AWS VPN Client Installed-Size: unknown Download-Size: unknown APT-Manual-Installed: yes APT-Sources: /var/lib/dpkg/status Description: AWS VPN Client for Ubuntu 18.04 

When I started I am getting

$ /opt/awsvpnclient/AWS\ VPN\ Client %u  (AWS VPN Client:621879): Gtk-CRITICAL **: 13:52:46.193: gtk_tree_model_iter_nth_child: assertion 'n >= 0' failed  (AWS VPN Client:621879): Gtk-CRITICAL **: 13:52:46.193: gtk_list_store_get_path: assertion 'iter->stamp == priv->stamp' failed No usable version of libssl was found Aborted 

AWS Could be still libssl 1.1 ?

Any chance to have this lib for Debian 12

… for Ubuntu 18.04

I wouldn’t expect something 5 years old to work with openssl 3. Bookworm doesn’t ship 1.1 anymore, but you could still use bullseye’s package. If you are dist-upgrading, it’s usually left around:

libssl1.1 1.1.1n-0+deb11u5 amd64

I was able to install that lib … but then client fails … I guess I am tie to AWS updates it.