0

I have apache server(Frontend code) running on 80 port with https secure(SSL is configured). Backend server is nodejs and it is configured on 3000 port. When I tried to call services from https to http i.e. Apache(port 80 ssl configured) to Nodejs (port 3000 non-ssl) it is giving showing failed with status as "net::ERR_SSL_PROTOCOL_ERROR".

1 Answers1

0

This may have something to do with Same Origin policy. Please see that answer: HTTP Ajax Request via HTTPS Page.

konkit
  • 349
  • 5
  • 11