hashicorp / terraform-provider-mysql

Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/mysql/
Mozilla Public License 2.0
61 stars 190 forks source link

MySQL provider should support SSL connections #7

Closed hashibot closed 6 years ago

hashibot commented 7 years ago

This issue was originally opened by @michalmedvecky as hashicorp/terraform#11937. It was migrated here as part of the provider split. The original body of the issue is below.


Enhancement proposition: MySQL provider does not support SSL connections to the server. Should be easy to add.

bonifaido commented 7 years ago

https://github.com/ziutek/mymysql/issues/121 The issue is that the underlying driver doesn't provide SSL capabilities, I'm planning to update it to github.com/golang-sql-driver/mysql, pull request is coming.

digilist commented 6 years ago

Is there any update on this? As the go-sql-driver is now merged, it would be really great to see this now :smiley:

bonifaido commented 6 years ago

It is in a PR since a long time ago: https://github.com/terraform-providers/terraform-provider-mysql/pull/17

yves-vogl commented 6 years ago

I'd like to see this merged :-) Thanks for the work!

joestump commented 6 years ago

This has been addressed in #43.