简体   繁体   中英

Application Gateway WAF end to end SSL

I have recently enabled WAF and moved some of our web applications behind it. We have not faced any issues with HTTP sites but we are facing issues with end-to-end SSL. We initially faced an issue with the certificate on the backend server which has since been sorted out by MS Support. Our backend web server is running Apache with multiple HTTPS sites on the same server and the issue we face is regardless of the HTTPS site we try to access, only the url in first lines of Apache config is returned. Completely clueless on how to sort this out.

Question: Has anyone been able to implement end-to-end SSL with multiple HTTPS sites on the same Apache server?

If you have a combination of basic rule and path based rule, and if the basic rule is listed above the path based rule, then basic rule is preferred. Can you delete the basic rule (if any) which is pointing to the HTTP Settings and backend pool that returns the first lines of Apache config?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM