Hi!
I'm trying to configure off-box ssl termination on our site, but there's one glitch, I can't master.
I already read and understood http://technet.microsoft.com/en-us/library/cc261814%28office.12%29.aspx
But in my case, I have a litte different base configuration, where I'm not sure, if this works the same:
- we have a host-header based webapplication, called http://intranet.mycompany.com
- we have a loadbalancer that does an http->https rewrite and also does the complete off-box ssl termination. I don't want any user got to this site through http.
So basically, every request to the intranetsite becomes an httpS request automatically, the loadbalancer does all the ssl-handling and gets the contenct from the SP server through http.
- all I want to do is to change the public url of the default zone from http:// to https://, without affecting the internal url
* internal url: http://intranet.mycompany.com
* zone: default
* public url: https://intranet.mycompany.com
so that every response from SP will be httpS://intranet...
is there an easy way to achieve this?
thank you very much
michi