Questions tagged [digest]
21 questions
8
votes
2 answers
Getting SHA1 Digest of SSH Public Key
It seems like this should be easy. I run "ssh-keygen -l -f " (the default seems to be SHA1). All of the examples show it printing the hex-formatted digest with a little extra, harmless information. Yet, on my Mac I'm getting a useless, opaque…
Dustin Oprea
- 510
- 1
- 7
- 19
7
votes
3 answers
IIS Digest repeatedly asking for authentication
I have a development copy of an ASP.NET intranet site checked out and running on my local machine. We're using digest authentication to allow users to log in using their active directory accounts.
On my development copy only, Digest sometimes will…
David Budiac
- 515
- 1
- 6
- 11
3
votes
1 answer
Make a basic auth client authenticate on a digest auth proxy server
My company has a legacy application which needs to connect to the Internet.
Unfortunately, our network staff has changed the proxy settings in order to accept digest authentication only, which this application doesn't support.
Is there any way to…
Victor Marconi
- 161
- 1
- 6
2
votes
0 answers
HTTP Digest authentication on proxied server
I have a 1.) client, a 2.) nginx powered proxy server and 3.) some servers which addresses are unreachable for the client, the proxy handles the communication from the client to these servers.
Worked fine so far. But now some of this servers…
XQDev
- 121
- 4
2
votes
0 answers
How do I enable digest auth for Jetty fronting Elastic Search
We've gotten Jetty running the HTTP front end of Elastic Search with BASIC authentication. We would like to use DIGEST authentication instead, but the Jetty documentation is hard to reconcile with the Jetty Elastic Search documentation; in…
Brad Wilson
- 441
- 4
- 7
2
votes
2 answers
IIS 7 Authentication: Certain users can't authenticate, while almost all others can
I'm using IIS 7 Digest authentication to control access to a certain directory containing files. Users access the files through a department website from inside our network and outside. I've set NTFS permissions on the directory to allow a certain…
None
2
votes
1 answer
How to get htdigest to auth. over multiple domains?
So I have two domains, both use the same htdigest settings and password, etc. The problem is that it doesn't use the same auth over on the other one. My two htdigest locations are: http://svn.kylehotchkiss.com and…
Kyle
- 552
- 2
- 5
- 16
1
vote
1 answer
Apache shared memory for mod_digest on read-only Docker container
I am running a docker container using following arguments;
docker run -d \
-v "$(pwd)/data/logs:/logs" \
-v "$(pwd)/data/auth:/auth" \
-v "/mnt/data:/data" \
-v "$(pwd)/data/dav.config:/usr/local/apache2/conf/dav.conf" \
…
nindustries
- 11
- 3
1
vote
4 answers
Windows Server 2012, IIS, and Digest
I recently got TWO IIS servers running perfectly smooth. I was able to access these from the outside with no problem, however as of a few days ago, out of no where.. when I try to access IIS Server A from the outside, I get a login prompt for…
MrGoodGuy
- 13
- 1
- 3
1
vote
1 answer
Using Apache as a proxy with chunked encoding and digest authentication
I'm experiencing a strange problem. I'm using Apache as a proxy and submitting data using chunked encoding. The issue that when I try to use digest authentication in this configuration the proxy just hangs and eventually times out. The request never…
Cory
- 381
- 2
- 5
- 10
1
vote
2 answers
Puppet master digest issues
I am running the following setup of Puppet :
Puppet master : CentOS 6.4 x86_64 with puppet-server-3.2.1-2.2 and openssl-1.0.0-27.el6_4.2.x86_64
Puppet agent 1 : RedHat AS 4.8 x86 with puppet-0.25.6-1.el4 and openssl-0.9.7a-43.20.el4
Puppet agent 2…
Iceman94
- 53
- 5
1
vote
1 answer
HTTP digest authentication vs. HTTPS basic authentication
What is the difference between HTTP Digest Authentication and HTTPS basic authentication from a performance and security point of view?
qwert_ukg
- 123
- 1
- 3
1
vote
0 answers
Squid caching proxy authentication digest to basic. Is it possible?
I need to setup a proxy server connecting to another one with digest auth. I would like that my server takes the credentials from the user using basic scheme and then sending them to the upstream server using digest scheme. It's kinda a "security…
ipersite
- 111
- 2
0
votes
1 answer
In apache, is it possible to configure digest authentication to to add an authenticated username cookie to proxied requests?
I have digest authentication configured for a VirtualHost which proxies SOAP requests. I would like my SOAP service to be able to know reliably which user is accessing it -- is there a way to configure apache to pass through the authenticated…
kdt
- 1,360
- 3
- 22
- 34
0
votes
1 answer
Can Asterisk passwords be obtained by a malicious server?
To make a long story short, a client phone was compromised and used to make illicit calls. An investigation revealed a port forwarding entry to the phone's web UI, which is "protected" by a 6 digit numeric password. We're assuming this was…
miken32
- 930
- 1
- 11
- 32