cnn007 opened a new issue, #348:
URL: https://github.com/apache/apisix-docker/issues/348

   证书:https://apisix.apache.org/zh/docs/apisix/certificate/
   
   1.通过Apache APISIX Dashboard 配置SSL,还需要 nginx 配置其它内容吗,例如 https 协议的版本兼容性,哪里配置。
   
   2.通过java访问失败
   
   请求代码如下, 请求百度都是正常,但是改为自己的域名,就失败。
   `java`
   public static void main(String[] args) {
           // 改成自己的就报错。
           String result = HttpUtil.get("https://www.myxxxx.com";);
   //      String result = HttpUtil.get("https://www.baidu.com";);
           System.out.println(result);
       }
   
   2.1 失败案例: 
   jdk 版本:/Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk
   http工具:hutool-http 5.6.5
   错误信息:
   
![image](https://user-images.githubusercontent.com/13449400/188534520-670afeeb-38ff-4b78-b879-7f7841a4bd35.png)
   
   2.2 成功案例:
   jdk:/Library/Java/JavaVirtualMachines/jdk-18.0.2.1.jdk
   http工具:hutool-http 5.6.5
   返回信息:
   
![image](https://user-images.githubusercontent.com/13449400/188534432-da45dc7d-f6c1-4ce2-9fe2-0143a2649d2d.png)
   
   
   
   3.通过 curl ,nodejs,golang 语言测试可以正常。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to