Re: SSL No Certificate file specified or invalid file format

2010-11-23 Thread Konstantin Kolinko
2010/11/24 Scott Li : > It works,  Thank you very much Konstantin Kolinko! > > I disabled APR by following these steps: >  a) remove bin\tcnative-1.dll >  b) remove   className="org.apache.catalina.core.AprLifecycleListener" > SSLEngine="on" /> line from server.xml. > > c) remove 'protocol="http11.

Re: SSL No Certificate file specified or invalid file format

2010-11-23 Thread Scott Li
It works, Thank you very much Konstantin Kolinko! I disabled APR by following these steps: a) remove bin\tcnative-1.dll b) remove line from server.xml. c) remove 'protocol="http11.Http11AprProtocol"' from server.xml's Connector , changed as follow: then https://localhost/ can open.

Re: SSL No Certificate file specified or invalid file format

2010-11-23 Thread Konstantin Kolinko
2010/11/24 Scott Li : > 信息: Loaded APR based Apache Tomcat Native library 1.1.20. > 010-11-24 9:36:38 org.apache.catalina.core.AprLifecycleListener init > 信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], > random [true]. > 010-11-24 9:36:38 org.apache.coyote.http11.Http11

SSL No Certificate file specified or invalid file format

2010-11-23 Thread Scott Li
Hi All, When I want to config SSL in Tomcat: apache-tomcat-7.0.4 in windows XP, there is some error below , anyone can tell me what is the problem? step 1: I generate client /server java key store by code as follow: import java.io.FileOutputStream; import java.math.BigInteger; import java.secur