Using multiple SSL client certificates in Java with the same host

前端 未结 3 1225
孤城傲影
孤城傲影 2020-12-29 15:42

In my Java application, I need to connect to the same host using SSL, but using a different certificate each time. The reason I need to use different certificates is that t

3条回答
  •  佛祖请我去吃肉
    2020-12-29 16:07

    There is a solution here for dynamically choosing the client certificate used for SSL Authentication from an Axis Client.

提交回复
热议问题