I'm currently getting this error when i use testocsconnectivity.com
Testing HTTP authentication methods for URL https://lyncdiscover.mydomain.com/Autodiscover/AutodiscoverService.svc/root/user.
HTTP authentication test failed.
Additional Details
A web exception occurred because an HTTP 502 - BadGateway response was received from IIS7.
Content-Length: 1477
Content-Type: text/html
Date: Tue, 23 Jul 2013 16:15:57 GMT
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
What I've tried/works so far:
lyncdiscover resolves, the port opens, and the ssl cert validates.
When I try and get to meet.mydomain.com from an ipad (externally) i get another 502 error. It says:
502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web Server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
I think it might be something on the external web site on the front end, but it's already certed with the appropriate SANs and I don't know what else it could be regarding that.
Another possibility which i found was to check the enable proxy box under the application request routing module under the iis manager. This seems like it could be my problem, but I found no mention of it in any of the guides I've looked at.
I mainly used the NextHop guide by Koen Wagenveld