Edge Software Catalog
Support for issues related to Edge Software Catalog
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
478 Discussions

Timeout issue on webvisualizer UI

Snehal_Yesugade
Beginner
1,278 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,266 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,267 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,225 Views

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


0 Kudos
Reply