nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
108 stars 64 forks source link

novalidate-cert #115

Closed ThorstenUm closed 4 years ago

ThorstenUm commented 4 years ago

Hello, In Nextcloud i have the problem, that the user_external tool can not connect to imap server. he can not validate the certificat. When i testing imap_open("{127.0.0.1:143/imap/tls/novalidate-cert}", "... then i have good connection. I have lets encript certifikate. Non self signed... Can anyone help me.

violoncelloCH commented 4 years ago

If you're using a Let's encrypt certificate for your mail server, you should use your mail server's domain rather than 127.0.0.1 or localhost so the certificate matches the domain name and is therefore accepted as valid...