Probably the problem is that the certificate isn't recognized, because
either the root certificate isn't
installed (which I don't know) or the server isn't sending the
intermediate certificate (which I've checked and it isn't).

If you try to connect with Firefox desktop, it gives a certificate error.

Best,

Antonio


On 17/12/2013 11:36, Jan Jongboom wrote:
I'm trying to find out why I can't sign in to ConnectA2. And then I saw that 
none of the AJAX calls that it makes succeed. So this is what I run on a device 
(1.2, via app manager in an app that has systemXHR):

var x = new XMLHttpRequest({ mozSystem: true })
x.onload=function() { console.log('suc', x, x.responseText) }
x.onerror =function(e) { console.log('err', e, x); }
x.open('GET', 'https://www.connecta2.net/')
x.send()

this errors. If I do it via CURL:

curl -X GET https://www.connecta2.net/

The request succeeds. So what the *@&* is going on here? Other domains work 
fine.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g


________________________________

Este mensaje se dirige exclusivamente a su destinatario. Puede consultar 
nuestra política de envío y recepción de correo electrónico en el enlace 
situado más abajo.
This message is intended exclusively for its addressee. We only send and 
receive email on the basis of the terms set out at:
http://www.tid.es/ES/PAGINAS/disclaimer.aspx
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to