https
misea
这个作者很懒,什么都没留下…
展开
-
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites
jdk版本:1.8 解决方法: 1. 打开虚拟机选项-Djavax.net.debug=all,输出如下: ... trustStore is: C:\Program Files\Java\jdk1.8.0_40\jre\lib\security\cacerts trustStore type is : jks trustStore provider is : in原创 2015-12-28 16:24:20 · 11218 阅读 · 2 评论 -
SSLHandshakeException: *.ValidatorException: PKIX path building failed: *.SunCertPathBuilderExceptio
java版本:1.8 问题: * main, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathB原创 2015-12-28 17:50:16 · 1192 阅读 · 0 评论 -
Nginx和CORS
nginx跨域配置,如下配置需要添加到location节点下,要注意options请求可能可能会被分配到的location节点 #对于非简单请求 if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access原创 2017-08-05 11:58:22 · 745 阅读 · 0 评论