10 2015 档案

摘要:private static void trustAllHttpsCertificates() throws Exception { javax.net.ssl.TrustManager[] trustAllCerts = new javax.net.ssl.TrustManager[... 阅读全文
posted @ 2015-10-29 17:46 jimw 阅读(978) 评论(0) 推荐(0)
摘要:The URL contains escaped bytes unsupported by the UTF-8 encoding.该原因为配置的端口不是默认端口80。需要将其他端口改为默认的即可。在web项目的web.xml 中配置如下 SSL /* ... 阅读全文
posted @ 2015-10-12 10:48 jimw 阅读(1743) 评论(0) 推荐(0)
摘要:在web.xml中添加如下: SSL /* CONFIDENTIAL 服务器为resin,需要在confi.xml文件中添加 dyxnettest.jks test123 阅读全文
posted @ 2015-10-10 16:09 jimw 阅读(1221) 评论(0) 推荐(0)