I'm running the mono branch build of DotNetOpenAuth and having problems with No OpenID Endpoint Found
errors trying to authenticate using google, but not sure how to diagnose them.
More info:
- Running the same mono branch build under Windows works.
- Authenticating with a local openid provider works fine (Windows and Linux).
- Authenticating using myopenid works (maybe cause it's not https like google?)
- Same Web.Config, binaries everything under Windows and Linux.
- Have disabled the DNOA openid cacheDiscovery setting.
- Have checked SSL works through firewall from the Linux machine. (ie:
wget https://www.google.com
works). - Have checked the apache error logs, no errors reported.
Any hints on how to diagnose this?
Follow up: still looking into this, as best I can tell this is a mono/ssl issue not related to dotnetopenauth. A simple ssl request from C# code fails with Invalid certificate received from server. Error code: 0xffffffff800b010a exception.
Running mozroots under mono 2.4/ubuntu 9.10 desktop fixes the problem, but same mozroots command on mono 2.6/ubuntu 10.10 server doesn't help. I'm using this:
yes yes|sudo mozroots --import --machine
It says it imported the certificates, but a simple command line program to request https://www.google.com still fails.