ListenHTTPS
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
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,
--
Dave Steinberg
http://www.geekisp.com/
http://www.steinbergcomputing.com/
--
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.