feerdispzoo
Verified User
- Joined
- Jan 17, 2022
- Messages
- 189
Im spend now about 7 days on this and still i not found good solution for resolve this issue.
For node APP I can access from domain only with http:// when I try access from https then I get 502 Bad Gateway nginx .
proxy pass
|?PROXY_IP=my_server_ip|
|?PORT_8080=3000|
|?PORT_8081=3000|
I try make another test and access directly to app from server IP: when I try access:
http://my_server_ip:3000 then working
when I try access https://my_server_ip:3000 then
ERR_SSL_PROTOCOL_ERROR
Can anyone solve this? Unfortunately, I searched everything and found a very strange error.
For node APP I can access from domain only with http:// when I try access from https then I get 502 Bad Gateway nginx .
proxy pass
|?PROXY_IP=my_server_ip|
|?PORT_8080=3000|
|?PORT_8081=3000|
I try make another test and access directly to app from server IP: when I try access:
http://my_server_ip:3000 then working
when I try access https://my_server_ip:3000 then
ERR_SSL_PROTOCOL_ERROR
Can anyone solve this? Unfortunately, I searched everything and found a very strange error.