>> 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>
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
>>>[...][...]