Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
403 Discussions

Timeout issue on webvisualizer UI

Snehal_Yesugade
Beginner
654 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
642 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
643 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
601 Views

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


0 Kudos
Reply