You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most likely the certificate on your mumble server is self signed.
You have a couple of options
get a signed cert and load into you mumble server - checkout letsencrypt - secure
copy the self signed root ca certificate to the client machine. - secure
Allow the gumble connection to accept the insecure certificate - easy, not secure.
If you just want to get you application working and worry about the other stuff later most people will turn to 3. You want to pass the gumble dialer a tls.Config object https://pkg.go.dev/crypto/tls#Config with InsecureSkipVerify set to true. Would look a little something like this.
How to solve this ? i am newbie in Golang
The text was updated successfully, but these errors were encountered: