You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By setting TF_LOG=debug: 2025-01-10T18:23:18.790Z [ERROR] provider.terraform-provider-mysql_v3.0.68: Response contains error diagnostic: @module=sdk.proto tf_provider_addr=provider tf_rpc=ReadResource diagnostic_severity=ERROR diagnostic_summary="failed to connect to MySQL: could not create new connection: could not connect to server: remote error: tls: handshake failure" tf_proto_version=5.7 tf_req_id=92f0618d-f50e-bed6-1652-08199fe8bebf @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:58 diagnostic_detail= tf_resource_type=mysql_database timestamp=2025-01-10T18:23:18.790Z
If you set the provider back to the 3.0.67 version, no more issue. Job is succeeded.
Expected Behavior
What should have happened?
Creating/refreshing the state of MySQL schema
Actual Behavior
What actually happened?
Not able to connect to the cluster
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Yes, we just need to add support of those ciphers to mysql/provider.go
My suggestion is to add some new value here[1] and check it later similar to how custom_tls works. The config would be like allow-weak to allow weak ciphers. I certainly wouldn't like to allow it globally.
Hello !
Following my message in an other trade, I create dedicated issue to avoid too much noise on the other one.
So yes, as reminder, the issue is since the update to 3.0.68 version of the provider, we have connection issue with our MariaDB cluster.
If you set the provider to 3.0.67, the job is well executed, and database created. But not with the 3.0.68 version and after.
Provider version
3.0.68 and later
MySQL version and settings
Terraform Configuration Files
Debug Output
https://gist.github.com/mouglou/1137d0dec6a521f3f92eca0d91cec34b
By setting TF_LOG=debug:
2025-01-10T18:23:18.790Z [ERROR] provider.terraform-provider-mysql_v3.0.68: Response contains error diagnostic: @module=sdk.proto tf_provider_addr=provider tf_rpc=ReadResource diagnostic_severity=ERROR diagnostic_summary="failed to connect to MySQL: could not create new connection: could not connect to server: remote error: tls: handshake failure" tf_proto_version=5.7 tf_req_id=92f0618d-f50e-bed6-1652-08199fe8bebf @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:58 diagnostic_detail= tf_resource_type=mysql_database timestamp=2025-01-10T18:23:18.790Z
If you set the provider back to the 3.0.67 version, no more issue. Job is succeeded.
Expected Behavior
What should have happened?
Creating/refreshing the state of MySQL schema
Actual Behavior
What actually happened?
Not able to connect to the cluster
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
References
The text was updated successfully, but these errors were encountered: