DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31856>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31856

Private key encoded by Java causes crash with SSLProxyMachineCertificateFile





------- Additional Comments From [EMAIL PROTECTED]  2004-10-22 21:42 -------
The workaround to fix this issue is to re-encode the private key using the
OpenSSL tool:

D:\> rename crashapache2.key crashapache2-java.key
D:\> D:\Apache2\bin\openssl rsa -in crashapache2-java.key -out crashapache2.key

Then use the re-encoded crashapache2.key to add to the crashapache2.crtkey file.
 REMINDER: The crashapache2.crtkey file must have UNIX-style line endings!

After restarting Apache, it should be able to access the remote server (Tomcat
in my case) without any problems.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to