I have courier-imap working over SSL, however I do not have a valid SSL certificate. It seem that I cannot use ssl:// in the configuration to have roundcube webmail connect over an ssl connection - something I would much prefer. I have everything working (using courier-imap w/o SSL) - is this something that is coming? It could be added into the configuration similar to other projects ssl-no-validate:// or so. Thanks.
As far as I know, SSL certs are not specifically tested. At least, RoundCube does not anything like that. It all depends on the installed Open SSL extension for PHP. Make sure that extension is available in your PHP installation.
Regards, Thomas
W. Andrew Loe III wrote:
I have courier-imap working over SSL, however I do not have a valid SSL certificate. It seem that I cannot use ssl:// in the configuration to have roundcube webmail connect over an ssl connection - something I would much prefer. I have everything working (using courier-imap w/o SSL) - is this something that is coming? It could be added into the configuration similar to other projects ssl-no-validate:// or so. Thanks.