This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

HTTP Proxy

Old posts that have not been replied to for several years.
Locked
R
Rio
Voice
Posts: 1
Joined: Thu Sep 08, 2005 7:05 am

HTTP Proxy

Post by Rio »

Hello,

ive been trying to make my egg connect but it refuses, i connect via a HTTP Proxy, this is the suspectible config line in speculation..

Code: Select all

##### MORE ADVANCED SETTINGS #####

# Set this to your socks host if your Eggdrop sits behind a firewall. If
# you use a Sun "telnet passthru" firewall, prefix the host with a '!'.
 set firewall "192.168.1.244:3128"
theoritically speaking it shud work, but i jsut cant seem to nail it, any ideas? any comments or words of advice are welcome.
Thx
Rio
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

a HTTP Proxy is no Socks Proxy, you need a Socks Proxy to connect to IRC.
Are you sure this can actually work? I beleave this cannot work... even theoretically :D. Because a HTTP Proxy should expect a GET and HOST line, while a Socks Proxy expects a CONNECT line afaik ^-^.
If you can, check your Proxy logs, I am sure you will have a 4** error logged :D.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

wrong, a HTTP proxy expects CONNECT and SOCKS proxy expects some garbage codes that eggdrop support nevertheless hehe

but you are right, eggdrop does not support HTTP proxy, only SOCKS (and so-called "Sun Firewall" that nobody has heard of hehe)
Locked