strongloop / strong-arc

StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
114 stars 36 forks source link

Authentication attempt failed #1729

Open A11oW opened 8 years ago

A11oW commented 8 years ago

When I try StrongLoop Arc sign in http://localhost:50949/api/Subscriptions/login?include=user return 500

{"error":{"name":"Error","status":500,"message":"write EPROTO 140735284158464:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:794:\n","code":"EPROTO","errno":"EPROTO","syscall":"write","stack":"Error: write EPROTO 140735284158464:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:794:\n\n    at exports._errnoException (util.js:856:11)\n    at WriteWrap.afterWrite (net.js:763:14)"}}
A11oW commented 8 years ago

That happens if common/models move in server/ folder, like this server/models. Where I can configurate that? server/model-config.json does not affect for slc arc?