Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No valid SSL certicate #37

Closed
jujucz opened this issue Oct 9, 2015 · 2 comments
Closed

No valid SSL certicate #37

jujucz opened this issue Oct 9, 2015 · 2 comments
Assignees
Labels

Comments

@jujucz
Copy link

jujucz commented Oct 9, 2015

Hello,

My IMAP server is using SSL but without a valid SSL certficate

How can I tell imapsync to use SSL without a certicate? Like the novalidate-cert option?

Thanks.

SSL: SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

@gilleslamiral
Copy link
Member

Hi jujucz,

Replace SSL_VERIFY_PEER by SSL_VERIFY_NONE
in the imapsync code.

On 09/10/2015 11:31, jujucz wrote:

Hello,

My IMAP server is using SSL but without a valid SSL certficate

How can I tell imapsync to use SSL without a certicate? Like the novalidate-cert option?

Thanks.

SSL: SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed


Reply to this email directly or view it on GitHub #37.

Au revoir, 09 51 84 42 42
Gilles Lamiral. France, Baulon (35580) 06 20 79 76 06

@nbebout nbebout closed this as completed Nov 18, 2015
@gilleslamiral gilleslamiral self-assigned this Sep 1, 2019
@gilleslamiral
Copy link
Member

The default is now SSL_VERIFY_NONE since imapsync revision 1.653 date: 2015/09/05.
There is indication in the output to switch to SSL_VERIFY_PEER, like:

Host1: Use --sslargs1 SSL_verify_mode=1 to have SSL_VERIFY_PEER, ie, 
       check the certificate server of host1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants