dear friends
can any one tell me the answer for default PORT NO for SSL(HTTPS) ,
advance thanks
from rexjonathan@rexsmail.com
-
what is the default PORT NO for SSL(HTTPS) (2 messages)
- Posted by: rex rex
- Posted on: December 14 2000 06:39 EST
Threaded Messages (2)
- what is the default PORT NO for SSL(HTTPS) by Kapil Israni on December 14 2000 08:42 EST
- what is the default PORT NO for SSL(HTTPS) by Lee Ali on December 14 2000 08:46 EST
-
what is the default PORT NO for SSL(HTTPS)[ Go to top ]
- Posted by: Kapil Israni
- Posted on: December 14 2000 08:42 EST
- in response to rex rex
i think 443 -
what is the default PORT NO for SSL(HTTPS)[ Go to top ]
- Posted by: Lee Ali
- Posted on: December 14 2000 08:46 EST
- in response to rex rex
It is generally 443. Weblogic sets it to 7002, however. You can define it to 443 by modifying the SSLListnerPort property in the weblogic.properties file. That is,
weblogic.system.SSLListenPort=443
Hope this is helpful