tarlepp / angular-sailsjs-boilerplate

'Boilerplate' for AngularJS + Sails.js
MIT License
307 stars 87 forks source link

error in production #127

Open jjgonver opened 8 years ago

jjgonver commented 8 years ago

I configure my frontend and Backend to work by HTTPS and when I try connect to my frontend the next error appear:

vendors.min.js:24 
GET https://myPublicIPBackendServer/socket.io/?__sails_io_sdk_version=0.11.0&__sails_io_sd…sails_io_sdk_language=javascript&EIO=3&transport=polling&t=1473033035432-6 net::ERR_INSECURE_RESPONSE
tarlepp commented 8 years ago

That seems to be problem in the sails SSL config. Maybe http://stackoverflow.com/questions/21612738/sails-js-http-https can help you.