JAVA - Simple GET request, using SSL certificate and HTTPS

前端 未结 2 1181
野的像风
野的像风 2020-12-30 17:27

I have a file with the \'.pfx\' extension and a password to this certificate.

What I need to do is to send a simple GET request to a webservice and read the response

2条回答
  •  难免孤独
    2020-12-30 18:13

    This question should have your answer:

    HTTPClient-1.4.2: Explanation needed for Custom SSL Context Example

    You need to use httpclient to create the request and then use a key manager.

提交回复
热议问题