Clientauthentication failes with Handshake error #217
-
I am trying to setup ejbca to enrol certificates via rest-api. I am using the I can access the Web-UI and activated "REST Certificate Management" service. Access to the
To configure Clientauthentication I did follow the steps described in the Quick Start Guide - Issue Client Authentication Certificate using EJBCA and finally got client cert and key in p12 format. But I cannot connect to the REST-API by using client cert as the handshake fails with the below error message
Testing a connection via openssl leads to the same issue:
Run in openssl with the
Any idea how to troubleshoot the problem further? Is there an issue on the server side when using OpenSSL 3.0 on the client? Thank you for your help /G. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The REST API need client certificate authentication. If you start the container with the classic workflow, i.e. not TLS_SETUP="simple", you will get a superadmin.p12 keystore to use in the browser, and with the REST API. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Works as expected... |
Beta Was this translation helpful? Give feedback.
The REST API need client certificate authentication. If you start the container with the classic workflow, i.e. not TLS_SETUP="simple", you will get a superadmin.p12 keystore to use in the browser, and with the REST API.