zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Galaxium uses proxy settings only in "http connect" mode [MSN] #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set HTTP proxy settings
2. Uncheck "use http connect"
3. Try to connect...

What is the expected output? What do you see instead?
I expect to connect through the proxy. But it can't
But, when I check "use http connect", it goes through the proxy !!!

What version of the product are you using? On what operating system?
(you can run the "diagnose" script in the root directory of the Galaxium
sources to get a detailed report)
v0.8-svn build 800, Linux Debian Sid

Please provide any additional information below.
About Jabber, I can't connect at all, neither with "http connect" or "HTTP
proxy".

Original issue reported on code.google.com by dber...@gmail.com on 20 Jun 2008 at 8:08

GoogleCodeExporter commented 9 years ago
if you don't use the http connect method then you will need to provide a SOCKS 
proxy
as well, this is required to successfully set up a tcp connection if you are 
behind a
proxy

about jabber ... it is disabled in our 0.7 release and we plan to support it 
for the
0.8 release, but we only started working on 0.8 about a week ago, so it needs 
quite
some more work before it is usable

Original comment by ben.motm...@gmail.com on 20 Jun 2008 at 9:43

GoogleCodeExporter commented 9 years ago
About Jabber, ok. I understand and I'll wait ;-)

About MSN, I don't understand why I can't use only a proxy without HTTP method. 
I do
it with Pidgin and it works very well. Is it a problem with Galaxium ?

Thank you.

David.

Original comment by dber...@gmail.com on 20 Jun 2008 at 10:42

GoogleCodeExporter commented 9 years ago
there are many http proxies that also support SOCKS, so just copy your proxy 
settings
to the SOCKS preferences (eg: http://your.http-proxy.example ==> enter
your.http-proxy.example and port 80 in the SOCKS preferences)

Original comment by ben.motm...@gmail.com on 20 Jun 2008 at 11:44

GoogleCodeExporter commented 9 years ago
Sadly, mine is only HTTP proxy (tinyproxy). Isn't it possible to use the HTTP 
proxy
without HTTP connect method ?

There's always the bug with the 'General.xml' file. When I change settings in
Galaxium, they are not saved in the file... I have to write them in the file...

David.

Original comment by dber...@gmail.com on 20 Jun 2008 at 11:58

GoogleCodeExporter commented 9 years ago
Yeah its weird how THAT panel doesn't save properly.. I'm still looking into 
that.

Original comment by dra...@gmail.com on 20 Jun 2008 at 12:54

GoogleCodeExporter commented 9 years ago

Original comment by paulburt...@gmail.com on 20 Jun 2008 at 11:30

GoogleCodeExporter commented 9 years ago
Proxy settings will now save correctly. Hopefully this will help with some of 
the
proxy frustration :P

Original comment by dra...@gmail.com on 21 Jun 2008 at 6:17

GoogleCodeExporter commented 9 years ago
Not sure if this should be a 0.7.4 (will there be a 0.7.4?) or 0.8, but leaving 
it at
0.7.3 after its released makes no sense.

Original comment by paulburt...@gmail.com on 28 Jun 2008 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by dra...@gmail.com on 30 Jun 2008 at 2:00

GoogleCodeExporter commented 9 years ago
Massive updates here. proxy settings preference panel has been upgraded to be 
easier
to use. Is not complete though.

SOCKS5 proxy has been fixed. Dropped ProxySocket from mentallis.org because it
doesn't work and they are not available for support.

Created a SocksSocket and a TunnelSocket to have Proxy for SOCKS5 and HTTPS
Tunnelling. This should allow anyone and their dog to connect using Galaxium.

I'll notify everyone once we are done.

Original comment by dra...@gmail.com on 7 Jul 2008 at 6:23

GoogleCodeExporter commented 9 years ago
Ok HTTPS tunnel and SOCKS5 tunnel both work with CCProxy.

I've commit the changes and also commit the changes to 0.7.4 (authentication 
options
are disabled for 0.7.4, as I have not coded them yet, they will be in 0.8)

Also improved some things in HTTP method.

Original comment by dra...@gmail.com on 8 Jul 2008 at 1:59