Bug 426094

Summary: Error in documentation s_client
Product: Red Hat Enterprise Linux 5 Reporter: Lutz Lange <llange>
Component: opensslAssignee: Tomas Mraz <tmraz>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0   
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-18 18:52:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lutz Lange 2007-12-18 14:34:35 UTC
Description of problem:
man s_client

OPTIONS
       -connect host:port
           This specifies the host and optional port to connect to. If not
           specified then an attempt is made to connect to the local host on
           port 4433

this is not the default port! 443 is. Anyway the port is not optional :

$ openssl s_client -connect localhost
no port defined
usage: s_client args

Please fix this.

Comment 1 Tomas Mraz 2007-12-18 18:52:08 UTC
No, the only bug in this description is the word optional - it shouldn't be
there. The default host (if -connect option is not used on the command line) is
localhost and the default port is 4433.

I don't think this is worth fixing.