Never mind! The problem was with the encrypted privatekey file.

I got it working after I removed the passprase from the private key file.

Steps followed are here at URL

http://madboa.com/geek/openssl/


     How do I remove a passphrase from a key?

Perhaps you've grown tired of typing your passphrase every time your secure daemon starts. You can decrypt your key, removing the passphrase requirement, using the |rsa| or |dsa| option, depending on the signature algorithm you chose when creating your private key.

If you created an RSA key and it is stored in a standalone file called |key.pem|, then here's how to output a decrypted version of the same key to a file called |newkey.pem|.

# you'll be prompted for your passphrase one last time
openssl rsa -in key.pem -out newkey.pem




Jagadesh Munta wrote:
Hi,

I am trying to use SIPp with TLS transport (-t l1 option) But I am keep getting the following on my Linux/Mac. The certificate and key files are in the local directory and also tried absolute path.

 >sipp -sf sipp.xml -t l1 -tls_key $PWD/cakey.pem -tls_cert cacert.pem
2008-10-27 12:43:38:210 1225136618.210151: FI_init_ssl_context: SSL_CTX_use_PrivateKey_file failed.

Tried with following versions.

SIPp v3.1-TLS, version unknown, built Jun  6 2008, 18:16:12.
SIPp v2.0-TLS, version 20071105, built Nov  5 2007, 19:12:46.

Any one tried? Any clues?

Thanks for your time.
-- Jagadesh



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

begin:vcard
fn:Jagadesh Munta
n:Munta;Jagadesh
email;internet:[EMAIL PROTECTED]
tel;work:408-276-4397
tel;home:408-737-2129
version:2.1
end:vcard

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to