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
I am trying to logon to typedb cluster using command typedb console --cluster=127.0.0.1:1729 --username admin --password --tls-enabled=true --tls-root-ca=C:\GRAKN\rootCA.pem
But getting error missing required parameter for option '--tls-root-ca' (<tlsRootCA>)
Same command is working fine on mac machine. Also, when I tried connecting through python typedb client it is working fine.
Issue is specific to window command. Looking for the resolution.
The text was updated successfully, but these errors were encountered:
lolski
changed the title
Unable to logon to typedb cluster console through window machine
Unable to login to Typedb Cluster (Windows specific)
Nov 2, 2021
I am trying to logon to typedb cluster using command
typedb console --cluster=127.0.0.1:1729 --username admin --password --tls-enabled=true --tls-root-ca=C:\GRAKN\rootCA.pem
But getting error
missing required parameter for option '--tls-root-ca' (<tlsRootCA>)
Same command is working fine on mac machine. Also, when I tried connecting through python typedb client it is working fine.
Issue is specific to window command. Looking for the resolution.
The text was updated successfully, but these errors were encountered: