done that, and the service looks like this:

        Service
                HeadRequire "Host:.*proxmox.mydomain.com.*"
                BackEnd
                        Address 192.168.1.10
                        Port    443
                End
        End

Yet I keep getting the logs in syslog:
can't read header
e500 response error read from 192.168.1.10:443/GET / HTTP/1.1: Success
(0.001 secs)

and then i get a page cannot be displayed.


On Sun, Jan 9, 2011 at 5:16 PM, Dave Steinberg <[email protected]> wrote:

> On 1/9/2011 5:02 PM, Nelson Pereira wrote:
>
>> ok, so now that I have my server.pem file created and copied to /etc/pound
>> what does my pound.cfg file should look like to enable HTTPS ?
>>
>
> You're looking for the 'HTTPS Listener' section of the man page.  Roughly:
>
> ListenHTTPS
>        Address A.B.C.D
>        Port 443
>        Cert "/path/to/my/pem"
> End
>
> Put any service definitions you want in there, or just keep them global (my
> preference).
>
>
> Regards,
> --
> Dave Steinberg
> http://www.geekisp.com/
> http://www.steinbergcomputing.com/
> http://www.redterror.net/
>
> --
>  To unsubscribe send an email with subject unsubscribe to [email protected].
> Please contact [email protected] for questions.
>


--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to