I'm trying to configure Pound over HTTPS for 3 FQDNs. But as soon as I
type the URL, it goes to the pound server's default index.html,
instead of going to the backend server (running over HTTP works fine).

Here is my pound config:

ListenHTTPS
         Address 0.0.0.0
         Port    443
         Cert    "/etc/pound.pem"
End

Service
                HeadRequire "Host: .*pmarketing.company.com"
                BackEnd
                    Address marketing.company.com
                    Port    12000
                End
End

Service
                HeadRequire "Host: .*pmis.company.com"
                BackEnd
                    Address mis.company.com
                    Port    23456
                End
End

Service
                HeadRequire "Host: .*phr.company.com"
                BackEnd
                    Address hr.company.com
                    Port    13456
                End
End


Thanks.

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

Reply via email to