[omniORB] ssl_echo example problem
Duncan Grisby
duncan at grisby.org
Fri Jul 14 11:46:51 BST 2006
On Wednesday 12 July, "Adila Botonjic" wrote:
> I have a problem with the ssl_echo example. It works perfectly fine if i
> use CA root.pem, key files server.pem and client.pem, but when i create
> my own CA and server, client key files, it doesn't work. I get an error:
>
> omniORB: sslContext.cc : error:06065064:digital envelope
> routines:EVP_DecryptFinal_ex:bad decrypt
How did you generate your keys? It's somewhat obscure, and it's very
easy to get it wrong.
> But if put in comments the /*sslContext::key_file_password = "password";
> */ in both sides (server and client) then server works, but client
> throws out:
>
> Cought a CORBA:: SystemException: TRANSIENT
>
> So, is there some problem with the format for password file? Or does
> anybody knows how to solve this problem?
That value is not a password file, it's the actual password itself.
Maybe that's the problem?
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list