Issue with trying to Login to a https secure using apache commons httpclient class

后端 未结 3 1843
别跟我提以往
别跟我提以往 2021-02-10 16:52

Iam trying to login to a https secured site using Apache commons httpclient.

Iam not getting any way to pass the certificate along with my httprequest , since I cannot f

3条回答
  •  不知归路
    2021-02-10 17:29

    In the contrib section for HttpClient 3.0* there's a set of SSL protocol factories that could make your life a lot easier. Also look at commons-ssl

提交回复
热议问题