<div>See <a href="http://wiki.freeswitch.org/wiki/Mod_xml_curl#.3Cbinding.3E_options">http://wiki.freeswitch.org/wiki/Mod_xml_curl#.3Cbinding.3E_options</a></div><div><br></div><div>To verify the certificate you must set on the binding(s):</div>

<div>ssl-cacert-path = /<span style="background-color:rgb(255,255,255);font-family:sans-serif;font-size:13px;line-height:19.046875px">etc/ssl/certs/ca-certificates.crt (assuming Linux)</span></div><div>enable-cacert-check = true</div>

<div>enable-ssl-verifyhost = true</div><div><br></div><div>The first is the file containing the CA certificates to verify that the certificate is signed by a trusted CA. The next tells it to do that check. The 3rd checks the common name matches that of the URL (without that any trusted signed certificate would be accepted, even on other URLs).</div>

<div><br></div><div>-Steve</div><br><br><div class="gmail_quote">On 6 March 2013 08:09, Alexander Haugg <span dir="ltr">&lt;<a href="mailto:Alexander.Haugg@c4b.de" target="_blank">Alexander.Haugg@c4b.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-size:10pt;font-family:Tahoma">hi all,<br>
<br>
since view hours i try to make a https request to a c# sslstream class. <br>
the same request works fine with the browser.<br>
<br>
In my descriotion the freeswitch is the web client and the c# sslstream side is the server.<br>
<br>
Is it possible to configure the xml_curl.config.xml to trust any server certificate and the certificate comes only from the server (the same that&#39;s working with the browser)?
<br>
With all configurations that i try the client sends an Encryptet Alert and a [Fin, ACK].<br>
<br>
At the moment, the server side use a *.pfx cert gerneratet with openssl.<br>
<br>
Thanks for your help. <br>
</div>
</div>

<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>