Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1365931 > unrolled thread

Socket-Option in POSIX-sockets, to allow traffic via proxy

Started byAjay Garg <ajaygargnsit@gmail.com>
First post2016-03-29 09:30 +0200
Last post2016-03-30 17:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  Socket-Option in POSIX-sockets, to allow traffic via proxy Ajay Garg <ajaygargnsit@gmail.com> - 2016-03-29 09:30 +0200
    Re: Socket-Option in POSIX-sockets, to allow traffic via proxy Phil Turmel <philip@turmel.org> - 2016-03-30 17:00 +0200

#1365931 — Socket-Option in POSIX-sockets, to allow traffic via proxy

FromAjay Garg <ajaygargnsit@gmail.com>
Date2016-03-29 09:30 +0200
SubjectSocket-Option in POSIX-sockets, to allow traffic via proxy
Message-ID<rhWga-2Ka-9@gated-at.bofh.it>
Hi All.

Surprisingly, I could not find this on google :-\

We are trying to use vanilla POSIX-socket-APIs, but we are unable to
connect if the URL is on the other side of the proxy.
Is there a socket-option wherein this would be allowed?


I will be grateful for any pointers.


Thanks and Regards,
Ajay

[toc] | [next] | [standalone]


#1367262

FromPhil Turmel <philip@turmel.org>
Date2016-03-30 17:00 +0200
Message-ID<ripLb-6Tm-1@gated-at.bofh.it>
In reply to#1365931
On 03/29/2016 03:27 AM, Ajay Garg wrote:
> Hi All.
> 
> Surprisingly, I could not find this on google :-\
> 
> We are trying to use vanilla POSIX-socket-APIs, but we are unable to
> connect if the URL is on the other side of the proxy.
> Is there a socket-option wherein this would be allowed?
> 
> I will be grateful for any pointers.

This isn't a socket level operation, except to connect to the proxy.
Google suggests using libproxy and/or libcurl.

HTH,

Phil

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web