I am trying to access SharePoint 2013 over the internet using an IIS ARR for rewriting and SSL offloading.
Currently, when I access SharePoint via my internal network using the following URL
http://shareserver
Which works perfectly. However, when I attempt to access it externally, I get a message that simply says "401 UNAUTHORIZED".
Here are my current settings:
In IIS ARR, it is a simple rewrite at the server level (i.e. no farm) that rewrites
https://remote.domain.com to http://shareserver
In SharePoint, I have Alternative Access Mappings as follows:
Internal URL: http://shareserver
Zone: Default
Public URL: http://shareserver
Internal URL: https://remote.domain.com
Zone: Internet
Public URL: https://remote.domain.com
What am I missing here?