[asterisk-bugs] [JIRA] (ASTERISK-23507) Asterisk PJSIP transport configuration fails on parsing of 'cipher' option, any valid option is reported as unsupported
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Mar 19 13:49:19 CDT 2014
Rusty Newton created ASTERISK-23507:
---------------------------------------
Summary: Asterisk PJSIP transport configuration fails on parsing of 'cipher' option, any valid option is reported as unsupported
Key: ASTERISK-23507
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23507
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Resources/res_pjsip
Affects Versions: SVN, 12.1.1
Environment: Fedora 20 x86_64
Reporter: Anthony Messina
When using Asterisk 12.1.1 and PJSIP 2.2 (compiled as described in the Asterisk Wiki), I am unable to use the 'ciphers' parameter to set the OpenSSL ciphers for TLS connections. Regardless of what is entered for ciphers
{code}
cipher=<whatever>
{code}
I always get the error
{code}
ERROR[2579]: res_pjsip/config_transport.c:404 transport_tls_cipher_handler: Cipher '<whatever>' is unsupported
{code}
This issue is the same as reported here: http://forums.asterisk.org/viewtopic.php?f=1&t=89309 but I can confirm that I have compiled PJSIP with OpenSSL libs
{code}
checking for OpenSSL installations..
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for ERR_load_BIO_strings in -lcrypto... yes
checking for SSL_library_init in -lssl... yes
OpenSSL library found, SSL support enabled
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list