You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently i am using your lib on my Debian 12 system:
libetpan-dev/oldstable,now 1.9.4-3 amd64 [installiert]
libetpan20/oldstable,now 1.9.4-3 amd64 [Installiert,automatisch]
Within my code i am trying to connect to my MailServer:
int r = mailimap_ssl_connect(imap, host.c_str(), server.port);
... wich is running fine on foreign servers and on my public own mailserver - because they have valid SSL.
To develop i need to conenct to my dev-MailServer, which has a self-signed SSL certificate.
Result: r == MAILIMAP_ERROR_SSL
How can i trust those certificates ? I need a way to accept all SSL certificates on selected servers.
Some ideas oder solutions ?
Thanks a lot,
Kim
The text was updated successfully, but these errors were encountered:
Hello,
currently i am using your lib on my Debian 12 system:
libetpan-dev/oldstable,now 1.9.4-3 amd64 [installiert]
libetpan20/oldstable,now 1.9.4-3 amd64 [Installiert,automatisch]
Within my code i am trying to connect to my MailServer:
int r = mailimap_ssl_connect(imap, host.c_str(), server.port);
... wich is running fine on foreign servers and on my public own mailserver - because they have valid SSL.
To develop i need to conenct to my dev-MailServer, which has a self-signed SSL certificate.
Result: r == MAILIMAP_ERROR_SSL
How can i trust those certificates ? I need a way to accept all SSL certificates on selected servers.
Some ideas oder solutions ?
Thanks a lot,
Kim
The text was updated successfully, but these errors were encountered: