Re: ssl3_get_client_hello:no shared cipher

2018-12-14 Thread arnabmaity1
Hi I am pasting the current conf file. Please review and suggest ; all connections are through port 443. server { listen 443 http2 ssl; listen [::]:443 http2 ssl; server_name ; root /usr/share/nginx/html/Bank/; ssl_certificate //.crt; ssl_certificate_key //private.key;

Re: ssl3_get_client_hello:no shared cipher

2018-12-13 Thread Gary
: ssl3_get_client_hello:no shared cipher Hello We have been having this strange issue. For the first time when a user attempts to login to the application the login fails and we come across this error on the nginx log. The second time the user attemps , the login is successful. Again if the browser is

ssl3_get_client_hello:no shared cipher

2018-12-13 Thread arnabmaity1
Hello We have been having this strange issue. For the first time when a user attempts to login to the application the login fails and we come across this error on the nginx log. The second time the user attemps , the login is successful. Again if the browser is closed and an attempt is made to lo