Opened 14 years ago

Last modified 3 years ago

#24579 new enhancement

Add SOCKS proxy support

Reported by: raimue (Rainer Müller) Owned by: macports-tickets@…
Priority: Normal Milestone: MacPorts Future
Component: base Version:
Keywords: socks proxy Cc: arto.bendiken@…, lagrave+bugs+macosforge.org@…, cooljeanius (Eric Gallager)
Port:

Description

MacPorts currently supports HTTP, HTTPS and FTP proxies from the environment, Mac OS X system configuration or macports.conf. But it does not honor any SOCKS proxy even when reading the system configuration, where this might be the only proxy specified.

curl has support for SOCKS proxies but does not read them from any environment variable so some special handling for this proxy type would be necessary. More information can be found in the libcurl tutorial.

tsocks can be used to force the use of a SOCKS proxy, but it creates a chicken-and-egg problem for new users. SOCKS support would also allow to tunnel over SSH connections using the ssh -D option.

Change History (4)

comment:1 Changed 14 years ago by arto.bendiken@…

Cc: arto.bendiken@… added

Cc Me!

comment:2 Changed 13 years ago by lagrave+bugs+macosforge.org@…

Cc Me!

comment:3 Changed 13 years ago by lagrave+bugs+macosforge.org@…

Cc: lagrave+bugs+macosforge.org@… added

Cc Me!

comment:4 Changed 3 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.