- Edited
Hi there,
after the last updates of solus my OpenVPN connections won't come up throwing
Decoding PKCS12 failed. Probably wrong password or unsupported/legacy...
After some research the solution was to accept the legacy option for openssl3 in the global config under
/usr/share/defaults/etc/ssl/openssl.cnf
To do so add under
# List of providers to load
legacy_sect`
[provider_sect]
default = default_sect
legacy =
and activate under
`[default_sect]
activate = 1
[legacy_sect]
activate = 1`
The solution was adapted from:
https://www.practicalnetworking.net/practical-tls/openssl-3-and-legacy-providers/
Thanks a lot for this.
Best regards