12 Oct 2022 10:15 AM - last edited on 12 Oct 2022 10:58 AM by MaciejNeumann
Hi Team,
We have came across below error while downloading zip for solaris installation using wget command
Connecting to 10.103.217.100:443... connected.
WARNING: certificate common name ‘hbq085.dynatrace-managed.com’ doesn't match requested host name ‘10.103.217.100’.
HTTP request sent, awaiting response... 401 Unauthorized
Username/Password Authentication Failed.
12 Oct 2022 09:07 PM - edited 12 Oct 2022 09:08 PM
Hello @kiran_phulaware ,
One resolution may be to replace the IP address in your wget command with the domain name, e.g. https://10.103.217.100/e/a3b57c9a-618b-405e-b1a9-53f148350570/api/v1/deployment/installer/agent/sola... becomes
https://hbq085.dynatrace-managed.com/e/a3b57c9a-618b-405e-b1a9-53f148350570/api/v1/deployment/installer/agent/solaris/paas/latest?arch=sparc
Your Solaris host would need to be able to resolve the hostname hbq085.dynatrace-managed.com
If that does not work for you, things get a little more complicated. I'll try to remember what it is that is causing the deployment page to give you the IP address instead of the hostname (I've run across this before)...
13 Oct 2022 07:54 AM
Hello richard_guerra
the resolution was given by you did not worked. it is giving same output as
Connecting to 10.103.217.100:443... connected.
WARNING: certificate common name ‘hbq085.dynatrace-managed.com’ doesn't match requested host name ‘10.103.217.100’.
HTTP request sent, awaiting response... 401 Unauthorized
Username/Password Authentication Failed.
14 Oct 2022 01:58 PM
Hello,
Adding the --no-check-certificate option to your (original) wget command may work for you.