You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "thor533 (via GitHub)" <gi...@apache.org> on 2023/04/10 01:37:19 UTC

[GitHub] [apisix] thor533 commented on issue #9262: failed SSL handshake

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org