<p>A little update, i also tried to test my configuration of msrp with the python script in 'test' folder. I did run the </p>
<p></p>
<p>./msrp_send_file.py README user@xx.xx.xx.xx xx.xx.xx.xx 2855 (where xx.xx.xx.xx my server ip)</p>
<p></p>
<p>And it connects successfuly without the certificate verification. From what i understood while looking in the code of msrp_send_file.py, although no certificates are loaded, the tls parameter is set to true : 'self.uri = URI("localhost", use_tls = True, port = 12345, session_id = b64encode(rand_source.read(12)))'</p>
<p></p>
<p>So the full output of the test script is:</p>
<p></p>
<p>Password:<br />Sending initial AUTH<br />Got challenge, sending response AUTH<br />Path to send in SDP:<br />msrps://gen_relay_creds_ca.sh:2855/7Fzk2NzguNzcwOjE4NS40OC41Ljk=;tcp msrps://localhost:12345/ErNnyW8HNIlb60;tcp</p>
<p></p>
<p>So the test script is authenticating successfully, without any certs.</p>