Versions Compared

Key

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

...

The handling of HTTP/HTTPS in the calnexRest wrapper follows the principle of “Apply maximum security As secure as possible without compromising backwards compatibility with existing scripts”.

The console messages generated by the wrapper will also provide information about the connection type that is running, and in the case of issues established and how to troubleshoot themissues.

Currently only the Python wrapper calnexRest.py contains the extended HTTP/HTTPS handling. If you require assistance using the Tcl wrapper, please contact Calnex Support.

...

There are two optional keyword arguments that can be provided to calnexInit regarding HTTP/HTTPS operation, httpshttp_type and ssl_verify, example:

...

The specified value is passed directly through to the verify parameter of the Python Requests module.

Valid parameters are “True”, “False” or <path to certificate store, or specific certificate>

...