Skip to content

Commit

Permalink
Story #12962: ensure compatibility of client certificates with node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ebernard committed Jun 20, 2024
1 parent f217f43 commit 06120e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"ng-high-memory": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng",
"start": "ng serve --disable-host-check --ssl --ssl-key ../../dev-deployment/environments/certs/server/hosts/localhost/reverse.key --ssl-cert ../../dev-deployment/environments/certs/server/hosts/localhost/reverse.crt",
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve --disable-host-check --ssl --ssl-key ../../dev-deployment/environments/certs/server/hosts/localhost/reverse.key --ssl-cert ../../dev-deployment/environments/certs/server/hosts/localhost/reverse.crt",
"start:demo": "npm run start -- demo --proxy-config proxy.conf.json",
"start:portal": "npm run start -- portal --proxy-config proxy.conf.json",
"start:portal:gateway": "npm run start -- portal --proxy-config proxy-gateway.conf.js",
Expand Down

0 comments on commit 06120e8

Please sign in to comment.