SSL in Tomcat 8: server & client JKS + client public cer

前端 未结 1 1739
花落未央
花落未央 2021-01-15 18:16

I\'ve followed this guide so as to setup my Tomcat 8 instance with SSL layer, producing a client and server keystores and a public client certificate autosigned.

The

1条回答
  •  一整个雨季
    2021-01-15 18:37

    You question lacks important details such as tomcat's log and the structure of your keystore. For example, key placed in the keystore can be password protected itself. The port you want to use can be already occupied, etc, etc. There are many things that can go wrong.

    In common, I can advise you to keep things as simple as you can. Try this snippet:

    
    

    0 讨论(0)
提交回复
热议问题