I'm using Adobe Reader XI and when using http timeStamp server that requires basic authentication is always tried without the needed BasicAuth field set.
That's the request adobe send
POST /cdie/HttpService HTTP/1.1
accept: */*
content-type: application/timestamp-query
content-length: 69
character-encoding: binary
user-agent: PPKHandler
connection: Keep-Alive
cache-control: no-cache
The reply is a simply HTTP/1.1 401 Unauthorized because the request hasn't the authentication field.
I've tried using Windows and Macintosh
Why didn't send the basic authentication?