Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to by pass following error in Firefox extension "server does not support RFC 5746"

I am developing a FireFox extension when I do xhr to the Secure server , particularly POST a data it gives a status 500, and following mesage:

onsip.highrisehq.com : server does not support RFC 5746, see CVE-2009-3555

How can I by pass by It? I assume that this is because of the Server misconfiguration, but I can't wait till someone from 37 signal will fix it. thanks for your help

like image 202
simple Avatar asked Aug 26 '10 12:08

simple


1 Answers

Well - "see CVE-2009-3555". Basically it's a server side vulnerability which might allow to compromise a TLS/SSL session.

I'm not sure there's anything you can do on the client side to resolve this, until 37signals update their servers.

like image 176
Yuval Adam Avatar answered Oct 04 '22 18:10

Yuval Adam