Hello
I setup ssl in MAIN and LB, when MAIN stream ssl working perfectly but not in LB
when LB stream anyone picks up users (Username and Password)
nginx.conf in MAIN and LB
server {
#listen 25461;
listen 25463 ssl;
ssl_certificate /etc/ssl/MYdomain/MYdomain.crt;ssl_certificate_key /etc/ssl/MYdomain/MYdomain.key;
ssl_protocols SSLv3 TLSv1.1 TLSv1.2;
can someone help please
I setup ssl in MAIN and LB, when MAIN stream ssl working perfectly but not in LB
when LB stream anyone picks up users (Username and Password)
nginx.conf in MAIN and LB
server {
#listen 25461;
listen 25463 ssl;
ssl_certificate /etc/ssl/MYdomain/MYdomain.crt;ssl_certificate_key /etc/ssl/MYdomain/MYdomain.key;
ssl_protocols SSLv3 TLSv1.1 TLSv1.2;
can someone help please





