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

SSL #246

Open
renebakx opened this issue Feb 29, 2024 · 0 comments
Open

SSL #246

renebakx opened this issue Feb 29, 2024 · 0 comments
Assignees

Comments

@renebakx
Copy link

renebakx commented Feb 29, 2024

Our corporate overlords enforce the usage of Netskope upon us, and the nature of that software is that every https request is decoded, inspected and then re-signed with a self signed certificate. Normal NPM has no issues with this procedure, but since the 3.21.0-beta releases the new commands lando setup a lot of warnings are thrown and eventually the command fails.

It's bit like the issue described here lando/lando#3458 but the usual tricks don't seem to work with the new CLI tooling in place.

I wouldn't mind to see if I could fix this, however I will need some starting point on how the structure of Lando works under the hood. Looking at the debug log below I suspect that /snapshot/cli/node_modules/@lando/core/tasks/setup.js does a direct http call to npmjs repo's to check for a new version and the call would need an option to 'force' ignore that self-signed certificate warning and continue anyway. This will be a security issue, but given that Lando is primarily used by developers I think that the risk is somewhat acceptable on this.

lando setup -y --debug
  lando.js starting 'lando.js' version '3.21.0-beta.1' runtime selector... +0ms
  lando.js merged in additional config source from file '/snapshot/cli/config.yml' +22ms
  lando.js merged in additional config source from file '/Users/rene.bakx/.lando/config.yml' +1ms
  lando.js merged in additional config source from 'LANDO_*' envvars with data {} +0ms
  lando.js final assembled minconf is {
  lando.js   configSources: [ '/snapshot/cli/config.yml', '/Users/rene.bakx/.lando/config.yml' ],
  lando.js   envPrefix: 'LANDO',
  lando.js   landoFile: '.lando.yml',
  lando.js   preLandoFiles: [
  lando.js     '.lando.base.yml',
  lando.js     '.lando.dist.yml',
  lando.js     '.lando.recipe.yml',
  lando.js     '.lando.upstream.yml'
  lando.js   ],
  lando.js   postLandoFiles: [ '.lando.local.yml', '.lando.user.yml' ],
  lando.js   runtime: 3,
  lando.js   srcRoot: '/snapshot/cli',
  lando.js   userConfRoot: '/Users/rene.bakx/.lando',
  lando.js   product: 'lando',
  lando.js   hyperdrive: 'hyperdrive',
  lando.js   channel: 'stable',
  lando.js   domain: 'lndo.site',
  lando.js   mode: 'cli',
  lando.js   stats: [ { report: true, url: 'https://metrics.lando.dev' } ],
  lando.js   home: ''
  lando.js } +1ms
  lando.js using '@lando/core' runtime version 3 +25ms
  lando.js starting lando with 'v3' runtime using cli { ENVPREFIX: undefined, LOGLEVELCONSOLE: 4, USERCONFROOT: undefined, COREBASE: '@lando/core' } +19ms
  lando starting bootstrap at level app...  +1ms
  lando config bootstrap beginning...  +3ms
  lando emitting event pre-bootstrap-config  +1ms
  lando plugin '@lando/core' loaded from /snapshot/cli/node_modules/@lando/core/index.js  +10ms
  lando plugin '@lando/healthcheck' loaded from /snapshot/cli/node_modules/@lando/core/plugins/healthcheck/index.js  +2ms
  lando plugin '@lando/networking' loaded from /snapshot/cli/node_modules/@lando/core/plugins/networking/index.js  +0ms
  lando plugin '@lando/proxy' loaded from /snapshot/cli/node_modules/@lando/core/plugins/proxy/index.js  +1ms
  lando plugin '@lando/scanner' loaded from /snapshot/cli/node_modules/@lando/core/plugins/scanner/index.js  +1ms
  lando plugin '@lando/sharing' loaded from /snapshot/cli/node_modules/@lando/core/plugins/sharing/index.js  +0ms
  lando plugin '@lando/acquia' loaded from /snapshot/cli/node_modules/@lando/acquia/index.js  +1ms
  lando plugin '@lando/apache' loaded from /snapshot/cli/node_modules/@lando/apache/index.js  +0ms
  lando plugin '@lando/backdrop' loaded from /snapshot/cli/node_modules/@lando/backdrop/index.js  +0ms
  lando plugin '@lando/compose' loaded from /snapshot/cli/node_modules/@lando/compose/index.js  +1ms
  lando plugin '@lando/dotnet' loaded from /snapshot/cli/node_modules/@lando/dotnet/index.js  +0ms
  lando plugin '@lando/drupal' loaded from /snapshot/cli/node_modules/@lando/drupal/index.js  +0ms
  lando plugin '@lando/elasticsearch' loaded from /snapshot/cli/node_modules/@lando/elasticsearch/index.js  +0ms
  lando plugin '@lando/go' loaded from /snapshot/cli/node_modules/@lando/go/index.js  +1ms
  lando plugin '@lando/joomla' loaded from /snapshot/cli/node_modules/@lando/joomla/index.js  +4ms
  lando plugin '@lando/lagoon' loaded from /snapshot/cli/node_modules/@lando/lagoon/index.js  +10ms
  lando plugin '@lando/lamp' loaded from /snapshot/cli/node_modules/@lando/lamp/index.js  +0ms
  lando plugin '@lando/laravel' loaded from /snapshot/cli/node_modules/@lando/laravel/index.js  +1ms
  lando plugin '@lando/lemp' loaded from /snapshot/cli/node_modules/@lando/lemp/index.js  +0ms
  lando plugin '@lando/mailhog' loaded from /snapshot/cli/node_modules/@lando/mailhog/index.js  +0ms
  lando plugin '@lando/mariadb' loaded from /snapshot/cli/node_modules/@lando/mariadb/index.js  +1ms
  lando plugin '@lando/mean' loaded from /snapshot/cli/node_modules/@lando/mean/index.js  +0ms
  lando plugin '@lando/memcached' loaded from /snapshot/cli/node_modules/@lando/memcached/index.js  +0ms
  lando plugin '@lando/mongo' loaded from /snapshot/cli/node_modules/@lando/mongo/index.js  +1ms
  lando plugin '@lando/mssql' loaded from /snapshot/cli/node_modules/@lando/mssql/index.js  +0ms
  lando plugin '@lando/mysql' loaded from /snapshot/cli/node_modules/@lando/mysql/index.js  +0ms
  lando plugin '@lando/nginx' loaded from /snapshot/cli/node_modules/@lando/nginx/index.js  +1ms
  lando plugin '@lando/node' loaded from /snapshot/cli/node_modules/@lando/node/index.js  +0ms
  lando plugin '@lando/pantheon' loaded from /snapshot/cli/node_modules/@lando/pantheon/index.js  +29ms
  lando plugin '@lando/php' loaded from /snapshot/cli/node_modules/@lando/php/index.js  +1ms
  lando plugin '@lando/phpmyadmin' loaded from /snapshot/cli/node_modules/@lando/phpmyadmin/index.js  +1ms
  lando plugin '@lando/platformsh' loaded from /snapshot/cli/node_modules/@lando/platformsh/index.js  +13ms
  lando plugin '@lando/postgres' loaded from /snapshot/cli/node_modules/@lando/postgres/index.js  +1ms
  lando plugin '@lando/python' loaded from /snapshot/cli/node_modules/@lando/python/index.js  +0ms
  lando plugin '@lando/redis' loaded from /snapshot/cli/node_modules/@lando/redis/index.js  +0ms
  lando plugin '@lando/ruby' loaded from /snapshot/cli/node_modules/@lando/ruby/index.js  +1ms
  lando plugin '@lando/solr' loaded from /snapshot/cli/node_modules/@lando/solr/index.js  +0ms
  lando plugin '@lando/symfony' loaded from /snapshot/cli/node_modules/@lando/symfony/index.js  +1ms
  lando plugin '@lando/tomcat' loaded from /snapshot/cli/node_modules/@lando/tomcat/index.js  +0ms
  lando plugin '@lando/varnish' loaded from /snapshot/cli/node_modules/@lando/varnish/index.js  +1ms
  lando plugin '@lando/wordpress' loaded from /snapshot/cli/node_modules/@lando/wordpress/index.js  +0ms
  lando removed duplicate plugin entries %o name=@lando/core, path=/snapshot/cli/node_modules/@lando/core, type=local +0ms
  lando emitting event post-bootstrap-config  +2ms
  lando building proxy config...  +0ms
  lando config bootstrap completed.  +1ms
  lando tasks bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-tasks  +0ms
  lando autoloaded task config  +95ms
  lando autoloaded task destroy  +0ms
  lando autoloaded task info  +1ms
  lando autoloaded task init  +5ms
  lando autoloaded task list  +0ms
  lando autoloaded task logs  +0ms
  lando autoloaded task plugin-add  +1ms
  lando autoloaded task plugin-login  +0ms
  lando autoloaded task plugin-logout  +0ms
  lando autoloaded task plugin-remove  +0ms
  lando autoloaded task poweroff  +1ms
  lando autoloaded task rebuild  +0ms
  lando autoloaded task restart  +0ms
  lando autoloaded task setup  +3ms
  lando autoloaded task share  +0ms
  lando autoloaded task ssh  +0ms
  lando autoloaded task start  +0ms
  lando autoloaded task stop  +1ms
  lando autoloaded task update  +0ms
  lando autoloaded task version  +0ms
  lando emitting event post-bootstrap-tasks  +3ms
  lando tasks bootstrap completed.  +0ms
  lando engine bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-engine  +0ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/core/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +91ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/core/plugins/proxy/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +7ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/core/plugins/sharing/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +9ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/acquia/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +25ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/backdrop/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +10ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/lagoon/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +23ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/nginx/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +8ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/pantheon/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +22ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/php/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +9ms
  lando automoved scripts from /snapshot/cli/node_modules/@lando/platformsh/scripts to /Users/rene.bakx/.lando/scripts and set to mode 755  +28ms
  lando emitting event post-bootstrap-engine  +1ms
  lando engine bootstrap completed.  +1ms
  lando app bootstrap beginning...  +0ms
  lando emitting event pre-bootstrap-app  +0ms
  lando autoloaded legacy builder _platformsh_appserver  +18ms
  lando autoloaded legacy builder _platformsh_service  +0ms
  lando autoloaded legacy builder memcached  +0ms
  lando autoloaded legacy builder platformsh-chrome-headless  +0ms
  lando autoloaded legacy builder platformsh-elasticsearch  +0ms
  lando autoloaded legacy builder platformsh-influxdb  +0ms
  lando autoloaded legacy builder platformsh-kafka  +0ms
  lando autoloaded legacy builder platformsh-mariadb  +1ms
  lando autoloaded legacy builder platformsh-memcached  +0ms
  lando autoloaded legacy builder platformsh-mongodb  +0ms
  lando autoloaded legacy builder platformsh-mysql  +0ms
  lando autoloaded legacy builder platformsh-php  +0ms
  lando autoloaded legacy builder platformsh-postgresql  +0ms
  lando autoloaded legacy builder platformsh-rabbitmq  +0ms
  lando autoloaded legacy builder platformsh-redis  +0ms
  lando autoloaded legacy builder platformsh-solr  +0ms
  lando autoloaded legacy builder platformsh-varnish  +0ms
  lando autoloaded legacy builder pantheon  +0ms
  lando autoloaded legacy builder platformsh  +0ms
  lando autodiscovered legacy api 3 builder _appserver  +6ms
  lando autodiscovered legacy api 3 builder _casetup  +0ms
  lando autodiscovered legacy api 3 builder _init  +0ms
  lando autodiscovered legacy api 3 builder _lando  +0ms
  lando autodiscovered legacy api 3 builder _landoutil  +0ms
  lando autodiscovered legacy api 4 builder _service  +0ms
  lando autodiscovered legacy api 3 builder _service  +1ms
  lando autodiscovered legacy api 3 builder _webserver  +0ms
  lando autodiscovered legacy api 4 builder lando  +0ms
  lando autodiscovered legacy api 3 builder lando  +0ms
  lando autodiscovered legacy api 3 builder _proxy  +0ms
  lando autodiscovered legacy api 3 builder _mounter  +0ms
  lando autodiscovered legacy api 3 builder acquia-base  +0ms
  lando autodiscovered legacy api 3 builder acquia-mailhog  +0ms
  lando autodiscovered legacy api 3 builder acquia-mariadb  +0ms
  lando autodiscovered legacy api 3 builder acquia-memcached  +0ms
  lando autodiscovered legacy api 3 builder acquia-mysql  +0ms
  lando autodiscovered legacy api 3 builder acquia-php  +0ms
  lando autodiscovered legacy api 3 builder acquia-postgres  +1ms
  lando autodiscovered legacy api 3 builder acquia  +0ms
  lando autodiscovered legacy api 3 builder apache  +0ms
  lando autodiscovered legacy api 3 builder backdrop-mariadb  +0ms
  lando autodiscovered legacy api 3 builder backdrop-mysql  +0ms
  lando autodiscovered legacy api 3 builder backdrop-nginx  +0ms
  lando autodiscovered legacy api 3 builder backdrop-php  +0ms
  lando autodiscovered legacy api 3 builder backdrop  +0ms
  lando autodiscovered legacy api 3 builder compose  +0ms
  lando autodiscovered legacy api 3 builder dotnet  +0ms
  lando autodiscovered legacy api 3 builder _drupaly  +0ms
  lando autodiscovered legacy api 3 builder drupal-mariadb  +0ms
  lando autodiscovered legacy api 3 builder drupal-mysql  +1ms
  lando autodiscovered legacy api 3 builder drupal-nginx  +0ms
  lando autodiscovered legacy api 3 builder drupal-php  +0ms
  lando autodiscovered legacy api 3 builder drupal-postgres  +0ms
  lando autodiscovered legacy api 3 builder drupal10  +0ms
  lando autodiscovered legacy api 3 builder drupal6  +0ms
  lando autodiscovered legacy api 3 builder drupal7  +0ms
  lando autodiscovered legacy api 3 builder drupal8  +0ms
  lando autodiscovered legacy api 3 builder drupal9  +0ms
  lando autodiscovered legacy api 3 builder elasticsearch  +0ms
  lando autodiscovered legacy api 3 builder go  +0ms
  lando autodiscovered legacy api 3 builder joomla-mariadb  +0ms
  lando autodiscovered legacy api 3 builder joomla-mysql  +0ms
  lando autodiscovered legacy api 3 builder joomla-nginx  +1ms
  lando autodiscovered legacy api 3 builder joomla-php  +0ms
  lando autodiscovered legacy api 3 builder joomla-postgres  +0ms
  lando autodiscovered legacy api 3 builder joomla  +0ms
  lando autodiscovered legacy api 3 builder _lagoon  +0ms
  lando autodiscovered legacy api 3 builder lagoon-basic  +0ms
  lando autodiscovered legacy api 3 builder lagoon-elasticsearch  +0ms
  lando autodiscovered legacy api 3 builder lagoon-mailhog  +0ms
  lando autodiscovered legacy api 3 builder lagoon-mariadb  +0ms
  lando autodiscovered legacy api 3 builder lagoon-nginx  +0ms
  lando autodiscovered legacy api 3 builder lagoon-node  +1ms
  lando autodiscovered legacy api 3 builder lagoon-none  +0ms
  lando autodiscovered legacy api 3 builder lagoon-php-cli  +0ms
  lando autodiscovered legacy api 3 builder lagoon-php  +0ms
  lando autodiscovered legacy api 3 builder lagoon-postgresql  +0ms
  lando autodiscovered legacy api 3 builder lagoon-python  +0ms
  lando autodiscovered legacy api 3 builder lagoon-redis  +0ms
  lando autodiscovered legacy api 3 builder lagoon-ruby  +0ms
  lando autodiscovered legacy api 3 builder lagoon-solr  +0ms
  lando autodiscovered legacy api 3 builder lagoon-varnish  +0ms
  lando autodiscovered legacy api 3 builder lagoon  +0ms
  lando autodiscovered legacy api 3 builder lamp-mariadb  +0ms
  lando autodiscovered legacy api 3 builder lamp-mongo  +0ms
  lando autodiscovered legacy api 3 builder lamp-mysql  +0ms
  lando autodiscovered legacy api 3 builder lamp-nginx  +1ms
  lando autodiscovered legacy api 3 builder lamp-php  +0ms
  lando autodiscovered legacy api 3 builder lamp-postgres  +0ms
  lando autodiscovered legacy api 3 builder lamp  +0ms
  lando autodiscovered legacy api 3 builder laravel-mariadb  +0ms
  lando autodiscovered legacy api 3 builder laravel-mysql  +0ms
  lando autodiscovered legacy api 3 builder laravel-nginx  +0ms
  lando autodiscovered legacy api 3 builder laravel-php  +0ms
  lando autodiscovered legacy api 3 builder laravel-postgres  +0ms
  lando autodiscovered legacy api 3 builder laravel-redis  +0ms
  lando autodiscovered legacy api 3 builder laravel  +0ms
  lando autodiscovered legacy api 3 builder lemp-mariadb  +0ms
  lando autodiscovered legacy api 3 builder lemp-mongo  +1ms
  lando autodiscovered legacy api 3 builder lemp-mysql  +0ms
  lando autodiscovered legacy api 3 builder lemp-nginx  +0ms
  lando autodiscovered legacy api 3 builder lemp-php  +0ms
  lando autodiscovered legacy api 3 builder lemp-postgres  +0ms
  lando autodiscovered legacy api 3 builder lemp  +0ms
  lando autodiscovered legacy api 3 builder mailhog  +0ms
  lando autodiscovered legacy api 3 builder mariadb  +0ms
  lando autodiscovered legacy api 3 builder mean-mariadb  +0ms
  lando autodiscovered legacy api 3 builder mean-mongo  +0ms
  lando autodiscovered legacy api 3 builder mean-mysql  +0ms
  lando autodiscovered legacy api 3 builder mean-node  +0ms
  lando autodiscovered legacy api 3 builder mean-postgres  +0ms
  lando autodiscovered legacy api 3 builder mean  +1ms
  lando autodiscovered legacy api 3 builder mongo  +0ms
  lando autodiscovered legacy api 3 builder mssql  +0ms
  lando autodiscovered legacy api 3 builder mysql  +0ms
  lando autodiscovered legacy api 3 builder nginx  +0ms
  lando autodiscovered legacy api 3 builder node  +0ms
  lando autodiscovered legacy api 3 builder pantheon-mariadb-arm  +0ms
  lando autodiscovered legacy api 3 builder pantheon-mariadb  +0ms
  lando autodiscovered legacy api 3 builder pantheon-nginx  +0ms
  lando autodiscovered legacy api 3 builder pantheon-php  +0ms
  lando autodiscovered legacy api 3 builder pantheon-redis  +0ms
  lando autodiscovered legacy api 3 builder pantheon-solr  +0ms
  lando autodiscovered legacy api 3 builder pantheon-varnish  +0ms
  lando autodiscovered legacy api 3 builder php-nginx  +0ms
  lando autodiscovered legacy api 3 builder php  +1ms
  lando autodiscovered legacy api 3 builder phpmyadmin  +0ms
  lando autodiscovered legacy api 3 builder postgres  +0ms
  lando autodiscovered legacy api 3 builder python  +0ms
  lando autodiscovered legacy api 3 builder redis  +0ms
  lando autodiscovered legacy api 3 builder ruby  +0ms
  lando autodiscovered legacy api 3 builder solr  +0ms
  lando autodiscovered legacy api 3 builder symfony-mariadb  +0ms
  lando autodiscovered legacy api 3 builder symfony-memcached  +0ms
  lando autodiscovered legacy api 3 builder symfony-mysql  +0ms
  lando autodiscovered legacy api 3 builder symfony-nginx  +0ms
  lando autodiscovered legacy api 3 builder symfony-php  +0ms
  lando autodiscovered legacy api 3 builder symfony-postgres  +0ms
  lando autodiscovered legacy api 3 builder symfony-redis  +1ms
  lando autodiscovered legacy api 3 builder symfony  +0ms
  lando autodiscovered legacy api 3 builder tomcat  +0ms
  lando autodiscovered legacy api 3 builder varnish-nginx  +0ms
  lando autodiscovered legacy api 3 builder varnish  +0ms
  lando autodiscovered legacy api 3 builder wordpress-apache  +0ms
  lando autodiscovered legacy api 3 builder wordpress-mariadb  +0ms
  lando autodiscovered legacy api 3 builder wordpress-mysql  +0ms
  lando autodiscovered legacy api 3 builder wordpress-nginx  +0ms
  lando autodiscovered legacy api 3 builder wordpress-php  +0ms
  lando autodiscovered legacy api 3 builder wordpress-postgres  +0ms
  lando autodiscovered legacy api 3 builder wordpress  +0ms
  lando emitting event post-bootstrap-app  +1ms
  lando app bootstrap completed.  +4ms
  lando bootstrap completed.  +0ms
  lando emitting event post-bootstrap  +0ms
  lando emitting event almost-ready  +1ms
  lando using docker-compose /Applications/Docker.app/Contents/Resources/bin/docker-compose  +0ms
  lando emitting event ready  +5ms
  lando emitting event cli-answers  +1ms
  lando emitting event cli-setup-answers  +1ms
  lando emitting event cli-run  +0ms
  lando emitting event cli-setup-run  +0ms

   __                __       ____    __            __
  / /  ___ ____  ___/ /__    / __/__ / /___ _____  / /
 / /__/ _ `/ _ \/ _  / _ \  _\ \/ -_) __/ // / _ \/_/
/____/\_,_/_//_/\_,_/\___/ /___/\__/\__/\_,_/ .__(_)
                                           /_/

lando setup is a convenience command to help you satisify the dependencies needed
to run Lando. Typically it includes the installation and setup of some combination of the below
However, if you already have the needed dependencies it will happily do nothing and exit.

 ◼ Common Lando Plugins
 ◼ Docker Desktop
 ◼ Docker Compose

It will attempt to install plugins first and then it will run any needed setup tasks. For more information on
customizing setup please run lando setup --help

  lando emitting event pre-install-plugins  +189ms
  lando rebased install plugins {} on common ones %o @lando/acquia=latest, @lando/apache=latest, @lando/backdrop=latest, @lando/compose=latest, @lando/dotnet=latest, @lando/drupal=latest, @lando/elasticsearch=latest, @lando/go=latest, @lando/joomla=latest, @lando/lagoon=latest, @lando/lamp=latest, @lando/laravel=latest, @lando/lemp=latest, @lando/mailhog=latest, @lando/mariadb=latest, @lando/mean=latest, @lando/memcached=latest, @lando/mongo=latest, @lando/mssql=latest, @lando/mysql=latest, @lando/nginx=latest, @lando/node=latest, @lando/pantheon=latest, @lando/php=latest, @lando/phpmyadmin=latest, @lando/platformsh=latest, @lando/postgres=latest, @lando/python=latest, @lando/redis=latest, @lando/ruby=latest, @lando/solr=latest, @lando/symfony=latest, @lando/tomcat=latest, @lando/varnish=latest, @lando/wordpress=latest +1ms
  lando checking docker version compatibility...  +158ms
  lando compatibility results name=compose, link=https://docs.docker.com/desktop/install/mac-install/, satisfied=true, wants=1.x.x || 2.x.x, dockerVersion=true, version=2.23.0, name=desktop, link=https://docs.docker.com/desktop/install/mac-install/, satisfied=false, wants=>=4.0.0 <4.26, dockerVersion=true, version=4.27.2 +1ms
  lando request to https://registry.npmjs.org/@lando%2fbackdrop failed, reason: self-signed certificate in certificate chain  +514ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fcompose failed, reason: self-signed certificate in certificate chain  +3ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fmailhog failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2flamp failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2felasticsearch failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fapache failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fmemcached failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fmean failed, reason: self-signed certificate in certificate chain  +7ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fdotnet failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fdrupal failed, reason: self-signed certificate in certificate chain  +4ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2facquia failed, reason: self-signed certificate in certificate chain  +5ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +1ms
  lando request to https://registry.npmjs.org/@lando%2flagoon failed, reason: self-signed certificate in certificate chain  +33ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fmongo failed, reason: self-signed certificate in certificate chain  +21ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +1ms
  lando request to https://registry.npmjs.org/@lando%2flemp failed, reason: self-signed certificate in certificate chain  +21ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fphpmyadmin failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fpantheon failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fpostgres failed, reason: self-signed certificate in certificate chain  +4ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fplatformsh failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fphp failed, reason: self-signed certificate in certificate chain  +6ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fredis failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2ftomcat failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fsymfony failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fwordpress failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fruby failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fpython failed, reason: self-signed certificate in certificate chain  +4ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fmssql failed, reason: self-signed certificate in certificate chain  +20ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fmariadb failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fjoomla failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fgo failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2flaravel failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fnginx failed, reason: self-signed certificate in certificate chain  +3ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fnode failed, reason: self-signed certificate in certificate chain  +8ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fmysql failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fsolr failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando request to https://registry.npmjs.org/@lando%2fvarnish failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando emitting event post-install-plugins  +532ms
Generating plugin installation matrix... done [see table below]
  lando emitting event pre-install-plugins  +1ms
  lando [STARTED] Adding @lando/acquia@latest  +8ms
  lando [STARTED] Adding @lando/apache@latest  +0ms
  lando [STARTED] Adding @lando/backdrop@latest  +0ms
  lando [STARTED] Adding @lando/compose@latest  +0ms
  lando [STARTED] Adding @lando/dotnet@latest  +0ms
  lando [STARTED] Adding @lando/drupal@latest  +0ms
  lando [STARTED] Adding @lando/elasticsearch@latest  +1ms
  lando [STARTED] Adding @lando/go@latest  +0ms
  lando [STARTED] Adding @lando/joomla@latest  +0ms
  lando [STARTED] Adding @lando/lagoon@latest  +0ms
  lando [STARTED] Adding @lando/lamp@latest  +0ms
  lando [STARTED] Adding @lando/laravel@latest  +0ms
  lando [STARTED] Adding @lando/lemp@latest  +0ms
  lando [STARTED] Adding @lando/mailhog@latest  +0ms
  lando [STARTED] Adding @lando/mariadb@latest  +0ms
  lando [STARTED] Adding @lando/mean@latest  +0ms
  lando [STARTED] Adding @lando/memcached@latest  +0ms
  lando [STARTED] Adding @lando/mongo@latest  +0ms
  lando [STARTED] Adding @lando/mssql@latest  +1ms
  lando [STARTED] Adding @lando/mysql@latest  +0ms
  lando [STARTED] Adding @lando/nginx@latest  +0ms
  lando [STARTED] Adding @lando/node@latest  +0ms
  lando [STARTED] Adding @lando/pantheon@latest  +0ms
  lando [STARTED] Adding @lando/php@latest  +0ms
  lando [STARTED] Adding @lando/phpmyadmin@latest  +0ms
  lando [STARTED] Adding @lando/platformsh@latest  +0ms
  lando [STARTED] Adding @lando/postgres@latest  +0ms
  lando [STARTED] Adding @lando/python@latest  +0ms
  lando [STARTED] Adding @lando/redis@latest  +0ms
  lando [STARTED] Adding @lando/ruby@latest  +0ms
  lando [STARTED] Adding @lando/solr@latest  +0ms
  lando [STARTED] Adding @lando/symfony@latest  +1ms
  lando [STARTED] Adding @lando/tomcat@latest  +0ms
  lando [STARTED] Adding @lando/varnish@latest  +0ms
  lando [STARTED] Adding @lando/wordpress@latest  +0ms
  lando request to https://registry.npmjs.org/@lando%2fapache failed, reason: self-signed certificate in certificate chain  +230ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fapache failed, reason: self-signed certificate in certificate chain  +218ms
  lando request to https://registry.npmjs.org/@lando%2fbackdrop failed, reason: self-signed certificate in certificate chain  +7ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fbackdrop failed, reason: self-signed certificate in certificate chain  +7ms
  lando request to https://registry.npmjs.org/@lando%2fdrupal failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fdrupal failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2felasticsearch failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2felasticsearch failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2fcompose failed, reason: self-signed certificate in certificate chain  +4ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fcompose failed, reason: self-signed certificate in certificate chain  +4ms
  lando request to https://registry.npmjs.org/@lando%2fjoomla failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fjoomla failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fgo failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fgo failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2facquia failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2facquia failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2flagoon failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2flagoon failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2flaravel failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2flaravel failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2flamp failed, reason: self-signed certificate in certificate chain  +23ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2flamp failed, reason: self-signed certificate in certificate chain  +23ms
  lando request to https://registry.npmjs.org/@lando%2fdotnet failed, reason: self-signed certificate in certificate chain  +4ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fdotnet failed, reason: self-signed certificate in certificate chain  +4ms
  lando request to https://registry.npmjs.org/@lando%2fmean failed, reason: self-signed certificate in certificate chain  +88ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fmean failed, reason: self-signed certificate in certificate chain  +88ms
  lando request to https://registry.npmjs.org/@lando%2fmariadb failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fmariadb failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2fmssql failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fmssql failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fmailhog failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fmailhog failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2fmysql failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fmysql failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fnode failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fnode failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2fnginx failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fnginx failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fphp failed, reason: self-signed certificate in certificate chain  +7ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fphp failed, reason: self-signed certificate in certificate chain  +6ms
  lando request to https://registry.npmjs.org/@lando%2fmongo failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fmongo failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fpantheon failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fpantheon failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2flemp failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2flemp failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2fmemcached failed, reason: self-signed certificate in certificate chain  +44ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fmemcached failed, reason: self-signed certificate in certificate chain  +44ms
  lando request to https://registry.npmjs.org/@lando%2fphpmyadmin failed, reason: self-signed certificate in certificate chain  +45ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fphpmyadmin failed, reason: self-signed certificate in certificate chain  +45ms
  lando request to https://registry.npmjs.org/@lando%2fpython failed, reason: self-signed certificate in certificate chain  +3ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fpython failed, reason: self-signed certificate in certificate chain  +3ms
  lando request to https://registry.npmjs.org/@lando%2fplatformsh failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fplatformsh failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fredis failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fredis failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fruby failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fruby failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2fsolr failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fsolr failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fvarnish failed, reason: self-signed certificate in certificate chain  +2ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fvarnish failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2fwordpress failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fwordpress failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2fsymfony failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +1ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fsymfony failed, reason: self-signed certificate in certificate chain  +2ms
  lando request to https://registry.npmjs.org/@lando%2ftomcat failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2ftomcat failed, reason: self-signed certificate in certificate chain  +1ms
  lando request to https://registry.npmjs.org/@lando%2fpostgres failed, reason: self-signed certificate in certificate chain  +1ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errno":"SELF_SIGNED_CERT_IN_CHAIN","type":"system"}  +0ms
  lando [FAILED] request to https://registry.npmjs.org/@lando%2fpostgres failed, reason: self-signed certificate in certificate chain  +2ms
  lando emitting event post-install-plugins  +0ms
  lando installed 0 of 35 plugins with 35 errors  +0ms
  lando {"code":"SELF_SIGNED_CERT_IN_CHAIN","errorCode":"SELF_SIGNED_CERT_IN_CHAIN","exitCode":1,"short":"request to https://registry.npmjs.org/@lando%2fapache failed, reason: self-signed certificate in certificate chain"}  +0ms
  lando ERROR Error: A setup error occured! Rerun with lando setup --debug for more info.
    at Object.run (/snapshot/cli/node_modules/@lando/core/tasks/setup.js)
From previous event:
    at process.processImmediate (node:internal/timers:476:21)
From previous event:
    at Object.handler (/snapshot/cli/lib/cli.js)
    at Object.runCommand (/snapshot/cli/node_modules/yargs/lib/command.js:238:44)
    at Object.parseArgs [as _parseArgs] (/snapshot/cli/node_modules/yargs/yargs.js:1063:30)
    at Function.get [as argv] (/snapshot/cli/node_modules/yargs/yargs.js:1004:21)
    at Cli.init (/snapshot/cli/lib/cli.js)
    at Cli.run (/snapshot/cli/lib/cli.js)
    at Object.<anonymous> (/snapshot/cli/bin/lando.js)
    at Module._compile (pkg/prelude/bootstrap.js:1930:22)
    at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
    at Module.load (node:internal/modules/cjs/loader:1119:32)
    at Module._load (node:internal/modules/cjs/loader:960:12)
    at Function.runMain (pkg/prelude/bootstrap.js:1983:12)
    at node:internal/main/run_main_module:23:47  +2ms
  lando reporting error action to report=true, url=https://metrics.lando.dev, report=true, url=https://metrics.lando.dev +14ms
  lando reported data command=lando setup, context=local, devMode=false, instance=d3d2667cc4500e22e9937fd1ce0191a60fe99b9f, nodeVersion=v18.18.2, mode=cli, type=Darwin, platform=darwin, release=23.2.0, arch=x64, product=lando, version=3.21.0-beta.1, message=A setup error occured! Rerun with lando setup --debug for more info., stack=Error: A setup error occured! Rerun with lando setup --debug for more info.
    at Object.run (setup.js)
From previous event:
    at process.processImmediate (timers:476:21)
From previous event:
    at Object.handler (cli.js)
    at Object.runCommand (command.js:238:44)
    at Object.parseArgs [as _parseArgs] (yargs.js:1063:30)
    at Function.get [as argv] (yargs.js:1004:21)
    at Cli.init (cli.js)
    at Cli.run (cli.js)
    at Object.<anonymous> (lando.js)
    at Module._compile (bootstrap.js:1930:22)
    at Module._extensions..js (loader:1310:10)
    at Module.load (loader:1119:32)
    at Module._load (loader:960:12)
    at Function.runMain (bootstrap.js:1983:12)
    at node:internal/main/run_main_module:23:47, action=error, created=2024-02-29T09:25:52.039Z +0ms
  lando metrics post to https://metrics.lando.dev failed with unknown (unknown) unknown  +63ms
  lando metrics post to https://metrics.lando.dev failed with unknown (unknown) unknown  +14ms

@reynoldsalec reynoldsalec self-assigned this Feb 29, 2024
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

No branches or pull requests

2 participants