I am trying to setup a connection from Insight Connect Orchestrator to TheHive and cannot find a setting to specify TheHive API full URL. Our Hive instance is hosted in the cloud and API is not located at the root of host/domain.
Input for port number is not validated that it is actually a digit, so if you specify as port number the follwowing 443/subsite/relative_url/thehive
The python code f"{protocol}://{host}:{port}" will append to whatever was in port to create correct URL. With this trick TheHive plugin works, but obviously Rapid7 need to fix it.