java - Is it possible to attach SSL certificate to this WebBrowser Component in Codename One? -
java - Is it possible to attach SSL certificate to this WebBrowser Component in Codename One? -
i need open web page help of webbrowser component in codename 1 project.
form form = new form(); form.setlayout(new borderlayout()); webbrowser browser = new webbrowser(); browser.seturl("{some url}"); form.addcomponent(borderlayout.center, browser); form.show();
i have sample works http. how possible attach ssl certificate, when not trusted?
we don't back upwards attaching custom ssl certificate @ moment. can utilize https untrusted sites problematic on mobile device.
java ssl ssl-certificate codenameone
Comments
Post a Comment