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".
Asked
Active
Viewed 67 times
1 Answers
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