thor533 commented on issue #9262:
URL: https://github.com/apache/apisix/issues/9262#issuecomment-1501285593

   > Do you happen to use TLSv1.3 only on the upstream server?
   > 
   > By default, cosocket does not use TLSv1.3, you need to configure it 
explicitly:
   > 
   > `config.yaml`
   > 
   > ```yaml
   > nginx_config:
   >   http_configuration_snippet: |
   >     lua_ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
   > ```
   
   NO ,is TLSv1.2,I don't know what went wrong,I need your help!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to