You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clients receive "Unauthorized (401)" errors when trying to authenticate using only certificates.
The output on the server states...
No authentication data presented
Which comes from Bcfg2.SSLServer.XMLRPCRequestHandler.authenticate
Where it is looking for an "Authorization" header which the client does not appear to be providing.
Here's the clients [communication] section from bcfg2.conf
Both client and server are v1.3.3.
Clients receive "Unauthorized (401)" errors when trying to authenticate using only certificates.
The output on the server states...
Which comes from Bcfg2.SSLServer.XMLRPCRequestHandler.authenticate
Where it is looking for an "Authorization" header which the client does not appear to be providing.
Here's the clients [communication] section from bcfg2.conf
There is no entry for the client in clients.xml as we're using...
Cert authentication does work when we provide a clients.xml record and specify auth='cert'.
The text was updated successfully, but these errors were encountered: