dolthub / dolthub/hosted-issues

Add instructions on connect page to avoid `server does not allow insecure connections, client must use SSL/TLS` error

Open
#67 0 comments 0 reactions 1 assignee Claimed by @tbantle22 View on GitHub
bug
Dominant language
No language data
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

After creating a deployment and trying to connect to it with a connection string and a golang mysql client, I received the following error:
```
Error 1105: unknown error: Code: UNAVAILABLE
server does not allow insecure connections, client must use SSL/TLS
```

The solution here was to add `tls=skip-verify` to the connection string as a query parameter. This should be documented on the connection page so that other's can quickly connect to their instances.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.