I am trying to configure client authentication for my application running on JBoss. The expected result is that the application applies to the user for the certificate and if the dependable one is provided, he will be able to work with the application.
I have generated the certificate and added me in a trust (JBOS.cheast) and have been configured standalone.xml file:
& Lt; Virtual-Server Name = "My-Host" /> & Lt; / Connector & gt;
I think the setting of a secure asset moves true
, but the browser does not ask for a user certificate, but the error immediately ERR_BAD_SSL_CLIENT_AUTH_CERT < / Code>.
I have received an answer. This solution was to import the CA certificate that used to sign client certificates in the Truststore, instead of importing the client certificate itself. After importing the CA certificate, each certificate which was signed by CA and imported into the browser should be selected.
No comments:
Post a Comment