Skip to content

Commit

Permalink
Fix SSL error on web ui checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjalssh committed Feb 18, 2023
1 parent d4bba71 commit 9cd6d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions presto-main/bin/check_webui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

set -euo pipefail

# https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
export NODE_OPTIONS=--openssl-legacy-provider

WEBUI_ROOT="$(pwd)/${BASH_SOURCE%/*}/../src/main/resources/webapp"

# Fail if running the command to generate the `dist` folder again produces different results.
Expand Down

0 comments on commit 9cd6d43

Please sign in to comment.