gregoriusxu / booksleeve

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

how to connect booksleeve through http proxy? #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to connect booksleeve to redis server through http proxy? 
Because our clients' environment are using http proxy either with default 
authentication or custom authentication.

I've tried to google booksleeve proxy / booksleeve http proxy with no result, 
please help me.

thank you,
khonato

Original issue reported on code.google.com by khon...@gmail.com on 13 Mar 2013 at 7:57

GoogleCodeExporter commented 8 years ago
redis does not use http in any way... it is unclear what your intentions are 
here.

Original comment by marc.gravell on 13 Mar 2013 at 8:29

GoogleCodeExporter commented 8 years ago
My problem is in office environment, the network usually connected to outside 
world through http proxy (like isa server or other proxy server type). Which 
mean, if they didn't set browser proxy setting, even the browser won't get 
connected to the internet. In other words, the clients in network cannot 
connect to internet without getting through the proxy server, all the traffics 
have to pass the proxy server in order to get to internet.

When I'm trying to connect to redis server through this kind of environment, it 
failed to open connection due to the proxy server limitation.

Can you suggest a way to open booksleeve connection through the proxy server?

Please kindly help,
khonato

Original comment by khon...@gmail.com on 14 Mar 2013 at 2:59

GoogleCodeExporter commented 8 years ago
No, you cannot push redis traffic through an http proxy, because redis traffic 
is not http. You possibly could use something like haproxy (in binary mode) as 
a proxy, but: *it is not http*.

Original comment by marc.gravell on 14 Mar 2013 at 7:36

GoogleCodeExporter commented 8 years ago

Original comment by marc.gravell on 3 Apr 2013 at 7:58