How do I resolve the error "Binding already being used by a product other than IIS"

Posted by magnifico on Server Fault See other posts from Server Fault or by magnifico
Published on 2011-02-18T22:15:36Z Indexed on 2011/02/18 23:27 UTC
Read the original article Hit count: 3290

I have an SSL cert with its own unique IP address on a 2008 R2 server. I have created a basic website using IIS Manager, with a file called “Hello.html” in the root. When trying to add an https binding I receive the following error after choosing my certificate:

This binding is already being used by a product other than IIS. If you continue you might overwrite the existing certificate for this IP Address:Port combnation. Do you want to use this binding anyway?"

I click Yes to this prompt and the binding is created. When I try to retrieve my file using the server’s own browser, the request times out. I have another server which has a shared configuration with this one, and it works fine. Does anyone have any suggestions how to find out which application may be using this binding other than IIS, and how to resolve?

© Server Fault or respective owner

Related posts about ssl

Related posts about windows-server-2008-r2