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
Java 9+ has a good built-in HttpClient, so that external http client dependencies are not needed.
You can keep current OcspClientImpl as an optional implementation for those still needing Java 8 support, or implement it using HttpURLConnection, which is available since Java 1.0