- 
                Notifications
    You must be signed in to change notification settings 
- Fork 266
Support non-standard implicit TLS connections, such as Google Cloud SQL #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| Codecov Report
 
 @@            Coverage Diff             @@
##           master     #786      +/-   ##
==========================================
- Coverage   93.66%   92.52%   -1.14%     
==========================================
  Files          36       38       +2     
  Lines        5507     5565      +58     
  Branches      931      944      +13     
==========================================
- Hits         5158     5149       -9     
- Misses        262      325      +63     
- Partials       87       91       +4     
 Flags with carried forward coverage won't be shown. Click here to find out more. 
 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more | 
3d0c9f1    to
    6dd7caa      
    Compare
  
    3f4555d    to
    24c3157      
    Compare
  
    …onnections, such as Google Cloud SQL fixes aio-libs#757
8793725    to
    173eb36      
    Compare
  
    | not sure why mysql 8.0 fails auth through haproxy, it works just fine when i run it locally, although without containers. | 
What do these changes do?
This adds a new
implicit_tlsargument when creating connections.When this argument is given, the initial non-TLS preamble is skipped and the connection will be upgraded to TLS immediately.
Are there changes in behavior for the user?
No change in default behavior.
Related issue number
fixes #757
Checklist
--mysql-tls-addressto generate an extra set of tests in the matrix.this will run all tests on an implicit-TLS-connection when provided.
CHANGES.txtOnce everything else has been done