Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JavaFX WebView not loading a url with https

user13425887Feb 5 2013 — edited Oct 1 2013
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
This post has been answered by jsmith on Feb 6 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 29 2013
Added on Feb 5 2013
8 comments
4,521 views