Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
DataWrangler
Former Employee
Former Employee

Enterprise Scalability Tools: server misbehaving message

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

DataWrangler_0-1699459116512.png

 

2 Replies
enzo8631
Contributor
Contributor

Hello,

I have the same problem.
Did you find a solution ?

 

 

Daniel_Larsson
Employee
Employee

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"