[squid-users] Squid 3 as reverse-proxy with SSL

From: Maik Fuss <mailing_at_one-access.de>
Date: Tue, 10 Jun 2008 22:14:28 +0200

Hi List,
I want to use Squid as a reverse proxy with ssl support, so i setup a
config like this:

<snip>
https_port 192.168.9.109:443 cert=/etc/squid/ssl/domain.tld.crt key=/etc/squid/ssl/domain.tld.key vhost
http_port 192.168.9.109:80 vhost

cache_peer 192.168.222.109 parent 80 0 proxy-only no-query originserver no-digest front-end-https=on sslcert=/domain.tld.crt
sslkey=/etc/squid/ssl/domain.tld.key name=109_http

acl testdomain dstdomain naturmed.online.biering.de
acl testdomain_ADR dst 192.168.222.109
acl testdomain_PORT port 80 443

cache_peer_access 109_http allow testdomain

http_access allow testdomain_ADR testdomain_PORT
</snap>

but..
if i restart squid i become this msg:
<snip>
Failed to acquire SSL certificate '/etc/squid/ssl/domain.tld.crt': error:20074002:BIO routines:FILE_CTRL:system lib
<snap>

the cert's are from a ISP who says that's a modssl (apache) cert, so...
is the reason for this the wrong cert-type?

the system is Gentoo
Received on Tue Jun 10 2008 - 20:14:33 MDT

This archive was generated by hypermail 2.2.0 : Wed Jun 11 2008 - 12:00:05 MDT