Has anyone deployed the CRM 2011 PRM portal and had it working over https?
The ServiceContext.GetUrl(page) method seems to return the correct URL, but with port 80 post-fixed:
i.e. https://example.com:80/cases/editCase?CaseID=52560671-2fdb-e011-9599-00505682001c
Trying to figure out a way to track down if this is due to IIS configuration or the ServiceContext library that is doing this.