I have a rewrite that is working and doing what it should besides binding the SSL certificate.
Backend server is for instance http://internalsite:9000/xxxx.
ReWrite takes any http request and rewrites it to https firstly. And then it also looks for any https://app.domain.com/xxxxxx to the backend url.
This all works and i am able to reach my backend but i get no certificate assigned. I have a wildcard certificate bound to 443 with no SNI on the default Web Site where all the rewites are attached.
Not sure what i am missing
Trying to understand what i am missing
Willem Oosthuizen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.