From fefc155c57ab1c0f85cb650ee5ec853964637b17 Mon Sep 17 00:00:00 2001 From: zaidazmi Date: Thu, 18 Jun 2026 12:20:16 +0200 Subject: [PATCH] docs: mention allow-insecure troubleshooting --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1d40e95..a729f6bb4 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,10 @@ aem up Either approach will make Node.js trust the server certificate and `aem up` should work. +If you need a temporary workaround while you obtain the CA certificate, you can run +`aem up --allow-insecure` to skip certificate verification for server requests. Use +this only as a last resort because it disables TLS certificate validation. + ## `npm install` fails with `File exists: /opt/homebrew/bin/hlx` If you try to install `@adobe/aem-cli`: @@ -321,4 +325,3 @@ To solve, first uninstall the old version, then install again with the new name: npm uninstall -g @adobe/helix-cli npm install -g @adobe/aem-cli ``` -