codefori / vscode-ibmi

🌍 IBM i development extension for VS Code
https://codefori.github.io/docs/#/
MIT License
264 stars 91 forks source link

Host name is not included in alternate names in the certificate for Debug Service 2.0 #2147

Closed chrjorgensen closed 2 days ago

chrjorgensen commented 2 days ago

When adding a service entry point for a program, after entering the library and program name I get the following error:

EQAVS1007E hostname redacted on port 8005 could not be connected. Message received: Hostname/IP does not match certificate's altnames: Host: hostname redacted. is not in the cert's altnames: DNS:hostname redacted.domain redacted, IP Address:ip address redacted


⚠️ REMOVE THIS LINE AND ANY SENSITIVE INFORMATION BELOW! ⚠️

Context Version
Code for IBM i version 2.11.2
VSCodium version 1.90.2
Operating System win32_x64
Active extensions ``` Better Comments Next (better-comments-next): 3.2.5 Code for IBM i Walkthroughs (vscode-ibmi-walkthroughs): 0.5.0 Db2 for IBM i (vscode-db2i): 1.0.0 Dev Containers (remote-containers): 0.308.0 ESLint (vscode-eslint): 3.0.10 Emmet (emmet): 1.0.0 Git (git): 1.0.0 Git Base (git-base): 1.0.0 GitHub (github): 0.0.1 GitHub Authentication (github-authentication): 0.0.2 GitHub Pull Requests (vscode-pull-request-github): 0.90.0 GitLens — Git supercharged (gitlens): 15.1.0 IBM i Debug (ibmidebug): 2.0.1 IBM i Project Explorer (vscode-ibmi-projectexplorer): 2.10.5 JSON Language Features (json-language-features): 1.0.0 Merge Conflict (merge-conflict): 1.0.0 Node Debug Auto-attach (debug-auto-launch): 1.0.0 Office Viewer(Markdown Editor) (vscode-office): 3.2.9 Overtype (overtype): 0.5.0 Prettier - Code formatter (prettier-vscode): 10.4.0 Print (vscode-print): 0.10.7 Rainbow CSV (rainbow-csv): 3.3.0 Render Line Endings (render-crlf): 1.8.1 Server Ready Action (debug-server-ready): 1.0.0 Settings Sync (code-settings-sync): 3.4.3 Sync-Rsync (sync-rsync): 0.36.0 TabOut (TabOut): 0.2.2 TypeScript and JavaScript Language Features (typescript-language-features): 1.0.0 ftp-simple (ftp-simple): 0.7.6 hexdump for VSCode (vscode-hexdump): 1.8.1 undefined (indent-rainbow): 8.3.1 ```

Remote system |Setting|Value| |-|-| |IBM i OS|V7R3M0| |Tech Refresh|13| |CCSID Origin|65535| |Runtime CCSID|277| |Default CCSID|277| |SQL|Enabled |Source dates|Enabled ### Enabled features |/QOpenSys/pkgs/bin|/usr/bin|/QSYS.lib/ILEDITOR.lib|/QSYS.LIB|/QIBM/ProdData/IBMiDebugService/bin| |-|-|-|-|-| |bash|attr|GETNEWLIBL.PGM|QZDFMDB2.PGM|startDebugService.sh| |chsh|iconv|||| |find|setccsid|||| |git||||| |grep||||| |ls||||| |md5sum||||| |sort||||| |stat||||| |tar||||| |tn5250|||||
Shell env ```bash HOME=/home/ HOST= LIBLS=LIBHTTP QTEMP QGPL LOGIN= LOGNAME= MAIL=/var/spool/mail/ OLDPWD=/home/ PASE_USRGRP_LIMITED=N PATH=/QOpenSys/pkgs/bin:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin PWD=/home/ SHELL=/QOpenSys/pkgs/bin/bash SHLVL=1 SSH_CLIENT= 49731 22 SSH_CONNECTION= 49731 10.16.1.212 22 TZ=-1,M3.5.0,M10.5.0/03:00:00 USER= USERNAME= WORKDIR=/home/ _=/QOpenSys/pkgs/bin/env ```
Variants ```json { "american": "#@$", "local": "ÆØÅ" } ```
Errors ```json [ { "command": "/QOpenSys/usr/bin/qsh", "code": 1, "stderr": "CPF2111: Library ILEDITOR already exists.", "cwd": "/home/" } ] ```