kurko / ember-json-api

JSON API adapter for Ember Data.
MIT License
254 stars 62 forks source link

Server aborted the SSL handshake #8

Closed mwitte closed 10 years ago

mwitte commented 10 years ago

In my ember.js I use this adapter to use ember-data with fortunejs but the request in browser fail.

Ember:

this.store.find('post');

Here is a dump of the request which fires the browser as cURL:

curl 'https://localhost:61457/posts' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Cache-Control: max-age=0' -H 'Origin: http://localhost:9000' -H 'Referer: http://localhost:9000/' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36' --compressed

cURL says on commandline on this:

curl: (35) Server aborted the SSL handshake
mwitte commented 10 years ago

was a certificate problem, sorry