You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The freeipa nightly tests using @pki/master copr repo are failing in ipa-server-install in the pkispawn step with the following error:
Installation failed: CA subsystem did not start after 60s
Logs available in the PR 186 at the following location. See the master's logs:
pki-ca-spawn.log:
2020-05-11 19:09:37 ERROR: Exception: CA subsystem did not start after 60s
File "/usr/lib/python3.8/site-packages/pki/server/pkispawn.py", line 569, in main
scriptlet.spawn(deployer)
File "/usr/lib/python3.8/site-packages/pki/server/deployment/scriptlets/configuration.py", line 879, in spawn
deployer.instance.wait_for_startup(
File "/usr/lib/python3.8/site-packages/pki/server/deployment/pkihelper.py", line 919, in wait_for_startup
raise Exception('%s subsystem did not start after %ds' %
and in the journal:
May 11 19:09:37 master.ipa.test server[28721]: java.lang.IllegalArgumentException: Unsupported ciphersuite TLS_AES_256_GCM_SHA384
May 11 19:09:37 master.ipa.test server[28721]: at sun.security.ssl.CipherSuite.valueOf(CipherSuite.java:228)
May 11 19:09:37 master.ipa.test server[28721]: at sun.security.ssl.CipherSuiteList.<init>(CipherSuiteList.java:79)
May 11 19:09:37 master.ipa.test server[28721]: at sun.security.ssl.SSLEngineImpl.setEnabledCipherSuites(SSLEngineImpl.java:2047)
May 11 19:09:37 master.ipa.test server[28721]: at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLEngine(AbstractJsseEndpoint.java:121)
May 11 19:09:37 master.ipa.test server[28721]: at org.apache.tomcat.util.net.SecureNioChannel.processSNI(SecureNioChannel.java:329)
May 11 19:09:37 master.ipa.test server[28721]: at org.apache.tomcat.util.net.SecureNioChannel.handshake(SecureNioChannel.java:175)
May 11 19:09:37 master.ipa.test server[28721]: at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1568)
May 11 19:09:37 master.ipa.test server[28721]: at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
May 11 19:09:37 master.ipa.test server[28721]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
May 11 19:09:37 master.ipa.test server[28721]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
May 11 19:09:37 master.ipa.test server[28721]: at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
May 11 19:09:37 master.ipa.test server[28721]: at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Packages (full list available here):
pki-base-10.9.0-0.1.20200511155820.3242ab37.fc32.noarch
tomcat-9.0.34-2.fc32.noarch
tomcatjss-7.5.0-1.20200507170228.a51952ba.fc32.noarch
Seems to be fixed with the following versions:
pki-base-10.9.0-0.1.20200523021925.617a3c1d.fc32.noarch
tomcat-9.0.34-2.fc32.noarch
tomcatjss-7.5.0-1.20200518183820.23655272.fc32.noarch
This issue was migrated from Pagure Issue #3174. Originally filed by frenaud (@flo-renaud) on 2020-05-11 16:03:41:
The freeipa nightly tests using @pki/master copr repo are failing in
ipa-server-install
in thepkispawn
step with the following error:Logs available in the PR 186 at the following location. See the master's logs:
and in the journal:
The text was updated successfully, but these errors were encountered: