Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello testers,
I am attempting to connect to a QS Enterprise instance with the QS Enterprise Scalability tools. Could anyone please help me understand potential root causes and resolutions for the following error:
Version: v0.17.11 Failed to connect using 2 connection test functions. Error #1: failed to connect to engine over web socket: Failed connecting to sense server: Failed connecting to sense server: Error connecting to Sense: unexpected websocket scheme: "https" Error #2: HTTP request fail: Get "https://t***d/login": lookup t***d on xxx.xxx.xxx.xx1:53: server misbehaving
Hello,
I have the same problem.
Did you find a solution ?
Hi this is not directly related to code of the tool, but to the network code from google. Looking at other programs issues (such as docker, which uses same network code) it seems likely to relate to a proxy issue.
Could you try running the gopherciser directly, with the suggested environment variable , using command
HTTPS_PROXY="https://user:password@proxyserver.internal:80" gopherciser script connect -c ./path/to/configfile.json
replacing ./path/to/configfile.json with your script file, and settings for your proxy. If the proxy is http:// instead use "HTTP_PROXY"