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/");