-
Notifications
You must be signed in to change notification settings - Fork 2
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
After core update 3.22.1, node container is not able to fetch with https from drupal container on mac #85
Comments
I am able to continue working with the project by adding this env var to our node service:
But that's not great practice, and it does seem that something's up with the SSL configuration in this new version. |
to try and debug this, I:
Notice that |
We found that adding this ENV var to the node service:
Allows it to work again, so we are adding it. Maybe it's useful for other people if they start seeing this issue as well. |
Another way to resolve this is to define the services:
node:
overrides:
environment:
NODE_EXTRA_CA_CERTS: /lando/certs/LandoCA.crt |
Hello!
We maintain this starterkit for Drupal and next.js:
https://github.com/wunderio/next-drupal-starterkit
And we have been using lando with it for a long time.
After the latest update, our node service is not able to fetch from our Drupal service anymore using https. We get this error:
I saw in the list of commits that the latest release for core had some changes in the handling of certificates, and also the mac prompted for my password to do changes to the certificates settings when installing the update.
This is the lando file: https://github.com/wunderio/next-drupal-starterkit/blob/main/.lando.yml
Node version is: v.20.11.0
The text was updated successfully, but these errors were encountered: