I'm trying to use JavaFX's WebView to load this site, but all I get is a blank screen. The WebView is working perfectly fine on other sites; it gets 100/100 on ACID3 and loads other HTTPS sites without any problems whatsoever.
I can't find anything particularly wrong with the site either. It has a proper, non-expired certificate signed by proper CA, and SSL Labs report a B grade. I tried all the major browsers on it and none report any certificate or SSL related issues; the site renders fine on all of them.
Any help would be greatly appreciated. Even a simple "yeah the site's broken for me too" or "no problems here" would help a lot.
I'm using Java SDK 1.8.0_45-b14 on Windows 8.1 64-bit.
Reason is
java.lang.Throwable: SSL handshake failed
One solution can be: from this post https://stackoverflow.com/a/5671038/1032167:
There is also post, probably about similar case: JavaFx Webview JDK 8 can not load self signed certificate
How do i know that it was
SSL handshake failed
also adding add
-Djavax.net.debug=all
to VMOption shows