18 Mar 2024 04:19 AM
Hi Dynatrace team,
I hope someone can help me on my restore issue.
We are using Dynatrace managed 1.286 and we configured a proxy.
We also ran the reconfigure command.
During restore command, we experience failed to connect to Mission Control
sudo ./backup-001-dynatrace-managed-installer.sh --restore --cluster-ip <> --cluster-nodes <> --seed-ip <> --backup-file <>
From the install.log
Loading self signed certificate at {DYNATRACE}/config/trusted/https-proxy.crt path
No such file or directory
But when using the curl command, it works.
curl --proxy <> https://mcsvc-ap.dynatrace.com
Question:
Is it possible
Regards,
Abner
Solved! Go to Solution.
18 Mar 2024 04:49 AM
Hi all,
Found the solution inside the docs.
Will need to use this argument
--network-proxy-cert-file
Kind Regards,
Abner