[Freeswitch-users] TLS setup failed (after changing key type)
mehroz
mehroz.ashraf85 at gmail.com
Fri Jun 21 18:37:29 MSD 2013
Hi all,
My SIP over TLS is working perfect as long as i used gentls_cert script.
I have changed script to create ECC keys and changed that script replacing
with :
openssl ecparam -name secp160r2 -out CA_CURVE.pem
openssl req -out "${CONFDIR}/CA/cacert.pem" -new -x509 -keyout
"${CONFDIR}/CA/cakey.pem" -newkey ec:CA_CURVE.pem -config "${TMPFILE}.cfg"
-nodes -days ${DAYS} -sha1 >/dev/null
openssl req -new -out "${TMPFILE}.req" -newkey ec:CA_CURVE.pem -keyout
"${TMPFILE}.key" -config "${TMPFILE}.cfg" -nodes -sha1
And since then, i see "TLS setup failed"...
any one?
--
View this message in context: http://freeswitch-users.2379917.n2.nabble.com/TLS-setup-failed-after-changing-key-type-tp7592067.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list