Hi,
we have a SharePoint 2013 Setup with two zones, one for internal http use and one for external SSL secured access via FQDN (http://intranet and https://intranet.company.com). Everything is correctly translated like it was in the earlier versions of SharePoint. But the new Social Functions on the MySite Host are not recognizing this properly, they only use the Default Zone URL for rendering.
If I access SharePoint from the external URL and click on the link "Websites" in the Top Site Bar, I see the "Promoted Sites", "Sites I follow" and "Proposed to follow". Only the Proposal webpart correctly uses the external URLs, all others are linking to http://intranet.
Can anyone confirm this behaviour or maybe has a solution, what I have missed here?
Thanks!
we have a SharePoint 2013 Setup with two zones, one for internal http use and one for external SSL secured access via FQDN (http://intranet and https://intranet.company.com). Everything is correctly translated like it was in the earlier versions of SharePoint. But the new Social Functions on the MySite Host are not recognizing this properly, they only use the Default Zone URL for rendering.
If I access SharePoint from the external URL and click on the link "Websites" in the Top Site Bar, I see the "Promoted Sites", "Sites I follow" and "Proposed to follow". Only the Proposal webpart correctly uses the external URLs, all others are linking to http://intranet.
Can anyone confirm this behaviour or maybe has a solution, what I have missed here?
Thanks!
// Tried and true method for weather forecasting - random numbers. String weather = (new Random()).Next(2)==0?"rainy":"sunny";