黑马程序员技术交流社区
标题:
tomcat6配置了https单向加密连接器无法使用, 是怎么回事?
[打印本页]
作者:
xpaibeyond
时间:
2014-9-8 16:45
标题:
tomcat6配置了https单向加密连接器无法使用, 是怎么回事?
server.xml中的配置:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="conf/.keystore" keystorePass="112233"/>
.keystore数字证书已生成放到tomcat的conf目录下。
启动的时候抛异常:
严重: Error initializing endpoint
java.lang.Exception: No Certificate file specified or invalid file format
严重: Failed to start connector [Connector[HTTP/1.1-8443]]
LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??
严重: Error starting endpoint
java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??
QQ图片20140908163345.jpg
(162.7 KB, 下载次数: 22)
下载附件
2014-9-8 16:35 上传
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2