Thanks for the answer. I've checked and that doesn't seem to be the problem because I have imported my CA into the truststore and the wildfly keystore. in the truststore I have also added the personal certificates. I've imported both the ca and the personal cert in my browser and I it still not working. Thanks
2020-03-27 11:41:27,168 ERROR [io.undertow.servlet.request] (default task-40) UT015012: Failed to generate error page /signserver/adminweb/error-404.xhtml for original exception: null. Generating error page resulted in a 500.: java.lang.RuntimeException: javax.servlet.ServletException: Client certificate authentication required~~~ at io.undertow.servlet.spec.HttpServletResponseImpl.doErrorDispatch(HttpServletResponseImpl.java:198) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)...
Hello, after installation I can't seem to get the AdminWeb to work. It gives me ERR_CONNECTION_REFUSED I have set my personal certificate along with the CA inside the truststore but the browser shows me that it's not valid, once I check the chain everything is validated. If I try to access from inside the vm that the signserver is installed, using localhost I can acces but it says I have to Use TLS client certificate - Client certificate authentication required. It has a localhost cert. Can someone...