Openvpn private key password

Ciao a tutti.
Ho un problema con il pacchetto openvpn un po’ strano che credo mi sia successo dopo l’ upgrade a fedora36.
In pratica se da terminale mi provo a collegare al server openvpn tramite ad esempio il comando :
openvpn firewall-UDP4-1194-andrea-config.ovpn
il sistema mi chiede la private key password che prima non mi chiedeva e quindi poi non mi riesco più a collegare al server vpn.
Ho provato con un macbook tramite tunnelblick e funziona regolarmente.
Vi riporto l’ errore dettagliato :

[root@lenovo-andrea cosman]# openvpn firewall-UDP4-1194-andrea-config.ovpn
2022-08-19 11:01:17 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless “allow-compression yes” is also set.
2022-08-19 11:01:17 OpenVPN 2.5.7 x86_64-redhat-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 31 2022
2022-08-19 11:01:17 library versions: OpenSSL 3.0.5 5 Jul 2022, LZO 2.10
Enter Auth Username: andrea
:closed_lock_with_key: Enter Auth Password: ********
:closed_lock_with_key: Enter Private Key Password: ********
2022-08-19 11:01:26 WARNING: this configuration may cache passwords in memory – use the auth-nocache option to prevent this
2022-08-19 11:01:26 OpenSSL: error:11800071:PKCS12 routines::mac verify failure
2022-08-19 11:01:26 OpenSSL: error:0308010C:digital envelope routines::unsupported
2022-08-19 11:01:26 Decoding PKCS12 failed. Probably wrong password or unsupported/legacy encryption
2022-08-19 11:01:26 Error: private key password verification failed
2022-08-19 11:01:26 Exiting due to fatal error

Come posso scavalcare il problema ?

GRAZIE

Andrea

Ciao.

Ho risolto modificando il file /etc/ssl/openssl.cnf

Va decommentata questa parte :

[provider_sect]
##default = default_sect
##legacy = legacy_sect

##[default_sect]
##activate = 1

##[legacy_sect]
##activate = 1

Attendo comunque un vostro riscontro.

GRAZIE