'node js api not working after SSL certificate setup
My application has 2 docker containers.Node js API on 8080 port and front end on 80 port. The application is working fine on http port.front end is able to get data using node js api calls. But when i am installing SSL certificate on front end container the api calls are not getting the data on on fron end. I also tried the reverse proxy setting in NGINX
location /api/ {
proxy pass http://server/api
} But still the API call is not able to fetch data
please let me know what am oi missing here.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
