We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-09-16 15:09:05 +0200 |
Hi,
I am trying to get my email to work without having to accept untrusted certificates. I have installed my root CA cert as described here.
Testing the root CA cert with openssl verify
returns OK.
Testing with openssl s_client -connect myserver.net -CApath /etc/pki/tls/certs
is successful as well - connection established and the cert checks return no error codes.
Still, when I try to set up the email account, it fails and asks me to 'Check certificate'
There seem to exist multiple cert storages on the jolla, possibly I need to add the root certs elsewhere as well? Is it documented anywhere what is the purpose of having what seems to be identical certs in /etc/ssl/certs and /etc/pki/tls/certs?
2 | No.2 Revision |
Hi,
I am trying to get my email to work without having to accept untrusted certificates. I have installed my root CA cert as described here.
Testing the root CA cert with openssl verify
returns OK.
Testing with openssl s_client -connect myserver.net -CApath /etc/pki/tls/certs
is successful as well - connection established and the cert checks return no error codes.
Still, when I try to set up the email account, it fails and asks me to 'Check certificate'
There seem to exist multiple cert storages on the jolla, possibly I need to add the root certs elsewhere as well? Is it documented anywhere what is the purpose of having what seems to be identical certs in /etc/ssl/certs and /etc/pki/tls/certs?/etc/pki/tls/certs?
Edit:
Ultimately (and much more briefly put) the question is what cert store does the Email app use?
3 | No.3 Revision |
Hi,
I am trying to get my email to work without having to accept untrusted certificates. I have installed my root CA cert as described here.
Testing the root CA cert with openssl verify
returns OK.
Testing with openssl s_client -connect myserver.net -CApath /etc/pki/tls/certs
is successful as well - connection established and the cert checks return no error codes.
Still, when I try to set up the email account, it fails and asks me to 'Check certificate'
There seem to exist multiple cert storages on the jolla, possibly I need to add the root certs elsewhere as well? Is it documented anywhere what is the purpose of having what seems to be identical certs in /etc/ssl/certs and /etc/pki/tls/certs?
/etc/pki/tls/certs?
Edit: Ultimately (and much more briefly put) the question is what cert store does the Email app use?