IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

Accessing same Identity server database with 2 thinktecture Identity server #794

Closed salims closed 9 years ago

salims commented 10 years ago

We are having two machine of thinktecture identityserver accessing same databse, and they are running on https with same certificate we purchased. And that certificate is present on both the machine with private key access to network service. I did all initial configuration from first machine but when i tries accessing the url of second machine i am getting error that certificate not found. So does identity server maps certificate with the machine name anywhere while saving initial configuration setup (where we select certificate)?

image

brockallen commented 10 years ago

It sounds as if the cert is just not installed in the certificate store on both machines.

salims commented 10 years ago

Thank you for your quick reply,

But we have installed the same certificate on both the machine, also configure it with https port in IIS. Its running on first machine but getting error only on second machine.

brockallen commented 10 years ago

All I can suggest is that I would write a console app on the second to test that loading the cert works.