Skip to content

Commit 10577f9

Browse files
Merge pull request #245608 from SudheeshGH/docs-editor/how-to-connect-tls-ssl-1689829769
Update how-to-connect-tls-ssl.md
2 parents 4c0938b + 9e11271 commit 10577f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/mysql/flexible-server/how-to-connect-tls-ssl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To set TLS versions on your flexible server, you need to set *tls_version- serve
9696
| Flexible Server version | Supported Values of tls_version | Default Setting |
9797
| --- | --- | --- |
9898
| MySQL 5.7 | TLS 1.0, TLS 1.1, TLS 1.2 | TLS 1.2 |
99-
| MySQL 8.0 | TLS 1.2, TLS 1.0.3 | TLS 1.2 |
99+
| MySQL 8.0 | TLS 1.2, TLS 1.3 | TLS 1.2 |
100100

101101
## Connect using mysql command-line client with TLS/SSL
102102

@@ -110,6 +110,7 @@ To use encrypted connections with your client applications,you need to download
110110
> You must download this [SSL certificate](https://cacerts.digicert.com/DigiCertGlobalRootG2.crt.pem) for your servers in Azure Government cloud.
111111
112112

113+
113114
Save the certificate file to your preferred location. For example, this tutorial uses `c:\ssl` or `\var\www\html\bin` on your local environment or the client environment where your application is hosted. This allows applications to connect securely to the database over SSL.
114115

115116
If you created your flexible server with *Private access (VNet Integration)*, you need to connect to your server from a resource within the same VNet as your server. You can create a virtual machine and add it to the VNet created with your flexible server.
@@ -380,3 +381,4 @@ conn.connect(function(err) {
380381
- [Create and manage Azure Database for MySQL - Flexible Server virtual network using Azure CLI](./how-to-manage-virtual-network-cli.md).
381382
- Learn more about [networking in Azure Database for MySQL - Flexible Server](./concepts-networking.md)
382383
- Understand more about [Azure Database for MySQL - Flexible Server firewall rules](./concepts-networking-public.md#public-access-allowed-ip-addresses)
384+

0 commit comments

Comments
 (0)