fre 2007-06-01 klockan 10:45 -0500 skrev Jason Hitt: > We tried the below cache effective user command with no success, even > when we made openssl daemon user and did a chown on the logs and cache > folder for it. Not sure what the s_client is for. We're so close, just > need this last bit. s_client is a simple SSL client for connecting to SSL servers such as https servers. The command "openssl s_client -connect webserver:443" opens an SSL connection to the webserver on port 443, and shows details about the negotiated SSL connection. When connected it waits for data to send to the server over the SSL connection and/or shows responses from the server. You can find an example output of a valid session at http://paste.lisp.org/display/42143 The HEAD /.. part was typed by me after the connection was established. Regards Henrik
Attachment:
signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel