Andrew Gaul created JCLOUDS-1459:
------------------------------------
Summary: OkHttp tests fail on Fedora 29
Key: JCLOUDS-1459
URL: https://issues.apache.org/jira/browse/JCLOUDS-1459
Project: jclouds
Issue Type: Improvement
Components: jclouds-drivers
Affects Versions: 2.1.1
Reporter: Andrew Gaul
Several tests fail in {{mvn test -pl :jclouds-okhttp}} with these errors:
{noformat}
testPutRedirect(org.jclouds.http.okhttp.OkHttpCommandExecutorServiceTest) Time
elapsed: 1.206 sec <<< FAILURE!
org.jclouds.http.HttpResponseException:
java.security.cert.CertificateException: Certificates do not conform to
algorithm constraints connecting to PUT https://localhost:60175/ HTTP/1.1
{noformat}
It looks like OkHttp configures with 1024-bit RSA which Fedora has prohibited:
https://android.googlesource.com/platform/external/okhttp/+/5f7fde35d881e7e9f8850daeac4de52265635656/src/test/java/com/squareup/okhttp/internal/SslContextBuilder.java
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)