[Solved] Stuck at validating license

Unimus support forum
Post Reply
c0d3x
Posts: 2
Joined: Tue Apr 09, 2024 11:26 am

Tue Apr 09, 2024 11:41 am

Hi, im trying to install Unimus on a VM.
When it comes to validating the license key it fails.
Our Unimus Server connects via HTTP proxy. I have adjusted the configuration as in the quick guide.
I can reach https://licensing.unimus.net/status and it gives me an OK back.

The log gives the following error:
2024-04-09 13:23:11.084 INFO 2448 --- [SimpleAsyncTaskExecutor-2] u.s.b.w.s.LicenseKeyValidationWizardStep : Validating license key
2024-04-09 13:23:11.740 WARN 2448 --- [SimpleAsyncTaskExecutor-2] u.s.b.w.s.LicenseKeyValidationWizardStep : License key validation failed. Reason = Unable to establish SSL connection. unable to find valid certification path to requested target
2024-04-09 13:23:11.740 WARN 2448 --- [SimpleAsyncTaskExecutor-2] n.unimus.system.bootstrap.wizard.Wizard : Wizard failed. Reason = Unable to establish SSL connection. unable to find valid certification path to requested target. Wizard{running=true, finished=false, failed=true}

I checked and our firewall is not blocking any traffic.
Maybe someone can point me in the right direction.
User avatar
Tomas
Posts: 1224
Joined: Sat Jun 25, 2016 12:33 pm

Wed Apr 10, 2024 8:15 am

c0d3x wrote:
Tue Apr 09, 2024 11:41 am
2024-04-09 13:23:11.740 WARN 2448 --- [SimpleAsyncTaskExecutor-2] u.s.b.w.s.LicenseKeyValidationWizardStep : License key validation failed. Reason = Unable to establish SSL connection. unable to find valid certification path to requested target
Hello, this error would suggest that either:
1) your proxy is not configured properly, and Unimus' HTTPS licensing request is being intercepted (walled garden)
2) your proxy is replacing HTTPS traffic certificate (HTTPS inspection / HTTPS MITM)

Would either of these be the case?
c0d3x
Posts: 2
Joined: Tue Apr 09, 2024 11:26 am

Thu Apr 11, 2024 6:23 am

That might be the reason.
Our proxy is indeed replacing the certificate.
Post Reply