NodeJs: Failed to load resource: net :: ERR_CONNECTION_CLOSED

I am working with nodejs. The website worked fine. We have included https.

Now I have made changes in the code to send ajax request instead of http to https ..

When I test it for chrome. this gives me the following error

Failed to load resource: net :: ERR_CONNECTION_CLOSED

But it works fine in Firefox

Any reason

+3


source to share





All Articles