随笔分类 -  SSL

ssl证书使用过程中的问题记录
只有注册用户登录后才能阅读该文。
posted @ 2013-04-23 09:17 Rollin.Yu 阅读(54) 评论(0) 推荐(0)
摘要:按常规配置方式 在 server.xml里添加如下 配置 :<Connector port="443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" keystoreFile="conf/cnzz.freeca.cn.jks" keystorePass="123" clientAuth="false& 阅读全文
posted @ 2013-04-23 08:45 Rollin.Yu 阅读(1340) 评论(0) 推荐(0)
摘要:今天 WebSphere 上的一个应用突然就不能用 https去访问了,服务器的配置没有做过任何修改的,检查日志发现了一点线索:ws_config_parser: handleLogEnd: Failed to open log file: '/opt/IBM/WebSphere/Plugins/logs/http_plugin.log', OS Err: 2[Thu Feb 09 16:34:24 2012] [error] SSL0124E: Initialization error, The default key in the keyfile has an expire 阅读全文
posted @ 2012-02-28 10:12 Rollin.Yu 阅读(1903) 评论(0) 推荐(0)