/ Zope / Apsis / Pound Mailing List / Archive / 2008 / 2008-12 / Multiple HTTPS sites on same server

[ << ] [ >> ]

[ 3-7 minutes before backend resurrects? / ... ] [ Re: [Pound Mailing List] Certificates ... ]

Multiple HTTPS sites on same server
"Farhan Ahmed" <farhan.mobin(at)gmail.com>
2008-12-01 17:27:33 [ FULL ]
>[...]
Attachments:  
text.html text/html 6103 Bytes

Re: [Pound Mailing List] Multiple HTTPS sites on same server
Dave Steinberg <dave(at)redterror.net>
2008-12-01 18:14:39 [ FULL ]
>> ListenHTTPS[...]

Your ListenHTTPS directives should include the Service block, not 'End' 
before it.  So:

  ListenHTTPS
           Address 202.168.1.1
           Port    443
           Cert    "/usr/local/openssl/local.server.pem"
                    Service
                       BackEnd
                        Address 172.17.1.1
                        Port    80
                       End
                    End
  End

Regards,[...]

Re: [Pound Mailing List] Multiple HTTPS sites on same server
"Farhan Ahmed" <farhan.mobin(at)gmail.com>
2008-12-01 19:46:30 [ FULL ]
Thanks Dave... That worked.

On Mon, Dec 1, 2008 at 12:14 PM, Dave Steinberg <dave(at)redterror.net>
wrote:
[...]
>>>         Address 202.168.1.1
>>>         Port    443
>>>         Cert    "/usr/local/openssl/local.server.pem"
>>> End
>>>                  Service
>>>                  BackEnd
>>>                      Address 172.17.1.1
>>>                      Port    80
>>>                  End
>>>
>>> End
>>>[...][...]
Attachments:  
text.html text/html 2857 Bytes

MailBoxer