Questions tagged [proxy-authentication]

13 questions
9
votes
3 answers

apt-get through NTLM authenticated proxy

I must be missing something... I could swear I've done this before but I've torched the VM's that I was using previously. How do you get apt-get to authenticate through a proxy that only supports NTLM? Do I need to change my proxy config to also…
squillman
  • 37,618
  • 10
  • 90
  • 145
2
votes
2 answers

imap issue proxynotauthenticated

I am having serious issue during coexistence between exchange 2010 and 2013, authentication failed when attempting to connect through IMAP, I will write the environment and the logs in points so that the description of the issue will be clear for…
naji
  • 41
  • 1
  • 3
2
votes
1 answer

Using remote's computer proxy when Powershell remoting to this computer

I'm trying to do the following tasks: Connect to a remote computer through Powershell ISE 4 Then run a ps1 script in that computer, that installs chocolatey and update other software This machine is set to the corporate proxy server which is very…
SarsaJP
  • 23
  • 4
2
votes
1 answer

APT-GET behind a proxy with Digest Authentication

I'd like to use apt-get (and other ubuntu tools) to download software and keep it updated. Unfortunately, my company has set a squid proxy to accept digest authentication only. I've seen somewhere (can't find the link again) that APT-GET uses WGET,…
Victor Marconi
  • 161
  • 1
  • 6
2
votes
1 answer

Can Proxy Authentication be bypassed using virtual machines?

My Institute uses Proxy Authentication for monitoring individual browsing activities. This usually means I need to enter my username and password for using any internet related things. But recently I was using a virtual machine (Ubuntu on VMware) on…
1
vote
0 answers

TCP load balance authentication

Impala is a piece of Cloudera software which implements an ODBC driver on a desktop, which then connects directly to a Hadoop cluster. In our implementation, our Hadoop cluster sits behind a DMZ, in which we are meant to proxy connections with…
1
vote
1 answer

Apache Proxy - SSL Authentication failure on back end of proxy (Client side)

I'm running Apache 2.2.11 configured as a reverse proxy. The "front side" of the proxy works fine, as does the back end until we enable SSL Certificate based authentication on the back (Client) side of the proxy. My HTTPD conf file…
user176514
  • 71
  • 2
  • 8
1
vote
1 answer

Apache 2.4 proxy server gets Client Authentication but doesn't pass it to tomcat

I have previously had Apache 2.2.17 running as a reverse proxy which would request client authentication (using SSLVerifyClient) and would pass on that authentication to the jetty/tomcat application servlet engine. Then my Java application would…
1
vote
1 answer

Squid/Kerberos authentication with only Linux

I would like to know if it possible to let a Windows Xp machine authenticate to Squid (Linux) using Kerberos without the need of an Active Directory domain. I only want to create a Kerberos ticket on the client side, which should give the client…
user28362
  • 526
  • 3
  • 7
  • 20
1
vote
0 answers

When I enable basic http auth in squid proxy .conf file it fails to start the squid service

I have setup squid proxy in my AWS linux instance and it is working as expected. here is the working squid.conf file. acl artifactory dstdomain xyz.abc.defg.com acl codebuild_us_east_1 src 34.228.4.208/28 acl localnet src 1.2.3.4/5 # RFC1918…
Dhiraj
  • 111
  • 1
0
votes
1 answer

NSS query against OpenLDAP server using GSSAPI with proxy authorization

SASL/GSSAPI needs Kerberos authentication against the LDAP server with proxy authorization if using LDAP authentication with nss-pam-ldapd on a Debian Buster operating system. I try to configure this on my Raspberry Pis to have single sign on but…
Ingo
  • 396
  • 4
  • 11
0
votes
1 answer

How to setup SASL Proxy Authorization with an OpenLDAP server on Debian

For Kerberos Authentication together with SASL/GSSAPI Authorization on client devices I need Proxy Authorization on an OpenLDAP server running on Raspberry Pi with Debian/Raspbian Buster. I tried to follow the description in the OpenLDAP Software…
Ingo
  • 396
  • 4
  • 11
0
votes
1 answer

Proxy authentication in Internet Explorer and HTTPS

I've set up a Squid proxy which requires Windows Authentication. When Internet Explorer users try to use HTTPS websites, it just fails. FireFox users don't have this problem. I cannot imagine of any reason for this.
Parsa
  • 631
  • 1
  • 8
  • 16