Closed
Description
We've added SSL to our AWS-hosted ParseServer, but are receiving this error when running any CloudFunction:
"error": {
"code": 100,
"message": "XMLHttpRequest failed: \"Unable to connect to the Parse API\""
}
We've updated our serverUrl
to have https
. After a bit of digging around, I ran into ParseServer/middlewares.js#handleParseHeaders
, where I logged the req.protocol
. It says the protocol is http
, even though the requests are sent with https
.
Just for more info - we have not yet enabled SSL on the mongolabs database. GET
requests work fine.
Metadata
Metadata
Assignees
Labels
No labels