This is a discussion on [squid-users] Problem compile SSL with Squid 3.0 within the Squid Users forums, part of the Web Server and Related Forums category; Hi peolple, I want make this with Squid. The original scenary is: I have a PC with Certificate SSL configured ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi peolple,
I want make this with Squid. The original scenary is: I have a PC with Certificate SSL configured inside Internet Explorer. This certificate is necesary when I visit www.xxxxxx.com PC (Certificate SSL inside Internet Explorer) -------> www.xxxxxx.com now I want change this scenary: Many or any PC without Certificate. Config the Certificate in the Squid and Squid connect to www.xxxxxx.com and authenticate connection. Any PC (Client) -----> Squid/Certificate SSL ----> www.xxxxxx.com Is possible last scenary? How to? I think for other documents I have readed answers in mail-list squid, and others documents and I think that I need configure Squid Client SSL. Is ok this? For this configuration I'm trying compile "squid-3.0-PRE3-20040411" with "--enable-ssl", but when I run "make" I have errors: ssl_support.o: In function `ssl_initialize(void)': /usr/src/squid-3.0-PRE3-20040411/src/ssl_support.cc:390: undefined reference to `ENGINE_by_id' /usr/src/squid-3.0-PRE3-20040411/src/ssl_support.cc:394: undefined reference to `ENGINE_set_default' collect2: ld returned 1 exit status make[3]: *** [squid] Error 1 make[3]: Leaving directory `/usr/src/squid-3.0-PRE3-20040411/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/squid-3.0-PRE3-20040411/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/squid-3.0-PRE3-20040411/src' make: *** [all-recursive] Error 1 root@server:/usr/src/squid-3.0-PRE3-20040411# Can I anybody help me? What is the problem? I probe put "--with-openssl" and "--include-openssl", but the results are errors. -- Alfredo Pulido alfredo.pulido@idecnet.com Dept. Sistemas, IdecNet S.A. Juan XXIII 44 // E-35004 Las Palmas de Gran Canaria, Las Palmas // SPAIN Tel: +34 828 111 000 Fax: +34 828 111 112 http://www.idecnet.com/ --- Errar es un privilegio de los valientes. (Jose Angel Salido) |