Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help on port 443

807559Mar 25 2007 — edited Apr 23 2007
I can't get connection to my server via 443 - I don't think it is listening on that port.

# /usr/sfw/bin/openssl s_client -connect localhost:443
connect: Connection refused
connect:errno=146

# netstat -an | grep LISTEN
127.0.0.1.53 *.* 0 0 49152 0 LISTEN
209.144.222.151.53 *.* 0 0 49152 0 LISTEN
127.0.0.1.953 *.* 0 0 49152 0 LISTEN
*.111 *.* 0 0 49152 0 LISTEN
127.0.0.1.5987 *.* 0 0 49152 0 LISTEN
127.0.0.1.898 *.* 0 0 49152 0 LISTEN
127.0.0.1.32771 *.* 0 0 49152 0 LISTEN
127.0.0.1.5988 *.* 0 0 49152 0 LISTEN
127.0.0.1.32772 *.* 0 0 49152 0 LISTEN
209.144.222.151.22 *.* 0 0 49152 0 LISTEN
127.0.0.1.25 *.* 0 0 49152 0 LISTEN
127.0.0.1.587 *.* 0 0 49152 0 LISTEN
*.80 *.* 0 0 49152 0 LISTEN
*.10000 *.* 0 0 49152 0 LISTEN

Solaris asked about limiting ports and tight security when I installed but now I don't know how to make it open port 443 (for sure). I have an idea it has to do with services but don't want to mess anything up at this point and I can't find it in any docs and have searched the internet for days. Any help would be greatly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2007
Added on Mar 25 2007
7 comments
2,993 views