<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="SV" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">We had the same problem with FS 1.10.1 on Windows. I found a compiler switch: HAVE_OPENSSL_DTLSv1_2_method. Adding this to the FreeSwitchCore project file for Visual Studio, and recompiling, fixed
 the problem. It tells FS to use DTLS v1.2.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">I have never compiled FS on Linux, but I guess there are Makefiles that can be modified, possibly after some configure procedure.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Best regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Jaan<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="mso-fareast-language:SV">From:</span></b><span lang="EN-US" style="mso-fareast-language:SV"> FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org>
<b>On Behalf Of </b>MARAND, Remi<br>
<b>Sent:</b> den 28 februari 2020 13:32<br>
<b>To:</b> freeswitch-users@lists.freeswitch.org<br>
<b>Subject:</b> [Freeswitch-users] Help for Google Chrome version 81 & FS.<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-US">We use Freeswitch in the case of a SIP to WebRTC application and it is a solid and reliable solution.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">When we test calls with the sipjs.js library (V0.15.10) and Freeswitch (FreeSWITCH Version 1.8.5-6-31281a0bf1~64bit (-6-31281a0bf1 64bit)  + Debian 9, with the beta version of Chrome,
<span style="color:#5F6368">Version 81.0.4044.17 (Official Build) beta (64-bit), we observe a notification on the javascript console :  </span></span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#5F6368">“</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New"">[Deprecation]
 Your partner is negotiating an obsolete (D)TLS version. Support for this will be removed in M81, around March 2020. Please check with your partner to have this fixed. »</span><span lang="EN-US" style="font-family:"Courier New""><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">The Wireshark trace shows that the DTLS-SRTP exchange is done with DTLSv1.0.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">What would be the version update to do on the Freeswitch side (or Debian) to avoid this deprecation ?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Is there a configuration to do in our current version?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Best regards.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal" style="line-height:16.0pt;text-autospace:none"><b><span lang="EN-US" style="color:#FF3466;mso-fareast-language:FR">Rémi Marand</span></b><span lang="EN-US" style="color:#FF3466;mso-fareast-language:FR"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:13.0pt;text-autospace:none"><span lang="FR" style="color:#2A3045;mso-fareast-language:FR">Odigo France | Issy les Moulineaux<o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:13.0pt;text-autospace:none"><span lang="FR" style="color:#2A3045;mso-fareast-language:FR">Tel.: +33 1 46 84 12 77 / +33 6 87 72 53 25.<o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:13.0pt;text-autospace:none"><u><span lang="FR" style="color:#2A3045;mso-fareast-language:FR"><a href="https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.odigo.com%2F&data=02%7C01%7CJaan.Kaja%40enghouse.com%7Cb17e0557eaee4489f5d708d7bc5de9ab%7C427e40023c0240489e280eba58b331f4%7C1%7C1%7C637184983846595904&sdata=VbGH0VnjoyW5QlLi6iainkNhZqGwRAyIbHuyZo9g%2B2E%3D&reserved=0"><span lang="EN-US" style="color:blue">www.odigo.com</span></a></span></u><u><span lang="EN-US" style="color:#0563C1;mso-fareast-language:FR"><o:p></o:p></span></u></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="FR"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="FR" style="font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-language:SV">This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only
 for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender
 immediately and delete all copies of this message.</span><span lang="FR" style="font-size:12.0pt;font-family:"Times New Roman",serif;mso-fareast-language:SV"><o:p></o:p></span></p>
</div>
</body>
</html>