Nitish0292

Results 3 comments of Nitish0292

can you share Nginx configuration, are you using ssl certs

also use serviceurl.com/ip:portnumber

Hi @vrubiolo i have followed below configuration for ssl and reverse proxy and everything works well server{ listen 443 ssl http2; server_name server.com; server_tokens off; ssl_certificate /etc/nginx/certs/ansible.crt; ssl_certificate_key /etc/nginx/certs/ansible.key; ssl...