Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connection to https://api.parse.com refused

I have an application which has a login screen, there are two options, 1 login with twitter and 2. username and password.

This application is live on the store, however, I am currently getting some reports of connection being refused to api.parse.com. I have tested here on multiple devices and it's connecting fine.

Are there any reasons that parse may refuse connection other than there being an issue with their servers? Could device imei etc come into play? I just find this unusual that it's happening for some and not others. Plus, I'll end up losing a lot of users in this way.

Any guidance is appreciated.

I'd really appreciate any help on this if anyone knows anything about it, parse.com status says it's fully operational, there's no parse forum any more, if someone could give me some insight it would be great

like image 299
DJ-DOO Avatar asked Oct 31 '22 16:10

DJ-DOO


2 Answers

Just throwing this out as a possibility, this maybe a SSL issue since your are connecting to https:// endpoint.

The built in trusted root certificates vary from phone to phone, so the connection could be failing because the certificate is missing.

In that case you maybe able to install a root trusted certificate.


Here is a relevant link about the certificate used by parse.com, DigiCert High Assurance EV Root CA :

  • This cross signed certificate maybe missing at Parse.com.
like image 195
Emil Davtyan Avatar answered Nov 15 '22 05:11

Emil Davtyan


I have faced a similar issue and it boils down to an ad blocker called AdFree. Ask the users having this issue, if they have the said ad blocker and to disable it and try.

like image 22
Ameer Avatar answered Nov 15 '22 05:11

Ameer