Written by

Question Ying Zhang · May 8, 2025

Visual Studio Code connection failed

I currently have an issue with a failed connection in VSCode and need some help.

It doesn't work when using ports 80, 1972, and 7038.

Ubuntu2024 install soft:

nginx-1.24.0

ISCAgent-2024.1.3.456.0-lnxubuntu2404x64

WebGateway-2024.1.3.456.0-lnxubuntu2404x64

HealthConnect-2024.1.3.456.0-lnxubuntu2404x64

These are some configurations and screenshots.

nginx config:

port 1972/7038 error:

port 80 error:

Product version: IRIS 2024.3
$ZV: IRIS for UNIX (Ubuntu Server LTS for x86-64) 2024.1.3 (Build 456U) Thu Jan 9 2025 12:24:12 EST [HealthConnect:7.2.0-3.m2024.1.2]

Comments

Ying Zhang  May 8, 2025 to Luis Angel Pérez Ramos

It's not an issue with the username "superuser". I've set it as this username, and I'm not using HTTPS either.

0
Ying Zhang  May 8, 2025 to Luis Angel Pérez Ramos

is enable.

0
Ying Zhang · May 8, 2025

Add Nginx configuration to solve the problem.

 location /api/atelier/ {
            CSP On;
            CSPNSD_pass 127.0.0.1:7038;
        }
 

0