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

Vaadin 24 and Node 18 incompatibility issue behind company firewall #17318

Closed
Dharmik2510 opened this issue Jul 30, 2023 · 3 comments
Closed

Comments

@Dharmik2510
Copy link

Description of the bug

I am trying to build and test my Vaadin 24 application on gitlab and my project is running behind company firewall.

I am getting following error:

npm Err ! request to https://registry.npmjs.org failed,
reason: write EPROTO :error:0A00152:SSL routines:final_renegotiation:unsafe legacy renegotiation disabled:

I strongly suspect that this is the issue with node v18.

Expected behavior

Application should run

Minimal reproducible example

NA

Versions

  • Vaadin / Flow version:24.1.4
  • Java version:17
  • OS version:
  • Browser version (if applicable):
  • Application Server (if applicable):
  • IDE (if applicable): IntelliJ
@mcollovati
Copy link
Collaborator

It could be that the proxy server uses legacy SSL options, as pointed out here npm/cli#6070.

There's a suggestion on how to workaround the prion that issue. You may give it a try and see if it works for you.

@mcollovati
Copy link
Collaborator

This looks like a continuation of #17302

@mshabarov
Copy link
Contributor

Please comment on this issue or create a new one, if this problem is still present for you. Closed because of no response.

@mshabarov mshabarov closed this as not planned Won't fix, can't repro, duplicate, stale Sep 7, 2023
OLD Vaadin Flow bugs & maintenance (Vaadin 10+) automation moved this from Needs triage to Closed Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants