Douglas Lee wrote:
> Still no good.
Sounds like you followed the steps correctly, but that your server still can't
find the private key needed to use the cert. Did you concatenate newreq.pem
onto newcert.pem? Doing so puts both the cert and the key in the same file,
which you can pass to both method calls (SSL_CTX_use_certificate_file and
SSL_CTX_use_RSAPrivateKey_file).
Another possibility, supported by the error msg Expecting: ANY PRIVATE KEY, is
that your key shouldn't be loaded w/ the specific RSA call. Instead try
SSL_CTX_use_PrivateKey_file.
John
[EMAIL PROTECTED]
www.darkspell.com
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]