RE: [squid-users] Cert issue on reserve proxy

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Sat, 02 Jun 2007 12:49:14 +0200

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

Received on Sat Jun 02 2007 - 04:49:22 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:03 MDT