| Author |
Bind Exception : 443 Address already in use
|
annu
Greenhorn
Joined: Feb 02, 2007
Posts: 1
|
|
there is a server currently running on port 443, and i want to disable it so that i can run another program which is having the same port number how do i do that...? 443 port is reserved for https, how do i disable it?
|
 |
anup khandelwal
Greenhorn
Joined: Jan 29, 2007
Posts: 5
|
|
|
Please check the settings of internet explorer..
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8262
|
|
Welcome to the JavaRanch, anuja anup, IE doesn't bind to any port so its settings are irrelevant You'll need to turn off whatever software is bound to 443 and, if you want that program running, change its settings to use a different port. Consult that software's documentation for how to do that.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Van Glass
Ranch Hand
Joined: Nov 18, 2000
Posts: 110
|
|
|
443 is typically reserved for HTTPS protocol. If you have IIS installed on your machine then it may be using this port. I would recommend disabling IIS (if installed) to see if this helps. Otherwise, check your services in Control > Services to see if there are any other web based applications that may be running that are binding to this port.
|
 |
 |
|
|
subject: Bind Exception : 443 Address already in use
|
|
|