Comment 13 for bug 1963834

Revision history for this message
cacate (cacate) wrote :

I am from this bug post: https://www.reddit.com/r/Ubuntu/comments/uf68rn/major_issues_connecting_ubuntu_2204_lts_to/

I am wondering if this but report is related to it. I got the following error message when using the python version of SecureW2 client:

(Pdb) key_valid(self.file, passphrase=passphrase)
*** sslengine.SSLEngineError: Failed to invoke /bin/openssl with arguments ['pkcs12', '-in', '/home/leo/.joinnow/tls-client-certs/sw2-joinnow-client-cert-da39a3ee5e6b4b0d3255bfef95601890afd80709_20210721-101520_3815.p12', '-nocerts', '-nomacver', '-out', '/home/leo/.joinnow/tls-client-certs/sw2-joinnow-client-cert-da39a3ee5e6b4b0d3255bfef95601890afd80709_20210721-101520_3815.key', '-passin', 'file:/proc/12303/fd/5', '-aes256', '-passout', 'file:/proc/12303/fd/6']: Command '['/bin/openssl', 'pkcs12', '-in', '/home/leo/.joinnow/tls-client-certs/sw2-joinnow-client-cert-da39a3ee5e6b4b0d3255bfef95601890afd80709_20210721-101520_3815.p12', '-nocerts', '-nomacver', '-out', '/home/leo/.joinnow/tls-client-certs/sw2-joinnow-client-cert-da39a3ee5e6b4b0d3255bfef95601890afd80709_20210721-101520_3815.key', '-passin', 'file:/proc/12303/fd/5', '-aes256', '-passout', 'file:/proc/12303/fd/6']' returned non-zero exit status 1.

where the `key_valid` is from module `sslengine`.

How can I fix this issue?