Answered by:
IIS + Https binding

Question
-
User632428103 posted
Hello all,
we work with asp net 4,5 and have a web site in http normal ..all work fine.
Due to some reason of security we need to pass all url in https.
Our IT Network team has place a certificate inside the computer (server host IIS) and now i know i need to bind the certificate to the app pool with the port 443 -> https
But ; i would like to know if i need to restart IIS after have place the correct binding (certificate + https) ?
thanks
Wednesday, March 25, 2020 4:31 PM
Answers
-
User475983607 posted
No you don't have to restart IIS for a binding to take affect. Have you tried? Are you having a problem?
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, March 25, 2020 4:40 PM -
User475983607 posted
jimmy69
Hello again,
i just trying BUT I receive this message :
this binding is already being used. If you continue you may overwrite the existing certificate for this IP Address or host name port combinaisaon
do you want to use this binding anyway ?
It's so strange because No binding are used in https with this certificate ?
This error happens when there is another service running on port 443. The community cannot see your IIS managers and look around. It's up to you manage the applications configuration and ports.
In later versions of IIS 8+ you can specify the host name and check "Require Server Name Identification" when creating an application binding.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 30, 2020 6:55 PM
All replies
-
User475983607 posted
No you don't have to restart IIS for a binding to take affect. Have you tried? Are you having a problem?
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, March 25, 2020 4:40 PM -
User632428103 posted
Hello mgebhard,
no actually no trying because it's on production but none devices actually call https url
i will try today
thanks a lot for all your intervention here
Monday, March 30, 2020 6:52 AM -
User632428103 posted
Hello again,
i just trying BUT I receive this message :
this binding is already being used. If you continue you may overwrite the existing certificate for this IP Address or host name port combinaisaon
do you want to use this binding anyway ?
It's so strange because No binding are used in https with this certificate ?
I'm fear to accept and perhpas tomorrow morning ...noting will be work ...
Someone can help me understand what does this message mean ?
thanks and sorry for my bad english
Monday, March 30, 2020 6:27 PM -
User475983607 posted
jimmy69
Hello again,
i just trying BUT I receive this message :
this binding is already being used. If you continue you may overwrite the existing certificate for this IP Address or host name port combinaisaon
do you want to use this binding anyway ?
It's so strange because No binding are used in https with this certificate ?
This error happens when there is another service running on port 443. The community cannot see your IIS managers and look around. It's up to you manage the applications configuration and ports.
In later versions of IIS 8+ you can specify the host name and check "Require Server Name Identification" when creating an application binding.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 30, 2020 6:55 PM -
User632428103 posted
Hello mgebhard,
pfff it's complicated when guys have not knowledge !
that's strange because in IIS i can't see web app who used this port -> 443 !
But after search we have on this machine a tool who has his own web server who used this port 443
Could you confirm if i fill the field -> dns and check the checkbox no conflict will be occured ?
thanks a lot
that can be ok
thanks
Tuesday, March 31, 2020 2:39 PM -
User475983607 posted
Hello mgebhard,
pfff it's complicated when guys have not knowledge !
that's strange because in IIS i can't see web app who used this port -> 443 !
But after search we have on this machine a tool who has his own web server who used this port 443
Could you confirm if i fill the field -> dns and check the checkbox no conflict will be occured ?
thanks a lot
that can be ok
thanks
I cannot answer this question accurately. I would try. If you get the same error then look into fixing the configuration for the service running on port 443.
Tuesday, March 31, 2020 2:52 PM -
User632428103 posted
Hello,
after discuting with some colleague who are as me not expert with iis we decide to change the port ..
thanks a lot for you follow mgebhard
Thursday, April 2, 2020 10:55 AM