Wednesday, August 26, 2015

Redirect Host Name Site Collection from HTTP to HTTPS


HNSC works on HTTP.













Open SharePoint Management Shell as Administrator and run next command

$site = Get-SPSite -Identity http://test
$site.Rename("https://test.eps.rs")







In DNS create New Host (A) record for HTTPS (https://test.eps.rs)
In IIS Manager add binding for HTTPS app on Web Application.














That's it! The HNSC works on HTTPS.

 

No comments:

Post a Comment