2

I'm using javafx.scene.web.WebView. Other websites loads fine, but one give me clear white WebView. When I'm load it in Google Chrome, I see the window, that asking my installed certificate, I confirm, ant website loads. Certificate is in *.pfx file. How can I manually load certificate in java WebView?

Now I use just:

webEngine.load("https://www.**********.ru/");
Mateusz Sroka
  • 2,255
  • 2
  • 17
  • 19
Nick Konorev
  • 71
  • 1
  • 5
  • http://stackoverflow.com/questions/859111/how-do-i-accept-a-self-signed-certificate-with-a-java-httpsurlconnection/859271#859271 Accepted answer should help you a lot! – hpopiolkiewicz Feb 05 '16 at 08:36
  • This is a duplicate of [JavaFX WebView and Client Certificate](http://stackoverflow.com/questions/36158872/javafx-webview-and-client-certificate), but cannot currently be closed as a duplicate as the duplicate has no answer. – jewelsea Mar 22 '16 at 17:11

0 Answers0