Edge Software Catalog
Support for issues related to Edge Software Catalog
445 Discussions

Timeout issue on webvisualizer UI

Snehal_Yesugade
Beginner
1,137 Views

We have CSL network with server - node1 - node2

Whenever we tried to increase number of ingestions, we could observer that connection to webvisualizer based UI gives timeout (while connecting with virtual IP:31505)
We could see below message for wget
"HTTP request sent, awaiting response....read error(connection reset by peer) in headers.
Retrying"

Labels (1)
0 Kudos
1 Solution
WengWai_C_Intel
Moderator
1,125 Views

@Snehal_Yesugade 

As WebVisualizer is being setup as secured connection using https, you should run the wget command with https instead of http. Below is an example:

wget <https://CSL_virtual_IP:31505> --no-check-certificate

View solution in original post

0 Kudos
2 Replies
WengWai_C_Intel
Moderator
1,126 Views

@Snehal_Yesugade 

As WebVisualizer is being setup as secured connection using https, you should run the wget command with https instead of http. Below is an example:

wget <https://CSL_virtual_IP:31505> --no-check-certificate

0 Kudos
JesusE_Intel
Moderator
1,084 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Kudos
Reply