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

Fix issue when building doc on node 18 #247

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Feb 20, 2023

The ssl behaviour change in last node version. This breaks the doc build with the current dependencies. We can force to use legacy openssl provider. It could be a security issue but not here as there is no interaction with external network during the build process.

See
https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

Another solution would be to find the modification in the dependencies that removes this error.
As done here.

The ssl behaviour change in last node version. This breaks the doc build
with the current dependencies. We can force to use legacy openssl
provider. It could be a security issue but not here as there is no
interaction with external network during the build process.

Another solution would be to find the modification in the dependencies that removes this
error.
@g-poveda g-poveda self-requested a review February 23, 2023 13:10
@g-poveda g-poveda merged commit b39a291 into airbus:master Feb 23, 2023
@nhuet nhuet deleted the fix-build-doc-2 branch June 29, 2023 11:53
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.

2 participants