Questions tagged [digest]
20 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
- 560
- 2
- 8
- 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 Ribeiro
- 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
- 562
- 2
- 5
- 16
1
vote
2 answers
Status of reversible encryption password
Is there an easy way to check Windows 2008R2 DC user accounts for a flag or keying material that shows that an account currently has a reversible password stored?
I'm aware of DSInternals but I'm not looking to decrypt the passwords.
I've looked…

melds
- 231
- 2
- 9
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
- 1
- 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
- 391
- 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
- 6
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
1
vote
2 answers
Windows Equivalent to `sha256sum -c` (cryptographic hash, digest file, recursive integrity check, SHA256SUMS)
What is the equivalent to sha256sum -c in Windows?
I have a set of very important files that I need to copy-to and mirror across many different types of disks in many geographically distinct locations. After relaying the contents to disk via USB,…

Michael Altfield
- 739
- 2
- 8
- 23