Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zowe Editor Unknown Error: Undefined #728

Open
LukeG-96 opened this issue Sep 9, 2024 · 1 comment
Open

Zowe Editor Unknown Error: Undefined #728

LukeG-96 opened this issue Sep 9, 2024 · 1 comment
Labels
bug Something isn't working new not yet triaged

Comments

@LukeG-96
Copy link

LukeG-96 commented Sep 9, 2024

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

  • Zowe version number (Check the Desktop login screen, or manifest.json in the Zowe install folder): v2.17.0
  • Install method (pax, smpe, kubernetes, github clone): z/OSMF
  • Operating system (z/OS, kubernetes, etc) and OS version: z/OS 3.1
  • Node.js version number (Shown in logs, or via node --version): v20.12.2
  • Java version number (Shown in logs, or via java -version): 17.0.11
  • z/OSMF version: v3.1
  • What is the output of log message ZWES1014I: ZWES1014I ZIS status - 'Ok' (name='ZWESISTC ', cmsRC='0', description='Ok', clientVersion='2')
  • Environment variables in use:

Additional context

@LukeG-96 LukeG-96 added bug Something isn't working new not yet triaged labels Sep 9, 2024
@Martin-Zeithaml
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants