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

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

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

   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;
   ```


-- 
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