[squid-users] squid 2.5 and https

From: Castano, Leonardo - (Chi) <leonardo.castano@dont-contact.us>
Date: Wed, 24 Oct 2001 16:48:31 -0300

Hi friends I have one problem, please help me...

I have Squid 2.5 DEVEL in Linux Red Hat 7.1 compiled with

#./configure --prefix=/usr/local/squid --enable-linux-netfilter
--enable-ipf-transparent --enable-ssl --with-openssl

and this follow lines in squid.conf

https_port 31129
ssl_certificate /usr/local/squid/certi/server.crt
ssl_key /usr/local/squid/certi/server.key

I have generate test certificates whit

openssl genrsa 1024 > server.key
openssl req -new -key server.key -x509 -days 365 -out certi/server.crt

but when I run squid the log says...

2001/10/24 16:21:15| parseConfigFile: line 5 unrecognized: 'ssl_certificate
/usr/local/squid/etc/server.crt'
2001/10/24 16:21:15| parseConfigFile: line 6 unrecognized: 'ssl_key
/usr/local/squid/etc/server.key'

And /var/log/messages says

Oct 24 16:21:15 sauron squid[12742]: Squid Parent: child process 12748
started
Oct 24 16:21:21 sauron (squid): Failed to acquire SSL certificate:
error:0200100E:system library:fopen:Bad address
Oct 24 16:21:21 sauron squid[12742]: Squid Parent: child process 12748
exited due to signal 6

Thanks
Received on Wed Oct 24 2001 - 13:48:56 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:03:06 MST