why doesn't java send the client certificate during SSL handshake?

前端 未结 4 1824
长情又很酷
长情又很酷 2020-11-22 12:15

I\'m trying to connect to a secure webservice.

I was getting a handshake failure even though my keystore and truststore have been set correctly.

After severa

4条回答
  •  一向
    一向 (楼主)
    2020-11-22 12:50

    The thing is when using client cert signed by an intermediate one you need to include the intermediate one in your trustore so java can find it. Either solo or as a bundle with the root issuing ca.

提交回复
热议问题