Re: nginx 1.17.3 and TLSv1.3

2019-08-16 Thread benztoy
The problem has been solved, thank you very much Posted at Nginx Forum: https://forum.nginx.org/read.php?2,285325,285327#msg-285327 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx 1.17.3 and TLSv1.3

2019-08-16 Thread Maxim Dounin
Hello! On Fri, Aug 16, 2019 at 02:15:22PM -0400, benztoy wrote: > I want to run two nginx services on one host. They are nginxA and nginxB > nginxA listening on https443 port. Only the tslv1.3 protocol is available. > The configuration file is as follows: [...] > Server { > Listen

nginx 1.17.3 and TLSv1.3

2019-08-16 Thread benztoy
I want to run two nginx services on one host. They are nginxA and nginxB nginxA listening on https443 port. Only the tslv1.3 protocol is available. The configuration file is as follows: # #user nobody; Worker_processes 1; #error_log logs/error.log; #error_log logs/error.log no