search for: https_proxi

Displaying 20 results from an estimated 43 matches for "https_proxi".

Did you mean: https_proxy
2001 Oct 18
1
Patch for SSH-tunneling via HTTPS-proxy
Hi List, I have a szenario where I need to reach a host on the internet from a "firewalled" network but there is a HTTPS-proxy runnnig. As some people know you can tunnel all TCP-connections through this proxy because it can't decide if someone is really doing SSL or just Telnet to port 443 (or use SSH in our case). So I've written a patch for ssh to make it send the CONNECT
2007 Oct 16
3
R-2.6.0 - packages installation through a proxy - not working
Hello everyone, I run R on Gentoo Linux and this week I upgraded R from 2.5.0 to 2.6.0. With the new build, I have stumbled upon an unpleasant problem: I can no longer install packages from CRAN through a transparent proxy. With the previous version, I simply added to /usr/lib/R/etc/Renviron the following line and it functioned like a charm: ## Proxy settings http_proxy="SERVER:3128"
2015 Oct 06
0
python setup.py ssl error
Hey guys, I'm trying to do a source install of s3cmd onto a centos 6.5 host. Because the version in the repo is a little old. So when I go to run the installer app with the command python2.7 setup.py install, I'm getting the following error: Installed /usr/local/lib/python2.7/site-packages/s3cmd-1.6.0-py2.7.egg Processing dependencies for s3cmd==1.6.0 Searching for six>=1.5 Reading
2016 Nov 07
2
Proxy server settings
Hello All, I'm sure this must be a fairly quick and easy configuration, but I have not been able to figure it out yet. How do you configure the proxy settings in the OS itself (not in a browser or other application) so that anytime the server tries to get out to the internet, that it can direct its traffic to go through a proxy server? I tried putting the proxy settings in .bash_profile
2019 Jan 07
0
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. I have this in /etc/profile.d/proxy-config.sh: -----%<--------------------------------- PROXYHOST="proxy" PROXYPORT="8080"
2006 May 08
3
build in iexplore.exe
Hi I want to start the buil-in iexplore.exe. I created a new .wine directory and typed #wine iexplore.exe Then it tries to download the Mozilla ActiveX PlugIn and this is where the problem starts: The download window shows, but it doesn't start the download. I am sitting behind a proxy server (no authorisation needed), and the proxy is setup correctly: ftp_proxy=ftp://proxy.sun.ac.za:3128
2015 Aug 31
1
[PATCH] customize: fix running commands on the same architecture
Wrap the command around an heredoc only if setarch needs to be used; otherwise the heredoc will not be run at all. Fix commit d875346ad441d4762455ea1b41d57ad6174d9b63. --- customize/customize_run.ml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/customize/customize_run.ml b/customize/customize_run.ml index 2283272..9d97522 100644 ---
2009 Dec 05
2
Setting up skype
As I have no friends and no life I thought that I would set up my asterisk server with Skype. 1) Paid the $, got the licence, built and installed 2) create a business skype account (called company "foo") 3) created a member of the business called "bar" 4) updated the skype conf file 5) restarted asterisk => skype show settings Skype For Asterisk Settings:
2015 Aug 27
1
[PATCH] customize: Use setarch when running commands on i686 guest (RHBZ#1256405).
When running (eg) dnf on a 32 bit i686 guest when the host is 64 bit x86_64, dnf believes it is running on a 64 bit machine and so tries to install x86_64 packages. We can 'trick' dnf into believing it's a 32 bit machine using the setarch program. $ virt-builder fedora-22 --arch i686 --install 'gperf' ... [ 27.4] Installing packages: gperf ... Running transaction test Error:
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
2020 May 04
1
[common PATCH] mltools: add run_in_guest_command helper
Add an helper function to run a command in the guest, checking for the host/guest compatibility. This is mostly extracted from the internal do_run helper currently in the Customize_run module of virt-customize. --- mltools/tools_utils.ml | 50 +++++++++++++++++++++++++++++++++++++++++ mltools/tools_utils.mli | 10 +++++++++ 2 files changed, 60 insertions(+) diff --git a/mltools/tools_utils.ml
2015 Feb 13
1
Getting strange message in terminal
Dear all when I am login in terminal I am getting following message. declare -x ALL_PROXY="socks://hproxy.iitm.ac.in:3128/" declare -x AMBERHOME="/sware/amber/amber12" declare -x COLORTERM="gnome-terminal" declare -x CPPFLAGS="-I/usr/local/bin/include" declare -x
2016 Jul 07
0
[PATCH 3/3] builder: Use the new Curl module for passing parameters to curl.
These are now passed using a curl configuration file, which is a little bit safer than using command lines. virt-builder doesn't need to pass usernames and passwords to curl, but if it ever does in future this will be a lot safer. --- builder/Makefile.am | 1 + builder/builder.ml | 6 +-- builder/downloader.ml | 94
2015 Aug 27
1
[PATCH v2] customize: Use setarch when running commands on i686 guest
v2: Fix problem when running multiple commands.
2016 Nov 07
0
Proxy server settings
On Mon, Nov 7, 2016 at 6:25 PM, paul.greene.va <paul.greene.va at verizon.net> wrote: > Hello All, > > I'm sure this must be a fairly quick and easy configuration, but I have not > been able to figure it out yet. > > How do you configure the proxy settings in the OS itself (not in a browser > or other application) so that anytime the server tries to get out to the
2023 May 16
0
Error al actualizar R 4.3.0
Hola, lo pude corregir de la siguiente forma: Edité el archivo Rprofile.site agregando las siguientes líneas: options(download.file.method = "libcurl") Sys.setenv("http_proxy"="http://mi_proxy::mi_puerto") Sys.setenv("https_proxy"="http:// http://mi_proxy::mi_puerto") Sys.setenv("ftp_proxy"="http://
2012 Aug 15
0
Trying install module behind proxy squid. Any progress on bug reported 15453 ?.
Hi all, I''m behind a proxy squid server with authentication. I have set environment variables http_proxy and https_proxy, something like http://user:passwd@ip_proxy:3128. I upgraded to 2.7.18 puppet version recently. Then i''d getting in error when trying to install stdlib module : puppet module install puppetlabs-stdlib Preparing to install into /etc/puppet/modules ...
2013 Dec 08
1
The error we caught said '407 "authenticationrequired"' during module install behind proxy
I read at a number of places that if my puppet master is behind a proxy which requires authentication puppet module command does not work despite setting the global parameters http_proxy, https_proxy on bash the command throws an error [root@centos-razor ~]# puppet module install saz/dnsmasq --force Notice: Preparing to install into /etc/puppetlabs/puppet/modules ... Notice: Downloading from
2016 Apr 30
2
Issue installing packages - Linux
Hello, I can?t seem to be able to install packages on a redhat-linux-gnu. For instance, this is what happens when I try to install ?bitops?. Any hint on what might be the issue would be much appreciated. > sessionInfo() R version 3.2.3 (2015-12-10) Platform: x86_64-redhat-linux-gnu (64-bit) Running under: Red Hat Enterprise Linux >
2017 Feb 22
4
[PATCH 0/3] v2v: vCenter: Remove proxy environment variables
Fix for: https://bugzilla.redhat.com/show_bug.cgi?id=1354507 Main explanation is in patch #3. Rich.