Description
In looking at existing dep usage and available versions we see
[INFO] com.squareup.okhttp3:mockwebserver ................... 3.6.0 -> 3.11.0
[INFO] com.squareup.okhttp3:okhttp ......................... 3.10.0 -> 3.11.0
[INFO] com.squareup.okhttp3:okhttp .......................... 3.3.1 -> 3.11.0
[INFO] com.squareup.okhttp3:okhttp .......................... 3.6.0 -> 3.11.0
[INFO] com.squareup.okhttp3:okhttp .......................... 3.8.1 -> 3.11.0
But in changing to 3.11.0 it became clear we have work to do so we can better leverage okhttp and its improving/tightening features around things like TLS setup/cert validation/hostname verification. Several tests started failing after the update. We need to use certs with updated SANs and we need to probably improve things as called out in https://issues.apache.org/jira/browse/NIFI-1478.
Attachments
Issue Links
- incorporates
-
NIFI-5622 Test certificates require SAN values
- Resolved
- is part of
-
NIFI-5622 Test certificates require SAN values
- Resolved
-
NIFI-1478 Audit SSLContextFactory and SSLSocketFactory usage throughout application
- Resolved
- is related to
-
NIFI-8181 Allow users to specify which HTTP Protocol(s) to use with InvokeHTTP
- Resolved
- links to