client: explicitly define SslContextFactory::Server for https#4288
Conversation
Fixes apache#4199 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
This fixes the ssl cert issue for master which uses latest jetty which has deprecated use of the old SSL context factory. |
|
Packaging result: ✔centos7 ✖centos8 ✔debian. JID-1829 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-2581)
|
|
Code LGTM, did not test. |
Fixes #4199
Latest jetty used in 4.14/master has deprecated
new SslContextFactory();and requires use of Client|Server. This fixes that.Types of changes