gpt4 book ai didi

java - Apache SSL 配置错误

转载 作者:太空宇宙 更新时间:2023-11-03 14:59:53 25 4
gpt4 key购买 nike

我正在使用 apache apache-httpcomponents-httpcore.jarapache-httpcomponents-httpclient.jar 版本 4.1 并遵循本教程 here ,文章中明确表示它支持 HttpClient < 4.3,但我在代码中遇到语法错误。

这里:

    1. SSLSocketFactory sf = new SSLSocketFactory(easyStrategy,SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER);
2. SchemeRegistry registry = new SchemeRegistry();
3. registry.register(new Scheme("https", 8443, sf));
4. ClientConnectionManager ccm = new ThreadSafeClientConnManager(registry);
5. client = new DefaultHttpClient(ccm);

在所有这些中,它表示构造是未定义的

最佳答案

您可能导入了 javax.net.ssl.SSLSocketFactory 而不是 Apache。

关于java - Apache SSL 配置错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23881595/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com