Skip to content

Commit

Permalink
fix: add tls=custom
Browse files Browse the repository at this point in the history
  • Loading branch information
abeizn committed Sep 26, 2023
1 parent 2434ba1 commit b1d01ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Troubleshooting/MySqlIssue.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ services:
```
DB_URL=mysql://merico:merico@localhost:3306/lake?charset=utf8mb4&parseTime=True&loc=UTC&tls=skip-verify
```
2. Verify the SSL certificate: you can add &ca-cert=/path/to/your/ca-certificate.crt to DB_URL variable, for example:
2. Verify the SSL certificate: you can add &tls=custom&ca-cert=/path/to/your/ca-certificate.crt to DB_URL variable, for example:
```
DB_URL=mysql://merico:[email protected]:3306/lake?charset=utf8mb4&parseTime=True&ca-cert=/path/to/your/DigiCertGlobalRootCA.crt.pem
DB_URL=mysql://merico:[email protected]:3306/lake?charset=utf8mb4&parseTime=True&tls=custom&ca-cert=/path/to/your/DigiCertGlobalRootCA.crt.pem
```
Note: It is not supported in python plugin.

0 comments on commit b1d01ce

Please sign in to comment.