SSL Testing with Multiple SSL Sites in IIS

I developed an ASP.NET application that needs to be run in multiple instances on my machine (IIS7). I need to configure SSL for each instance, but I lose the ability to bind to a specific host name (this option is available only with regular HTTP). So how can I distinguish between instances?

If I try to add more than 1 SSL bindings, I get the error message "At least one other site uses the same HTTPS binding and the binding is configured with a different certificate (...)".

What to do?

+3
source share
2 answers

http, ( ) SSL, , SSL, :

  • - ​​ - : : *.foo.com : bar.foo.com main.foo.com void.foo.com

IP-

... SSL- (ISA- ..)

+3

Source: https://habr.com/ru/post/1718006/


All Articles