It is occasionally necessary to provide extra arguments to the websockets connect call. This is typically a case for disabling SSL verification in a development environment.
To enable this, we provide for the connectKWArgs property to be part of the server.config file used to specify the connection to Vantiq in a connector. The content of this property should be a valid JSON string specifying the names & values of the keyword arguments. Note that this is "just" a string -- making Python calls is not supported. A typical case will be something like
Fixes #528
It is occasionally necessary to provide extra arguments to the websockets connect call. This is typically a case for disabling SSL verification in a development environment.
To enable this, we provide for the
connectKWArgs
property to be part of theserver.config
file used to specify the connection to Vantiq in a connector. The content of this property should be a valid JSON string specifying the names & values of the keyword arguments. Note that this is "just" a string -- making Python calls is not supported. A typical case will be something likeas part of the
server.config
file.