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
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
While setting up a new environment, I noticed I started getting this error...
Test Panicked
Error 1251: Client does not support authentication protocol requested by server; consider upgrading MariaDB client
/usr/local/go/src/runtime/panic.go:491
Which was a bit alarming, but I think it's actually the result of not setting this environment variable.
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
While setting up a new environment, I noticed I started getting this error...
Which was a bit alarming, but I think it's actually the result of not setting this environment variable.
Tracked it down to maybe this part of the source not functioning properly?
Also noticed that the tests don't cover this case. https://github.com/cloudfoundry-incubator/notifications/blob/master/application/environment_test.go#L63
The text was updated successfully, but these errors were encountered: