Java webservice (soap) client - use certificates

后端 未结 4 1516
后悔当初
后悔当初 2021-01-16 06:07

I am trying to connect to a webservice over ssl with a client certificate. Is there an elegant way of doing this apart from shoving things like \"javax.net.ssl.keyStore\" in

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-16 06:12

    You could just install the cert into the system keystore. (Location varies across platforms, and you will need admin rights).

提交回复
热议问题