lipsync icon indicating copy to clipboard operation
lipsync copied to clipboard

Proxy handling

Open fullbright opened this issue 13 years ago • 4 comments

When a computer is in a network that needs a proxy, the cron job fails.

How can we add proxy handling to the application ?

fullbright avatar May 09 '11 11:05 fullbright

I think you should be careful using ssh when behind a proxy (eg. corporate env.) -> might get one fired.

mimor avatar May 30 '11 20:05 mimor

Hi,

Indeed ! but I was thinking about another environment, like when you setup a vpn and have to proxy your request through it, or just have internet through a proxy.

Sergio Kokouvi AFANOU Ingnieur INSA Lyon - Rseaux et Tlcom Tel: 06 22 03 76 97

On Mon, May 30, 2011 at 10:31 PM, mimor < [email protected]>wrote:

I think you should be careful using ssh when behind a proxy (eg. corporate env.) -> might get one fired.

Reply to this email directly or view it on GitHub: https://github.com/philcryer/lipsync/issues/17#comment_1263444

fullbright avatar Jun 03 '11 13:06 fullbright

so...I could add a line in /etc/lipsyncd.conf for PROXY= and then if it's defined us it...it's just that...how are we going to tell it to use the PROXY for some connections (like at work) and others for other connections (like when you're at home)? to me this almost needs to be handled by a local proxy server, so you'd point at that, then it would decide how to ssh out... Thoughts? I can't think of a way I can solve both instances.

philcryer avatar Jun 21 '11 20:06 philcryer

Hi,

There is a nice program called corkscrew that is able to make an SSH connexion through a proxy. Proxy details are available in the .ssh/config file.

It may be a clue.

Regards,

Sergio AFANOU Le 21 juin 2011 22:27, "philcryer" < [email protected]> a crit :

so...I could add a line in /etc/lipsyncd.conf for PROXY= and then if it's defined us it...it's just that...how are we going to tell it to use the PROXY for some connections (like at work) and others for other connections (like when you're at home)? to me this almost needs to be handled by a local proxy server, so you'd point at that, then it would decide how to ssh out... Thoughts? I can't think of a way I can solve both instances.

Reply to this email directly or view it on GitHub: https://github.com/philcryer/lipsync/issues/17#issuecomment-1413546

fullbright avatar Jun 23 '11 12:06 fullbright