Under CMS->Admin->Config->Manage Websites-> choose specific website (http://mysite/cms/CMS/Admin/SiteInformationList.aspx then choosing appropriate website)
One can configure multiple Host names, for example:
localhost
*
mysite
test.company.org
and so on...
There is also section called URL, this is the only place where one can configure protocol, ie.: http://mysite or https://mysite
If http://mysite configured then following request works:
and once you configure 'CMS->Admin->Config->Manage Websites-> choose specific website' URL to https://mysite, then https version works properly and http one throws the same exception
and its even worse as one usualy have multiple hosts records in 'CMS->Admin->Config->Manage Websites-> choose specific website'
this does not work as well(while http://mysite configured in URL):
Under CMS->Admin->Config->Manage Websites-> choose specific website (http://mysite/cms/CMS/Admin/SiteInformationList.aspx then choosing appropriate website)
One can configure multiple Host names, for example:
There is also section called URL, this is the only place where one can configure protocol, ie.: http://mysite or https://mysite
If http://mysite configured then following request works:
http://mysite/cms/cms/Stores/sitestructure/?siteUrl=http%3A%2F%2Fmysite%2F&allLanguages=true&dojo.preventCache=1401099189822
and this does not:
https://mysite/cms/cms/Stores/sitestructure/?siteUrl=https%3A%2F%2Fmysite%2F&allLanguages=true&dojo.preventCache=1401099189822
giving exception:
and once you configure 'CMS->Admin->Config->Manage Websites-> choose specific website' URL to https://mysite, then https version works properly and http one throws the same exception
and its even worse as one usualy have multiple hosts records in 'CMS->Admin->Config->Manage Websites-> choose specific website'
this does not work as well(while http://mysite configured in URL):
http://localhost/cms/cms/Stores/sitestructure/?siteUrl=http//localhost/&allLanguages=true&dojo.preventCache=1401099189823
Any pointers?
EPiServer 7.6.4 is used
PS. in all other aspects and other requests seems that protocol change and hostname change works properly.