-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HX Cloud #115
Comments
Hi @jmalbertsanofi - Thanks, |
Hi @B0fH I can confirm that there is only FQDN, and that I'm using port 443: Because curl test is working as expected, I guess it is not a network issue/DNS lookup failure. Regards, |
Hi @jmalbertsanofi - Thanks, |
Hi, Solution is to add a block named "proxies" at the end of the block named "network", inside ./data/conf.json file: "network": {
"ssl": "enabled",
"port": 8080,
"listen_address": "0.0.0.0",
"session_timeout": 30,
"proxies": {
"https" : "http://[IPADDRESS]:[PORT]"
}
}, Regards, |
Hi Elazar,
Could you provide me some help to to manage HX Cloud through HXTool?
When I try to configure it with a URL similar to [REDACTED]-hx-webui-1.hex03.helix.apps.fireeye.com, I obtain this error message:
HTTPSConnectionPool(host='[REDACTED]-hx-webui-1.hex03.helix.apps.fireeye.com', port=443): Max retries exceeded with url: /hx/api/v1/token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9ac2ab9e80>: Failed to establish a new connection: [Errno -2] Name or service not known',))
When I use curl with that domain, I obtain the correct HTML webpage:
Having this result with curl make me think server on which HXTool is hosted is having correct access to the HX Cloud console.
Regards,
JM
The text was updated successfully, but these errors were encountered: