How to configure two way SSL connection in Spring WS without using Spring boot and using separate Apache tomcat server?

前端 未结 4 699
Happy的楠姐
Happy的楠姐 2021-02-06 08:16

I need to send a soap request messages in a two way SSL connection security mechanism to a server and also process the Soap response from the server..I am using Spring M

4条回答
  •  臣服心动
    2021-02-06 08:37

    I wanted to share a full tutorial and github project link which is telling about two way ssl connection in spring.

    Full 2-way SSL Tutorial Link:

    Everything You Ever Wanted to Know About SSL (but Were Afraid to Ask)

    Github Project Link:

    boot two way ssl example

    UPDATE:

    Actually, I have no same same code as requirement. But I got some links which are related to SSL. I am just sharing with you as helping hand.

    1. Making Authenticated Web Service Callouts Using Two-Way SSL
    2. Accessing RESTful services configured with SSL using RestTemplate
    3. HttpClient with SSL

提交回复
热议问题