JavaFX WebView not loading a url with https
Hi
I am working on JavaFX webview. when I try to load an https url the webview is not created. webengine.load("https://........"); it gives an unexpected error.
I have found an solution in stackoverflow http://stackoverflow.com/questions/13356633/javafx-webview-not-loading-https-page.
Saying you need to have sunjce_provider.jar in JRE bundle. I have the jar in my JRE bundle but the webview is not creating.
Same url if i load in browser it gives certificate expired warring. When I click proceed it shows the page but in the javaFX webview the page is not loading.
Can any one give suggestion what might be the problem.
Thanks in advance