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

Temp deploy fix [DO NOT MERGE] #499

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Temp deploy fix [DO NOT MERGE] #499

wants to merge 4 commits into from

Conversation

Atikpui007
Copy link
Collaborator

@Atikpui007 Atikpui007 commented Mar 4, 2024

Summary

Implemented the --openssl-legacy-provider flag in our start and build script to address an OpenSSL-related error encountered with newer versions of Node. This change allows our application to bypass the ERR_OSSL_EVP_UNSUPPORTED error, enabling compatibility with older dependencies that require legacy OpenSSL support.

Notes

Encountered a runtime error due to OpenSSL version incompatibility. The issue arises from the stricter default settings for OpenSSL in Node.js v17 and above, affecting older dependencies:

A link to a similar issue with the outdated cryptographic dependency here
Issue

Error: error:0308010C:digital envelope routines::unsupported
...
code: 'ERR_OSSL_EVP_UNSUPPORTED'

@Atikpui007 Atikpui007 requested a review from a team as a code owner March 4, 2024 19:55
@dti-github-bot
Copy link
Member

[diff-counting] Significant lines: 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants