Hello,

I'm trying to install freeipa on centos8,

However it fails with an error related to java.
(see error below)

I found this bugzilla that describes the problem : https://bugzilla.redhat.com/show_bug.cgi?id=1892216

The downgrade suggestion in that bugzilla does not work for centos8 since those packages are no longer available in the repos.

Does anybody have a workaround for centos ?

Rob

Failed to configure CA instance: CalledProcessError(Command ['/usr/sbin/pkispawn', '-s', 'CA', '-f', '/tmp/tmpi69b51qe'] returned non-zero e
xit status 1: 'Notice: Trust flag u is set automatically if the private key is present.\nERROR: Exception: Server unreachable due to SSL err
or: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:897)\n  File "/usr/lib/python3.6/site-packages/pki/server/pkispawn.py", line 56
2, in main\n    scriptlet.spawn(deployer)\n  File "/usr/lib/python3.6/site-packages/pki/server/deployment/scriptlets/configuration.py", line
836, in spawn\n    request_timeout=status_request_timeout,\n  File "/usr/lib/python3.6/site-packages/pki/server/deployment/pkihelper.py", l
ine 911, in wait_for_startup\n    raise Exception(\'Server unreachable due to SSL error: %s\' % reason) from exc\n\n')