a_villacis at palosant... Guest
|
Posted: Thu Mar 27, 2014 6:02 pm Post subject: [asterisk-users] SOLVED: Re: Asterisk SSL support broken wit |
|
|
El 27/03/14 11:59, Alex Villacís Lasso escribió:
Quote: | I am having an issue that prevents WebSockets over SSL/TLS (or any kind of encrypted HTTP traffic to Asterisk) from working after an openssl library update.
My setup is CentOS 6 x86_64, and initially, with openssl[-devel]-1.0.0-20.el6_2.5.x86_64 . With this openssl versions, https over TCP port 8089 initializes correctly with asterisk-11.7.0. After an upgrade to openssl[-devel]-1.0.1e-16.el6_5.4.x86_64 , I
compiled asterisk-11.8.1 . When testing the exact same configuration, I noticed that TCP port 8089 was no longer listening, even though TCP port 8088 (standard unencrypted HTTP) was. After a patch coaxing some error message to be shown in the logs, I got
the following:
| Sorry about the noise. Turns out, a coworker was testing an experimental patch to asterisk and compiled on a machine without openssl-devel installed, then left a stray dummy /usr/lib/libasteriskssl.so.1 that was overriding the one at /usr/lib64 until just
a minute ago.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|