Roman Andreev

Results 5 comments of Roman Andreev

I fixed my issue with EIP binding by using the "sbercloud_networking_eip_associate" resource. Added #262 PR.

Support of TLS v1.2 in mysql 5.7.44 enabled by default. I tried specifying MinVersion TLS v1.2, it didn't do anything.

Here is my connection from console ```bash mysql -u root -p -h 192.168.8.53 --ssl-ca=ca.pem --ssl-cert=client-cert.pem --ssl-key=client-key.pem Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your...

I solved this issue here https://github.com/sbercloud-terraform/terraform-provider-sbercloud/issues/259#issuecomment-1918695140