Re: [squid-users] Intercept @ Squid-3.4.6

2014-07-23 Thread Roberto O . Fernández Crisial
Same configuration with Squid-3.2.13 and the same problem: connect(11, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("SQUIDIP")}, 16) = -1 EINPROGRESS (Operation now in progress) Something related to configure line? On Wed, Jul 23, 2014 at 5:54 PM, Roberto O. Fernánd

Re: [squid-users] Intercept @ Squid-3.4.6

2014-07-23 Thread Roberto O . Fernández Crisial
olás wrote: > Hi Roberto, > > El 23/07/2014 20:54, Roberto O. Fernández Crisial escribió: > >> Hi guys, >> >> I hope you're doing fine. I'm trying to intercept HTTP requests on >> Squid 3.4.6 but I'm going crazy. Is there any http_port parameter &g

[squid-users] Intercept @ Squid-3.4.6

2014-07-23 Thread Roberto O . Fernández Crisial
Hi guys, I hope you're doing fine. I'm trying to intercept HTTP requests on Squid 3.4.6 but I'm going crazy. Is there any http_port parameter change between 3.1.10 and 3.4.6? I have 3.1.10 working fine, here are the examples: IPTABLES CONFIGURATION (Global config) -A PREROUTING -s 10.1.0.0/16 -p

[squid-users] Reverse Proxy with Squid 3.0

2009-08-12 Thread Roberto O . Fernández Crisial
I'm currently deploying Squid 3.0 but I couldn't make it work as reverse-proxy. I used to work with 2.6 and http_accel_host/port, now I know those rules are not supported anymor on Squid3.0. Anyone has a link to help me? Thank you! Regards, Roberto.

[squid-users] SSL cert

2009-03-18 Thread Roberto O. Fernández Crisial
Do you remember how to export .CRT to .PEM SSL certificate via console openssl command on linux? Thank you.

[squid-users] SSL Support

2009-02-25 Thread Roberto O. Fernández Crisial
Hello, I'm trying to figure out how to install a NetSol's SSL Certificate over Squid 2.5. The SSL access works fine, but at every first access it shows the error message "sec_error_unknown_issuer". Any ideas? Thank you, Roberto.

RE: [squid-users] No SSL to SSL redirection problem

2009-02-24 Thread Roberto O. Fernández Crisial
Hi guys, I made the easy way. My Squid is Listen on ports 80 and 443, so the Apache (in httpd_accel_... mode) was configured to rewrite url via .htaccess file. 1st request: http://www.foo.com/bar 2nd request (forwarded): https://www.foo.com/bar Here is the .htac

RE: [squid-users] No SSL to SSL redirection problem

2009-02-23 Thread Roberto O. Fernández Crisial
I think url_rewrite_access is not supported by Squid 2.5 and supported on Squid 2.6+. I was looking and I found this http://www.squid-cache.org/mail-archive/squid-users/200502/0150.html but I do not want to limit access on port 80. Any ideas? Thank you, Roberto O. Fernández Crisial

RE: [squid-users] No SSL to SSL redirection problem

2009-02-23 Thread Roberto O. Fernández Crisial
JD, The exits are for testing and should not be at the example I wrote. The access.log shows (after redirection): 1235404323.937 0 200.127.215.7 TCP_MISS/301 181 GET http://xxx.yyy.com/ - NONE/- - 1235404324.445 0 200.127.215.7 TCP_MISS/301 181 GET http://xxx.yyy.com /

[squid-users] No SSL to SSL redirection problem

2009-02-23 Thread Roberto O. Fernández Crisial
can do? How can I make the “http” to “https” to work fine? Thank you, Roberto O. Fernández Crisial.