[Freeswitch-users] Chrome v52

Mirko Brankovic mirkobrankovic at gmail.com
Thu Jul 28 11:33:37 MSD 2016


Thanks :)

On Wed, Jul 27, 2016 at 10:16 PM, Ítalo Rossi <italo at freeswitch.org> wrote:

> Steps I did to fix a debian 7 box:
>
> wget -c https://www.openssl.org/source/openssl-1.0.1t.tar.gz
>
> tar -xvzf openssl-1.0.1t.tar.gz
>
> cd openssl-1.0.1t
>
> ./config --prefix=/usr --openssldir=/usr/lib/ssl
> --libdir=lib/x86_64-linux-gnu no-idea no-mdc2 no-rc5 zlib enable-tlsext
> no-ssl2 shared && make depend && make -j2 && make install
>
> ldconfig
>
> On Wed, Jul 27, 2016 at 2:24 PM, Chad Phillips <chad at apartmentlines.com>
> wrote:
>
>> I think this may clarify the issue a bit more. According to these release
>> notes:
>>
>> https://groups.google.com/forum/#!topic/discuss-webrtc/bDfxOA8XiJI
>>
>> Chrome 52 uses ECDSA-based certificate generation by default, and I don't
>> think older versions of OpenSSL support it.
>>
>> On Wed, Jul 27, 2016 at 4:33 AM, Mirko Brankovic <
>> mirkobrankovic at gmail.com> wrote:
>>
>>> Thanks,
>>>
>>> I got it fixed on Ubuntu 14.04 from 16.04 openssl lib and on Debian7
>>> wheezy with lib from stretch.
>>>
>>> Luckely there was no dependencies problem, and no side effects for now
>>> sinece libc and libc6 was also updated.
>>>
>>> Thanks for suggestion.
>>>
>>> Mirko
>>>
>>> On Wed, Jul 27, 2016 at 1:02 PM, Agustí Ubalde <aubalde at presenceco.com>
>>> wrote:
>>>
>>>> CentOS release 6.8 (Final)
>>>>
>>>> *PRESENCE TECHNOLOGY*
>>>> *Agustí Ubalde Bellot*
>>>> Chief Developer
>>>> C/ Comte Urgell 240 3A
>>>> Barcelona 08036
>>>> aubalde at presenceco.com
>>>>
>>>> Ph: +34 93 10 10 300
>>>> Fx: +34 93 10 10 333
>>>>
>>>> *www.presenceco.com* <http://www.presenceco.com/>
>>>>
>>>> *Follow us on:*
>>>>
>>>> *[image: tw]* <http://twitter.com/presencetech>*[image: yt]*
>>>> <http://www.youtube.com/PresenceTechnology>*[image: in]*
>>>> <http://www.linkedin.com/groups?mostPopular=&gid=2898558>*[image: ss]*
>>>> <http://www.slideshare.net/PresenceTech>*[image: fb]*
>>>> <http://www.facebook.com/presencetech>
>>>>
>>>> For additional information, please visit our website
>>>> *www.presenceco.com* <http://www.presenceco.com/>
>>>>
>>>> 2016-07-27 12:58 GMT+02:00 Mirko Brankovic <mirkobrankovic at gmail.com>:
>>>>
>>>>> Hi Agusti,
>>>>>
>>>>> Can you tell me which version you installed on CentOS ?
>>>>>
>>>>> Thanks,
>>>>> mirko
>>>>>
>>>>> On Wed, Jul 27, 2016 at 11:42 AM, Mirko Brankovic <
>>>>> mirkobrankovic at gmail.com> wrote:
>>>>>
>>>>>> HI,
>>>>>>
>>>>>> I guessed it was it but on debian I didn't had newer yesterday, but
>>>>>> tried downgrading it which didn't help ofcourse.
>>>>>>
>>>>>> I'll see if there is newer one now.
>>>>>>
>>>>>> Thanks,
>>>>>> Mirko
>>>>>>
>>>>>> On Wed, Jul 27, 2016 at 11:20 AM, Agustí Ubalde <
>>>>>> aubalde at presenceco.com> wrote:
>>>>>>
>>>>>>> Hi Mirko,
>>>>>>>
>>>>>>> I solved the problem updating *openssl* packet (I'm using CentOS 6).
>>>>>>>
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> *PRESENCE TECHNOLOGY*
>>>>>>> *Agustí Ubalde Bellot*
>>>>>>> Chief Developer
>>>>>>> C/ Comte Urgell 240 3A
>>>>>>> Barcelona 08036
>>>>>>> aubalde at presenceco.com
>>>>>>>
>>>>>>> Ph: +34 93 10 10 300
>>>>>>> Fx: +34 93 10 10 333
>>>>>>>
>>>>>>> *www.presenceco.com* <http://www.presenceco.com/>
>>>>>>>
>>>>>>> *Follow us on:*
>>>>>>>
>>>>>>> *[image: tw]* <http://twitter.com/presencetech>*[image: yt]*
>>>>>>> <http://www.youtube.com/PresenceTechnology>*[image: in]*
>>>>>>> <http://www.linkedin.com/groups?mostPopular=&gid=2898558>*[image:
>>>>>>> ss]* <http://www.slideshare.net/PresenceTech>*[image: fb]*
>>>>>>> <http://www.facebook.com/presencetech>
>>>>>>>
>>>>>>> For additional information, please visit our website
>>>>>>> *www.presenceco.com* <http://www.presenceco.com/>
>>>>>>>
>>>>>>> 2016-07-27 11:05 GMT+02:00 Agustí Ubalde <aubalde at presenceco.com>:
>>>>>>>
>>>>>>>> Hi all,
>>>>>>>>
>>>>>>>> I've the same problem with FreeSWITCH 1.5.14. I apply this patch to
>>>>>>>> resolve a problem with Firefox (
>>>>>>>> https://freeswitch.org/jira/browse/FS-7839) and now, Chrome 52 not
>>>>>>>> works.
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>>
>>>>>>>> *PRESENCE TECHNOLOGY*
>>>>>>>> *Agustí Ubalde Bellot*
>>>>>>>> Chief Developer
>>>>>>>> C/ Comte Urgell 240 3A
>>>>>>>> Barcelona 08036
>>>>>>>> aubalde at presenceco.com
>>>>>>>>
>>>>>>>> Ph: +34 93 10 10 300
>>>>>>>> Fx: +34 93 10 10 333
>>>>>>>>
>>>>>>>> *www.presenceco.com* <http://www.presenceco.com/>
>>>>>>>>
>>>>>>>> *Follow us on:*
>>>>>>>>
>>>>>>>> *[image: tw]* <http://twitter.com/presencetech>*[image: yt]*
>>>>>>>> <http://www.youtube.com/PresenceTechnology>*[image: in]*
>>>>>>>> <http://www.linkedin.com/groups?mostPopular=&gid=2898558>*[image:
>>>>>>>> ss]* <http://www.slideshare.net/PresenceTech>*[image: fb]*
>>>>>>>> <http://www.facebook.com/presencetech>
>>>>>>>>
>>>>>>>> For additional information, please visit our website
>>>>>>>> *www.presenceco.com* <http://www.presenceco.com/>
>>>>>>>>
>>>>>>>> 2016-07-27 10:47 GMT+02:00 Mirko Brankovic <
>>>>>>>> mirkobrankovic at gmail.com>:
>>>>>>>>
>>>>>>>>> Yes, I was a 'few' commits behind on 1.7 ​, pulled latest from git
>>>>>>>>> re-compiled but problem still the same.
>>>>>>>>>
>>>>>>>>> I'll try to get some deeper into the problem.
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> Mirko
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _________________________________________________________________________
>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>> consulting at freeswitch.org
>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>
>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>> http://www.freeswitch.org
>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>> http://www.cluecon.com
>>>>>>>>>
>>>>>>>>> FreeSWITCH-users mailing list
>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>>>> UNSUBSCRIBE:
>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *Presence Technology - DisclaimerThis message, its content and any
>>>>>>> file attached thereto is for the intended recipient only and is
>>>>>>> confidential and /or privileged. If you have received this e-mail in error
>>>>>>> or had access to it, you should note that the information in it is private
>>>>>>> and any use thereof is unauthorized. In such an event please notify us by
>>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail
>>>>>>> by whatsoever means and any transmission or dissemination thereof to other
>>>>>>> persons is prohibited. It should be deleted immediately from your system.
>>>>>>> Presence Technology reserves the right to take legal action against any
>>>>>>> persons unlawfully gaining access to the content of any external message it
>>>>>>> has emitted.*
>>>>>>>
>>>>>>> *For additional information, please visit our website **www.presenceco.com
>>>>>>> <http://www.presenceco.com/>*
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://confluence.freeswitch.org
>>>>>>> http://www.cluecon.com
>>>>>>>
>>>>>>> FreeSWITCH-users mailing list
>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> http://www.freeswitch.org
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Regards,
>>>>>> Mirko
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Regards,
>>>>> Mirko
>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:
>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>> http://www.freeswitch.org
>>>>>
>>>>
>>>>
>>>>
>>>> *Presence Technology - DisclaimerThis message, its content and any file
>>>> attached thereto is for the intended recipient only and is confidential and
>>>> /or privileged. If you have received this e-mail in error or had access to
>>>> it, you should note that the information in it is private and any use
>>>> thereof is unauthorized. In such an event please notify us by e-mail or by
>>>> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by
>>>> whatsoever means and any transmission or dissemination thereof to other
>>>> persons is prohibited. It should be deleted immediately from your system.
>>>> Presence Technology reserves the right to take legal action against any
>>>> persons unlawfully gaining access to the content of any external message it
>>>> has emitted.*
>>>>
>>>> *For additional information, please visit our website **www.presenceco.com
>>>> <http://www.presenceco.com/>*
>>>>
>>>>
>>>>
>>>>
>>>> _________________________________________________________________________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://confluence.freeswitch.org
>>>> http://www.cluecon.com
>>>>
>>>> FreeSWITCH-users mailing list
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:
>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>> http://www.freeswitch.org
>>>>
>>>
>>>
>>>
>>> --
>>> Regards,
>>> Mirko
>>>
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>>
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
> --
> Ítalo Rossi
> italo at freeswitch.org
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Regards,
Mirko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160728/b0e4f8b2/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list