Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants