I'm trying to publish an internal website through the TMG. On the web server we have it setup to use SSL on port 443 and basic authentication. I have created the website publishing rule on the TMG. When I test going to the website I get
the following error in the browser: Error Code: 403 Forbidden. The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. (12202) and on the TMG logs I see:
Denied Connection | AM |
---|---|
Log type:Web Proxy | |
Status: 12202 Forefront TMG denied the specified Uniform Resource Locator | |
Rule:Default rule | |
Source:Internal (172.20.5.97:55045) | |
Destination:Local Host (172.20.254.132:443) | |
Request: GET http://www.companywebpage.org/ | |
Filter information:Req ID: 0868a916; Compression: client=Yes, server=No, compress rate=0% decompress rate=0% | |
Protocol: https I see the protocol is set to HTTPS, but the GET is HTTP. Is this part of the issue? What is the correct way to publish this website? I also want all port 80 traffic to go to port 443. So on the listener I have all HTTP traffic being directed to HTTPS and under Bridging I have Redirect Requests to SSL checked. |