开发者

Integration testing with Spring RestTemplate, Maven and HTTPS -- Client connection?

开发者 https://www.devze.com 2023-02-11 03:06 出处:网络
I saw this post from Matt Riable which shows how to set up Integration Testing with HTTP, HTTPS and Maven. I found it very interesting. I have got my project generating the keystore using the keytool-

I saw this post from Matt Riable which shows how to set up Integration Testing with HTTP, HTTPS and Maven. I found it very interesting. I have got my project generating the keystore using the keytool-maven-plugin. But this doesn't allow开发者_运维百科 me generate a trust store...

I guess I am missing something here?


This SO discussion may be related. keystore file itself can serve as truststore unless there is a need to distinguish between them.

0

精彩评论

暂无评论...
验证码 换一张
取 消