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
The Micronaut HTTP client should send the client certificate correctly.
The request should not be rejected with 401 Unauthorized.
Since Postman & curl work fine, Micronaut should behave the same way.
Actual Behaviour
I am trying to configure Micronaut HTTP Client to communicate with a self-signed HTTPS server using mutual TLS (mTLS).
The server does not use a CA certificate, and I have set up client keystore and truststore as per the Micronaut documentation in which skipped the root CA cert.
However, I am still receiving a 401 Unauthorized error when making requests.
mTLS communication works fine in Postman & Terminal (curl). Fails with 401 Unauthorized in Micronaut HTTP Client.
Expected Behavior
Actual Behaviour
I am trying to configure Micronaut HTTP Client to communicate with a self-signed HTTPS server using mutual TLS (mTLS).
The server does not use a CA certificate, and I have set up client keystore and truststore as per the Micronaut documentation in which skipped the root CA cert.
However, I am still receiving a 401 Unauthorized error when making requests.
mTLS communication works fine in Postman & Terminal (curl). Fails with 401 Unauthorized in Micronaut HTTP Client.
application.yml (For Client):
Environment Information
Version
3.9.6
The text was updated successfully, but these errors were encountered: