Skip to content
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

Where is NewSecureDialer? #45

Open
durango opened this issue Nov 9, 2018 · 2 comments
Open

Where is NewSecureDialer? #45

durango opened this issue Nov 9, 2018 · 2 comments

Comments

@durango
Copy link

durango commented Nov 9, 2018

Seems to be missing?

@vladkras
Copy link

vladkras commented Nov 11, 2018

Just try to use wss protocol in dialer

dialer := gremgo.NewDialer("wss://127.0.0.1:8182")

can't check it locally because of untrusted local certificate but the connection is using popular gorilla/websocket and seems to be established without errors

@cyrilzh
Copy link

cyrilzh commented Aug 5, 2019

NewSecureDialer doesn't exist. The authentication code in readme file should be updated as below:

sa := gremgo.SetAuthentication("userame", "password")
dialer := gremgo.NewDialer("wss://htgremlin.gremlin.cosmos.azure.com:443", sa)  // if ssl, using wss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants