-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when connecting to ArangoDB with SSL enabled #95
Comments
@anthonybriand Please add your code used to create the VST connection. |
There is the code :
Endpoints are (I have tested with vst+ssl too) :
|
Ok, the |
That's it sorry I have misreaded the README, thank you for you help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ArangoDB : 3.3.3
go-driver : 27122ab
Platform : Mac OSX 10.13.3 / Debian 8.10 Jessie x86_64
I have a simple arangodb cluster started with arangodb-starter (docker).
I have enabled the --auth.jwt-secret option and the --ssl.auto-key option.
All is working fine via the WebUI but via the go-driver I encounter some problems (I am using the VST protocol):
Client and Connection seems to be valid no error returned but when I use the Database function of the client it throw these errors :
With Basic authentication
With JWT authentication
If I disable the ssl option all is working fine
The text was updated successfully, but these errors were encountered: