Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
140 stars 57 forks source link

an error occured while running alfresco-docker-installer:app#writing #154

Closed guilhermepolicarpo closed 1 year ago

guilhermepolicarpo commented 1 year ago

image

How can I solve this problem?

guilhermepolicarpo commented 1 year ago

I tried to run on ubuntu with wsl2 and docker installed on windows

delacosta456 commented 1 year ago

hi i am also having this issue on ubuntu server 20.4.

Can somebody help please

aborroy commented 1 year ago

Try using following ENV variable before running the app:

export NODE_OPTIONS=--openssl-legacy-provider
aborroy commented 1 year ago

Additional workarounds available in: https://www.newline.co/@kchan/how-to-fix-the-error-errorerror0308010cdigital-envelope-routinesunsupported--0f8d3f17

Alfresco password is generated using MD4 algorithm, that provokes this error for NodeJS 17+

delacosta456 commented 1 year ago

hi The ENV variable option worked for me

thanks