Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Squid: https and MSN
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
chrismortimore
l33t
l33t


Joined: 03 Dec 2005
Posts: 721
Location: Edinburgh, UK

PostPosted: Wed Mar 15, 2006 4:29 pm    Post subject: Squid: https and MSN Reply with quote

I have Squid working with http and ftp, but I cannot for the life of me get https and aMSN to work through it. I have rummaged the web and the forums and cannot find a solution that works for me. I'm just wanting bog-standard caching proxy (except for the https). I also forward all of my packets to another proxy, as in the config file. Here is my /etc/squid/squid.conf
Code:
# Server settings
http_port 3128
icp_port 0
visible_hostname toaster

# Cache settings
cache_dir ufs /var/cache/squid 500 16 256
cache_mem 50 MB
maximum_object_size 102400 KB
reload_into_ims off

# Proxy redirection settings
cache_peer wwwcache.ed.ac.uk parent 3128 0 no-query default
prefer_direct off

# Misc settings
forwarded_for off
offline_mode off
pipeline_prefetch on

# Network definitions
acl network src toaster
acl network src marbles
acl all src 0.0.0.0/0.0.0.0

# Port definitions
acl SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http_mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl Safe_ports port 901         # SWAT
acl purge method PURGE
acl CONNECT method CONNECT

# Access control
http_access allow network
http_access allow Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all

icp_access allow network
icp_access deny all

miss_access allow network
miss_access deny all

Any suggestions?
_________________
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB 7200rpm Maxtor DiamondMax 10, 2x320GB WD 7200rpm Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB 5400rpm IBM TravelStar, Nvidia 5200Go 64MB
Back to top
View user's profile Send private message
billiob
Guru
Guru


Joined: 30 Dec 2004
Posts: 425
Location: Paris, France

PostPosted: Wed Mar 15, 2006 6:39 pm    Post subject: Reply with quote

That's maybe not the solution you would like :
In aMSN, go to Tools->Preferences->Connection and fill informations to use your proxy.
_________________
billiob
Back to top
View user's profile Send private message
chrismortimore
l33t
l33t


Joined: 03 Dec 2005
Posts: 721
Location: Edinburgh, UK

PostPosted: Thu Mar 16, 2006 7:55 am    Post subject: Reply with quote

billiob wrote:
That's maybe not the solution you would like :
In aMSN, go to Tools->Preferences->Connection and fill informations to use your proxy.
Thanks anyway, I have it set to use the http POST method just now, which works through my uni proxy.

New problem: I also can't use the Gentoo forums search or log in here.
_________________
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB 7200rpm Maxtor DiamondMax 10, 2x320GB WD 7200rpm Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB 5400rpm IBM TravelStar, Nvidia 5200Go 64MB
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum