HP Webwise MPE/iX secure web server tutorial - September 2000
September 14, 2000
Page 106
hp e3000
webwise
secure web
server
troubleshooting server problems (cont.)
• echo “HEAD / HTTP/1.0\n” |
bin/openssl s_client -connect host:port |
/bin/cat -
• Pipes used due to select() unimplemented for
terminals
• -state - displays SSL protocol states
• -debug - displays packet data
• -ssl2|-ssl3|-tls1 - protocol selection
• -ciper - cipher selection
• bin/openssl s_client help