HP Webwise MPE/iX secure web server tutorial - April 2002

April 4, 2002
Solution Symposium
Page 91
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() being 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