This is an automated email from the ASF dual-hosted git repository. bigbluehat pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git
commit 32d579c40f0d470e5a9eb4908c95837d0cf644e6 Author: BigBlueHat <[email protected]> AuthorDate: Sun Oct 1 14:36:14 2023 -0400 Add note to README about legacy openssl --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b6873c4..09837fa 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ Run `yarn build` to build the demo code and docs content (it will overwrite Run `yarn serve` to build the demo and docs as well as serve and watch (with live reload on changes to the `src/` directory *only*). +Note: if you receive a `ERR_OSSL_EVP_UNSUPPORTED` error, you can resolve this +by using the legacy SSL provider: `export NODE_OPTIONS=--openssl-legacy-provider` + ## Organizing We also use the [Milestones](https://github.com/apache/incubator-annotator-website/milestones?direction=asc&sort=due_date&state=open) for [this repo on GitHub](https://github.com/apache/incubator-annotator-website/) to track our quarterly board reports.
