IdentityModel / AuthorizationServer

Sample implementation of an OAuth2 Authorization Server
Other
281 stars 136 forks source link

the remote certificate is invalid according to the validation #256

Closed govardhanpagidi closed 8 years ago

govardhanpagidi commented 8 years ago

I am new to Thinktecture..:) I tried the sample MVC authentication form Github and I installed the certificate (Improted in personal and trusted as well) still it throws this error on click of Login (https://hostname/Home/About) Can anybody help me on this???

brockallen commented 8 years ago

I'd suggest watching the first module on how SSL and certificates work from Dominick's pluralsight web api course.

govardhanpagidi commented 8 years ago

I resolved this using test certificate provided by IdSrv, Thanks I am closing this issue.