On Tue, Dec 09, 2003 at 12:06:03PM +0100, Key Dof wrote:
>   I just compiled the SqWebMail under FreeBSD 4-stable, it works fine,
> but now i need to use SSL (redirect port from our ssl encryptors), the
> page is empty.
> Does anyone know a solution please?

What version of sqwebmail? What webserver? How is it configured?

Sqwebmail is a CGI application, and essentially doesn't care whether the
request came over HTTP or HTTPS (except in a few places when deciding
whether embedded URLs should contain http:// or https://)

You can test SSL connections using openssl s_client:

    # openssl s_client -connect my.domain.com:443
    GET /cgi-bin/sqwebmail HTTP/1.0
    Host: my.domain.com
    <blank line>

Regards,

Brian.

Reply via email to