...
The console messages generated by the wrapper will also provide information about the connection type that is established , and in the case of issues 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>
...