06 2015 档案

java httpsserver访问慢问题
摘要:https server访问满问题查看线程"Thread-2" prio=10 tid=0x00007f9a901a2800 nid=0x878 runnable [0x00007f9a4b2d2000] java.lang.Thread.State: RUNNABLE at java.net.In... 阅读全文

posted @ 2015-06-18 12:49 renshaoping 阅读(1385) 评论(0) 推荐(0)

java 查看ssl log
摘要:java -Djavax.net.debug=help MyApp Here are the current options: all turn on all debugging ssl turn on ssl debugging ... 阅读全文

posted @ 2015-06-17 11:48 renshaoping 阅读(980) 评论(0) 推荐(0)

iptables配置https防火墙策略
摘要:需要两条规则:iptables -A INPUT -p tcp --dport 443 -j ACCEPT规则1用于放行客户端请求https服务的报文 阅读全文

posted @ 2015-06-10 10:44 renshaoping 阅读(906) 评论(0) 推荐(0)