PHP openssl_pkcs12_read "error:0308010C:digital envelope routines::unsupported" – Ubuntu
I'm getting the error Error message "error:0308010C:digital envelope routines::unsupported" when trying to open a .pfx file: $result = openssl_pkcs12_read($content, $certdata, $pass); $error = openssl_error_string(); // "error:0308010C:digital envelope routines::unsupported" In terminal (Ubuntu 22.04): user@user-tp:~$ php -i | grep -i openssl SSL…