Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alternatively or in addition to use of credentials, authentication can be performed with certificates.

This article is focused on use of authentication methods, find further information how to connect to JOC Cockpit from the Connect-JS7 cmdlet

User Account/Password Authentication for HTTP Connections

...

Code Block
languagepowershell
titleConnect by specifying user account and password with a the URL
linenumberstrue
Connect-JS7 -Url http://root:root@127.0.0.1:4446 -Id controller

...

When HTTPS connections are used then the communication to JOC Cockpit is encrypted.   This authentication method requires that JOC Cockpit is set up to use SSL for HTTPS connections.

...