search for: proxyport

Displaying 13 results from an estimated 13 matches for "proxyport".

2019 Jan 07
0
how to set proxy systemwide (wget and docker)
...centos 7? > I need this for wget and docker. > My first idea was /etc/environment but allthough the proxy is set wget and > docker don? t connect to their target-systems. I have this in /etc/profile.d/proxy-config.sh: -----%<--------------------------------- PROXYHOST="proxy" PROXYPORT="8080" for CFGFILE in /etc/sysconfig/proxy-config ${HOME}/.proxy-config; do [ -s $CFGFILE ] && . $CFGFILE done export http_proxy="http://${PROXYHOST}:${PROXYPORT}" export HTTP_PROXY="http://${PROXYHOST}:${PROXYPORT}" export https_proxy="http://${PROXYH...
2019 Jan 05
4
how to set proxy systemwide (wget and docker)
Hallo, what is the right way to set a proxy systemwide using centos 7? I need this for wget and docker. My first idea was /etc/environment but allthough the proxy is set wget and docker don? t connect to their target-systems. Thanks for hints Ralf
2013 Jul 02
0
Asterisk 11, SIP. OK to BYE goes to wrong ip/port combination
...2nd Via (or from "From') and OK gets lost. I'm just trying to adjust sip configuration that used to work for simple call scenarios (in 1.4, for example) for Asterisk 11. Your input is appreciated. Thank you. Alex Zarubin In sip.conf [general] nat = no outboundproxy=PROXYipaddress:PROXYport [CARRIER] type=peer host=CARRIERipaddress port=CARRIERport canreinvite=no Outbound call from asterisk is established normally via outbound proxy. BYE coming from the CARRIER <--- SIP read from UDP:PROXYipaddress:PROXYport ---> BYE sip:XYZ at ASTERISKipaddress:5060 SIP/2.0 Via: SIP/2.0/UDP...
2007 Jun 13
0
Problem with SquidGuard and DansGuardian
...portion from my dansguardian configuration: # you can limit it to only 1 IP. Yes only one. filterip = # the port that DansGuardian listens to. filterport = 8080 # the ip of the proxy (default is the loopback - i.e. this server) proxyip = 127.0.0.1 # the port DansGuardian connects to proxy on #proxyport = 3128 proxyport = 8888 When I change the filterport to 80, there was an error starting dansguardian saying that "Error binding server socket (is something else running on the filter port? [80])", changing it to 8080 have no problem but not able to filter anything. Can anyone please give...
2002 Jul 17
2
[Patch] SSH through HTTP proxy using CONNECT
...ouldn't SSH to the outside world. However, the HTTP proxy 'CONNECT' method, which is normally used to support SSL requests, can be used to do this. This worked great for me. Attached is a patch to SSH version 2.9 (comes with FreeBSD 4.5-REL) to implement 'ProxyServer' and 'ProxyPort' options, also specifiable on the command line using '-r'. E.g.: ssh -r 10.12.114.3:8080 foobar at some.server.com Then ssh will go through the HTTP proxy at 10.12.114.3 8080 and tell it to 'CONNECT' to 'some.server.com:22'. I found it useful so perhaps others woul...
2008 Sep 11
3
Tomcat with squid username/password
...application needs to connect through our proxy to the outside to collect patches. I've added the following options to the JAVA_OPTS and restarted tomcat. -Dhttp.proxyUser =username -Dhttp.proxyPassword =password -Dhttp.proxyHost=proxy.company.com.au <http://proxy.company.com.au> -Dhttp.proxyPort=3128 Using snoop on the squid proxy I can see the requests, but the username/password combinations are not being sent and the tomcat application receives a 407/DENIED message. Is there a reason the username/password are not being sent? Our squid proxy uses both NTLM and basic authentication. tha...
2002 Jun 19
0
[R] Problems with url/download and http_proxy
...t; Sent: Wednesday, June 19, 2002 4:58 AM > To: Warnes, Gregory R > Cc: r-devel@stat.math.ethz.ch > Subject: RE: [R] Problems with url/download and http_proxy > > > It's a bug in the libxml code causing the port to be set to zero. > Comment lines like > > /*if (proxyPort != 0) { > proxyPort = 0; > }*/ > > in nanohttp.c and nanoftp.c. (The port has already been set in the > caller.) > > Please confirm that this works. > > > On Tue, 18 Jun 2002 ripley@stats.ox.ac.uk wrote: > > > The port is not supposed to be required, s...
2006 May 31
0
web services datat types
...s the controller for the web service def GetMetadata(metadata) breakpoint answer = CLL_Answer.new answer end and lastly, this is the php client $client = new mysoapclient("http://loginunificado.portalserver.com.ar/unified_login/ws dl", true, $proxyhost, $proxyport, $proxyusername, $proxypassword); $params = array(''key'' => ''perfil'', ''type'' => ''1'', ''value'' => '''', ''webapplication_id'' => '''', ''user_t...
2009 Jul 30
1
fail to open port of a game connection software
...fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! The program goes with a configuration files which contains the following port specifications: Code: MainPort=8013 MemberPort=8012 GamePort=8011 TunnelPort=8010 TunnelTcpPort=8009 InfoPort=8008 ProxyPort=8020 I have searched the answer carefully in the web, and cannot find a solution. Thanks a lot.
2012 Feb 09
2
Problems with Microsoft Forefront proxy with yum
Hello all, How can I configure yum to download updates when I need to authenticate to a Microsoft Forefront proxy?? I have tried to configure http_proxy variable as a "http_proxy="http://DOMAIN\\user:passwd at proxy:port/", but it doesn't works ... I have tried to set http_user and http_passwd also without luck. Thanks.
2013 Apr 04
0
Changing HTTP proxy configurations at run time
...c (revision 62488) +++ src/modules/internet/nanohttp.c (working copy) @@ -255,15 +255,12 @@ WSADATA wsaData; #endif - if (initialized) - return; - #ifdef _WINSOCKAPI_ if (WSAStartup(MAKEWORD(1, 1), &wsaData) != 0) return; #endif - if (proxy == NULL) { + proxy = NULL; proxyPort = 80; env = getenv("no_proxy"); if (env && ((env[0] == '*') && (env[1] == 0))) @@ -287,7 +284,7 @@ #endif proxyUser = xmlMemStrdup(env); } - } + done: initialized = 1; } This works fine for me (on a Mac) and I can simply use Sys.setenv(htt...
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
...pages for many hours/days, and in the error log I see only such errors: [Tue Aug 08 08:27:31.742640 2017] [proxy_fcgi:debug] [pid 29259] mod_proxy_fcgi.c(963): [client 180.76.15.139:30619] AH01076: url: fcgi://127.0.0.1:9000/var/webs/wwwgreekgeo/www/wp/index.php proxyname: (null) proxyport: 0 [Tue Aug 08 08:27:31.742642 2017] [proxy_fcgi:debug] [pid 29259] mod_proxy_fcgi.c(970): [client 180.76.15.139:30619] AH01078: serving URL fcgi://127.0.0.1:9000/var/webs/wwwgreekgeo/www/wp/index.php [Tue Aug 08 08:27:31.742645 2017] [proxy:debug] [pid 29259] proxy_util.c(2203)...
2007 Jan 08
2
shorewall/dansguardian/squid problem
...cache/squid gravity ~ # grep ^[A-Za-z] /etc/dansguardian/dansguardian.conf reportinglevel = 3 languagedir = ''/etc/dansguardian/languages'' language = ''ukenglish'' loglevel = 3 logexceptionhits = on logfileformat = 1 filterip = filterport = 3129 proxyip = 127.0.0.1 proxyport = 3128 < filtering onfig stuff snipped> urlcacheage = 900 phrasefiltermode = 2 preservecase = 0 hexdecodecontent = 0 forcequicksearch = 0 reverseaddresslookups = off reverseclientiplookups = off createlistcachefiles = on maxuploadsize = -1 maxcontentfiltersize = 256 usernameidmethodproxyauth...