[squid-users] Resolve ip_address to hostname in access.log ( no dns lookup )

2012-02-03 Thread Jevos, Peter
Hi I'd like to store the hostnames instead of ip addresses of our AD PCs in the access.log I know that there's feature log_fqdn, but as far as I know it works as the DNS resolver. This however doesn't work for me, because we don't have PTR records of PCs at the DNS server ( DHCP is Cisco ) Ho

[squid-users] Capturing HTTPS traffic

2012-02-03 Thread PS
Hello, I am currently running the following version of Squid: Squid Cache: Version 3.2.0.14-20120202-r11500 configure options: '--enable-ssl' '--enable-ssl-crtd' I configured it so that certs are generated on the fly and I am able to get to HTTPS websites without getting a certificate warning.

RE: [squid-users] Capturing HTTPS traffic

2012-02-03 Thread Alfonso Alejandro Reyes Jimenez
Hi. If you have the certifícate information you may use ssldump to decode the information. I hope this helps. Regards. -Mensaje original- De: PS [mailto:packetst...@gmail.com] Enviado el: viernes, 03 de febrero de 2012 12:11 p.m. Para: squid-users@squid-cache.org Asunto: [squid-users]

Re: [squid-users] Capturing HTTPS traffic

2012-02-03 Thread PS
Could you please be a little more specific? Is there something else called ssldump that I am supposed to use? This is what my config looks like. I am currently using ssl_bump. acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src 172.16.0.0/12 # RFC1918 possible

RE: [squid-users] Capturing HTTPS traffic

2012-02-03 Thread Alfonso Alejandro Reyes Jimenez
Sorry. SSLDUMP is like tcpdump but for ssl, it Works on layer 3 and has nothing to do with squid, that what we use. Regards. -Mensaje original- De: PS [mailto:packetst...@gmail.com] Enviado el: viernes, 03 de febrero de 2012 12:56 p.m. Para: Alfonso Alejandro Reyes Jimenez CC: squid-u

Re: [squid-users] Capturing HTTPS traffic

2012-02-03 Thread PS
Thank you! I'll take a look at ssldump. On Feb 3, 2012, at 2:08 PM, Alfonso Alejandro Reyes Jimenez wrote: > Sorry. SSLDUMP is like tcpdump but for ssl, it Works on layer 3 and has > nothing to do with squid, that what we use. > > Regards. > > > > -Mensaje original- > De: PS [mailto

[squid-users] POST method when using squid_kerb_auth and sending Yahoo mail attachment

2012-02-03 Thread Hank Disuko
Hello folks, I'm using squid 3.1.11-1 on Ubuntu Server 11.  I am using "/usr/lib/squid3/squid_kerb_auth" to auth against a Windows 2008 directory. I am unable to upload attachments to emails when using the *new* Yahoo! Mail interface.  The old interface seems to work fine. I've seen this pro

Re: [squid-users] Resolve ip_address to hostname in access.log ( no dns lookup )

2012-02-03 Thread Amos Jeffries
On 4/02/2012 5:26 a.m., Jevos, Peter wrote: Hi I'd like to store the hostnames instead of ip addresses of our AD PCs in the access.log I know that there's feature log_fqdn, but as far as I know it works as the DNS resolver. This however doesn't work for me, because we don't have PTR records of

Re: [squid-users] This one site (virk.dk) doesn't work through Squid

2012-02-03 Thread Amos Jeffries
On 2/02/2012 10:27 p.m., Per Jessen wrote: Brian Andersen wrote: Hi I have squid running on a ubuntu server with shorewall. I am using the default squid config files and I have only blocked one site (which isn't virk.dk). All sites works perfectly, except http://virk.dk If I do not redirect my

[squid-users] Q: squid as proxy for OWA: authentication not passing through

2012-02-03 Thread John H. Nyhuis
I'm trying to set up squid as a proxy for a Microsoft Exchange OWA server, and would appreciate it if someone could point out what I am missing in my squid.conf When I connect directly to OWA using a browser, I am presented with a username / password dialogue, and can log in. When I connect

Re: [squid-users] Squid, wccp2 and Solaris

2012-02-03 Thread Amos Jeffries
On 3/02/2012 10:31 a.m., Jerry Kemp wrote: no Solaris wccp users at all? It seems not. Probably because of those problems you found. Although Solaris may have simply embeded GRE functionality into the network stack like Linux and BSD did years ago and made it a non-issue. Or is could just b

Re: [squid-users] Squid 3.2.0.14 and Digest Auth

2012-02-03 Thread Amos Jeffries
On 3/02/2012 3:37 a.m., Will Roberts wrote: Hi, Is anyone using digest auth with squid 3.2.0.14? Can you try accessing your squid with the correct username and wrong password? That fails as I'd expect in squid 3.2.0.13 (and 3.1.18), but succeeds in 3.2.0.14. At the moment I don't see how that co

Re: [squid-users] Q: squid as proxy for OWA: authentication not passing through

2012-02-03 Thread Amos Jeffries
On 4/02/2012 2:23 p.m., John H. Nyhuis wrote: I'm trying to set up squid as a proxy for a Microsoft Exchange OWA server, and would appreciate it if someone could point out what I am missing in my squid.conf When I connect directly to OWA using a browser, I am presented with a username / passw

Re: [squid-users] Unable to access IIS site through squid3

2012-02-03 Thread Amos Jeffries
On 2/02/2012 3:55 a.m., Fredrik Eriksson wrote: Hi, I just wanted to follow up on this one. We ran into other issues that required a local backport of the squid3 package anyway, so I took the opportunity to build a package without IPv6 support (--disable-ipv6). Also, IPv6 support is switched of

Re: [squid-users] POST method when using squid_kerb_auth and sending Yahoo mail attachment

2012-02-03 Thread Amos Jeffries
On 4/02/2012 12:46 p.m., Hank Disuko wrote: Hello folks, I'm using squid 3.1.11-1 on Ubuntu Server 11. I am using "/usr/lib/squid3/squid_kerb_auth" to auth against a Windows 2008 directory. I am unable to upload attachments to emails when using the *new* Yahoo! Mail interface. The old interf

Re: [squid-users] forward loop

2012-02-03 Thread Mustafa Raji
hi Pieter this is my configuration file, #define access list for network acl my_network src 192.168.12.0/24 acl my_network src 192.168.7.0/24 acl my_network src 192.168.40.0/24 acl my_network src 10.10.10.0/24 #allow http access for the network http_access allow my_network #squid default acl co