I have set up a Forms server with Portal. We can log into it from the outside (internet) using url like "
https://www.ourdomain.com/Forms/", but if we try to log into Forms from inside our network (intranet) using url like "https://servername/Forms/" then we get an error 404 not found. The site is set to require SSL so if we try "http://servername/Forms/" we get error 403 Forbidden.
Any ideas on why we are unable to log into the Forms from our intranet? Also I want to add that this IIS server also hosts Weblink and we can log into "http://servername/internalWebLink/" without any issues (not requiring SSL) and the public can log into it from "https://www.ourdomain.com/ExternalWebLink/" (SSL required) without problems.