Hi team, here is what i wrote in the conf file of nginx: server { listen 443 ssl; server_name 10.10.10.100; access_log off ; error_log off ; ssl_certificate /etc/nginx-selfsigned.crt; ssl_certificate_key /etc/nginx-selfsigned.key; location /app { rewrite ^/e3(.*) /$1 break; proxy_pass https://10.10.10.1by nginnn - How to...
it seems that it is not possible to have multiple https ports in the same server using the same service. That is true?by nginnn - How to...
Hi team, I have a certain use case that I hope you can help me. I would like nginx to listen on multiple ssl ports on the same machine. I have configured a server block in the nginx.conf configuration file by mentioning this: listen 8443 ssl; when I want to access the application by typing https://localhost:8443, I get the ERR_TUNNEL_CONNECTION_FAILED error in few words, how to runby nginnn - How to...
![]() |
![]() |
![]() |
![]() |
|