- Mark as New
- Subscribe to RSS Feed
- Permalink
‎15 Feb 2023
03:44 PM
- last edited on
‎20 Jun 2023
12:36 PM
by
Karolina_Linda
Am trying to run the wget command to add a new node to a cluster to make it a 3 node cluster.
However I am getting errors running the wget command indicating unrecognized certificate for the primary node.
I attempted the --no-check-certificate and I still get an error below saying unrecognized option
Is this a bug or an issue with wget command?
How do I resolve or work-around to add a new node?
Solved! Go to Solution.
- Labels:
-
dynatrace managed
-
managed cluster
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎15 Feb 2023 08:21 PM - edited ‎15 Feb 2023 08:24 PM
Hello @echwallah it appears to be an error with wget. May be you are using an older version of wget with no support for that option, try an update with yum or apt-get. Also you can use options like --ca-directory or --ca-certificate to make wget know your certificate issuer.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎06 Mar 2023 02:37 PM
Thanks a bunch @DanielS This helped to resolve the issue
