SSL_do_handshake() failed (SSL: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number) while SSL handshaking to upstream, client:......

  

解决方式是配置文件增加:

 proxy_ssl_session_reuse off;

location / {
	  ...
          ...
	   proxy_ssl_session_reuse off;
	 ...
         ...
	}

  

posted on 2019-10-15 20:10  肖建锋  阅读(10182)  评论(1编辑  收藏  举报