I'm using the facebook strategy for passportjs and I'm getting this error
"failed to obtain access token (Error: Hostname/IP doesn't match certificate's altnames)"
Basically, this happens when the client (in silverlight) is hosted in another server and it uses the server where this authentication module is. So the authentication is going in different servers before it goes back.
Please help. Thanks.