

Ssl_certificate_key /etc/nginx/certificate.key Ssl_certificate /etc/nginx/certificate.crt # You can increase the limit if your need to.Įrror_log /var/log/nginx/ # ssl_certificate_key "/etc/nginx/certificate.key" # ssl_certificate "/etc/nginx/certificate.crt" # Load configuration files for the default server block. # Load modular configuration files from the /etc/nginx/conf.d directory. '"$http_user_agent" "$http_x_forwarded_for"' Īccess_log /var/log/nginx/access.log main

'$status $body_bytes_sent "$http_referer" ' Log_format main '$remote_addr - $remote_user "$request" ' # For more information on configuration, see:

I have gone through countless forums, and suggestions and have not been able to resolve this particular issue. I have also disabled the local firewall on the server as well as disabled SELinux. This SHOULD indicate the firewall is accepting the connection through.

If I run tcpdump -i eth0 port 443 and then try to hit it from outside, it does show the server being hit. Everything appears to be set properly within my firewall configuration. It should be working with SSL Reverse Proxy and I have tried both nginx SSL Reverse Proxyas well as Apache SSL Reverse Proxy. I am having issues getting connected to my new Rocket.Chat server from external sources.
