Some background information on why we are facing the issue. The internal implementation of WebView changed in OpenJFX 14 to use HttpClient instead of Http(s)URLConnection. Therefore, it is no longer possible to use the following methods to set a custom SSL context before instantiation of a HttpsURLConnection object:
HttpsURLConnection#setDefaultSSLSocketFactory HttpsURLConnection#setDefaultHostnameVerifier The only way to set a custom SSLContext to a HttpClient is to use the method HttpClientBuilder#sslContext unfortunately this method is not accessible for the Webview code. Since there is no static method on the HttpClient to set a custom SSLContext, we hereby request to introduce a public method on WebView (or WebEngine) for the purpose of passing a custom SSL context. <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avg.com <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
