You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know how i could configure this plugin to work on ldaps using self signed certificate.
For now i got :
trace--- ldap emitted error: Error: unable to get local issuer certificate
Oct 01 10:32:46 pvden01l.prod.stormshieldcs.eu verdaccio[5285]: warn --- verdaccio-ldap error Error: unable to get local issuer certificate
The text was updated successfully, but these errors were encountered:
I would like to know how i could configure this plugin to work on ldaps using self signed certificate. For now i got :
trace--- ldap emitted error: Error: unable to get local issuer certificate
Oct 01 10:32:46 pvden01l.prod.stormshieldcs.eu verdaccio[5285]: warn --- verdaccio-ldap error Error: unable to get local issuer certificate
You can set the environment variable for additional CA Certs in node itself.
I copied our root ca into my own Docker image and set the environment variable.
FROM verdaccio/verdaccio
COPY example.crt /verdaccio/certs/example.crt
ENV NODE_EXTRA_CA_CERTS /verdaccio/certs/example.crt
You can also set it on the docker run first and mount it beforehand.
Hi,
I would like to know how i could configure this plugin to work on ldaps using self signed certificate.
For now i got :
The text was updated successfully, but these errors were encountered: