net::ERR_CONNECTION_REFUSED on all JS files
Hi
I have followed the installation instructions + a couple of posts on stack overflow.
I am using meteor windows, have my cert files configured properly and running as 443. It seems that port 443 from a port binding perspective is working fine however now when i attempt go to https://localhost i get errors in console (basically all are connection refused):
I either get:
WebSocket connection to 'wss://localhost/sockjs/940/gogx8t_6/websocket' failed: Connection closed before receiving a handshake response
or:
GET https://localhost/packages/cfs_http-publish.js?145ad24eef4127acca730985e0e9bf09770582a8 net::ERR_CONNECTION_REFUSED (index):117 GET https://localhost/packages/cfs_reactive-list.js?74e35a358dc54480adf3c5649328dfca33bc07f5 net::ERR_CONNECTION_REFUSED (index):142 GET https://localhost/client/views/listings/template.listing%20optB.js?d0ca43812e8074bad108fb803803ef803a7c6b1e net::ERR_CONNECTION_REFUSED (index):143 GET https://localhost/client/views/listings/template.listings%20-%20Copy.js?0fcf0eae576028465aa49580dd1f1f7065a7f8d3 net::ERR_CONNECTION_REFUSED (index):155 GET https://localhost/client/views/profile/addPost/addPost.js?88e0e88ae084d82370acceaa23183ba1323ec964 net::ERR_CONNECTION_REFUSED (index):170 GET https://localhost/client/scripts/JavaScript1.js?20f24a7bf669c3fe329c441f411c16b981f894ac net::ERR_CONNECTION_REFUSED (index):172 GET https://localhost/client/scripts/toast.js?7a9446d79597907bb64faad5c9ab6fed1918fe6d net::ERR_CONNECTION_REFUSED (index):9 GET https://localhost/packages/underscore.js?0a80a8623e1b40b5df5a05582f288ddd586eaa18 net::ERR_CONNECTION_REFUSED
Any ideas?