Enable HTTPS endpoint binding

I’m trying to enable Http or Https to test with but I get an error message about the token service. Ideas?
We’re using a self signed certificate and things work fine until I enable another binding.

!

What does the event viewer say?

I can’t believe I didn’t look at that. Basically it boils down that it has more than 1 cert with that name

Delete the extra one :wink:
If that’s not an option change the FindBySubjectName to one of these others

(and change the lookup value respectively)

It was old expired certs causing the issue. It’s too bad they’re even looked at.

Well it is using FindSubjectByName (so any certificate with that name will be returned)

Just in case it helps anyone later, the expired certs were also causing issues when I was trying to test the REST API. I was able to query ok but not post anything.
Now that I’ve removed the duplicates, I’m able to post through the Swagger UI.

2 Likes