29 May 2019 09:51 AM
After install Dynatrace Managed (Install Server Success)
it shows License Check Error
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException
Something wrong?
We install with no Proxy
Solved! Go to Solution.
29 May 2019 10:04 AM
Is there maybe a transparent proxy between mission control and the Dynatrace server?
What is your output of the following command from the Dynatrace server:
echo |openssl s_client -showcerts -connect mcsvc.dynatrace.com:443
Does it show the following?
Server certificate
subject=C = US, ST = Massachusetts, L = Waltham, O = Dynatrace LLC, OU = GTG, CN = mcsvc.dynatrace.com
issuer=C = US, O = DigiCert Inc, CN = DigiCert SHA2 Secure Server CA
29 May 2019 10:30 AM
Yep it show,
but there is an error like :
verify error:num=19:self signed certificate in certificate chain
29 May 2019 10:05 AM
Now you are using proxy or you have traffic open wide to Mission Control? We have the same issue as you but with proxy. In our case, self signed certificate was overwrite by proxy to client one. We had to add client certificate (root + cer) to trusted according to this article:
Check in your infrastructure if there is something that can overwrite your certificate and do steps according to link above.
Sebastian
29 May 2019 10:34 AM
It Stop at step 2, cause we cant create the cert as the step
29 May 2019 10:36 AM
Trust store is optional, you can skip.
Sebastian
29 May 2019 10:51 AM
Hi Sebastian
if skip how do i get the cert?
Willie
29 May 2019 11:00 AM
You need ask your security for certificate
29 May 2019 10:14 AM
That's a symptom of a communication issue to Mission Control. There has to be a transparent proxy in your network - probably firewall - as Julius writes.
Installer checks Mission Control connectivity and downloads license meta information to orchestrate self-monitoring OneAgent.
The error message comes from the JVM - so I assume it's the indirect output of the Server process.
I advise to open a support ticket so our team can make sure your installation works reliably and will help you with proper configuration.
29 May 2019 10:36 AM
i open a support ticket
ill wait Thanks