zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

Zowe Editor Unknown Error: Undefined #728

Open LukeG-96 opened 1 week ago

LukeG-96 commented 1 week ago

Describe the bug

Steps to Reproduce

  1. Open 'Editor' app in Zowe Desktop

Expected behavior Editor application should be functioning

Screenshots (if needed) image image image image

Logs

Describe your environment

Additional context

Martin-Zeithaml commented 1 week ago

Hello, could you try to limit max TLS to 1.2?

zowe:
  network:
    server:
      tls:
        maxTls: "TLSv1.2"
    client:
      tls:
        maxTls: "TLSv1.2"

We have identified this as possible solution in cases, where ChaCha20-Poly1305 might be used.