|  Developer
Updated on May 6, 2022

hub.offline.insecure_access.enabled.set

Connection type:
  • Enable or disable insecure access (WS and HTTP as opposed to secure WSS and HTTPS). You may want to enable it if self-signed certificates used on controller are not supported in your client software. Current status can be found using hub.info.get request
Edit
Field Type Required Description
enabled bool + Enable or disable insecure access
Edit
Edit
Code Message Data
-32600 Bad request, rpc.params.notfound.
Edit
Edit
				
					{
    "method": "hub.offline.insecure_access.enabled.set",
    "id": "_ID_",
    "params": {
        "enabled": true
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}