My BrowserComponent displaying HTML content to add online payment in my app. when i uses Test merchant ID there are no problems, but when using real merchant ID, i got this error:
url:https://cap.attempts.securecode.com/acspage/cap?RID=8&VAA=A Received exception: SSL handshake failed java.lang.Throwable: SSL handshake failed at javafx.scene.web.WebEngine$LoadWorker.describeError(WebEngine.java:1436) at javafx.scene.web.WebEngine$LoadWorker.dispatchLoadEvent(WebEngine.java:1375) at javafx.scene.web.WebEngine$LoadWorker.access$1200(WebEngine.java:1253) at javafx.scene.web.WebEngine$PageLoadListener.dispatchLoadEvent(WebEngine.java:1240) at com.sun.webkit.WebPage.fireLoadEvent(WebPage.java:2434) at com.sun.webkit.WebPage.fwkFireLoadEvent(WebPage.java:2278) at com.sun.webkit.network.URLLoader.twkDidFail(Native Method) at com.sun.webkit.network.URLLoader.notifyDidFail(URLLoader.java:868) at com.sun.webkit.network.URLLoader.lambda$didFail$100(URLLoader.java:851) at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191) at java.lang.Thread.run(Thread.java:745) java.lang.Throwable: SSL handshake failed at javafx.scene.web.WebEngine$LoadWorker.describeError(WebEngine.java:1436) at javafx.scene.web.WebEngine$LoadWorker.dispatchLoadEvent(WebEngine.java:1375) at javafx.scene.web.WebEngine$LoadWorker.access$1200(WebEngine.java:1253) at javafx.scene.web.WebEngine$PageLoadListener.dispatchLoadEvent(WebEngine.java:1240) at com.sun.webkit.WebPage.fireLoadEvent(WebPage.java:2434) at com.sun.webkit.WebPage.fwkFireLoadEvent(WebPage.java:2278) at com.sun.webkit.network.URLLoader.twkDidFail(Native Method) at com.sun.webkit.network.URLLoader.notifyDidFail(URLLoader.java:868) at com.sun.webkit.network.URLLoader.lambda$didFail$100(URLLoader.java:851) at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191) at java.lang.Thread.run(Thread.java:745) -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/4e9f0e1b-7dc6-4ace-aa41-7f86e08fa883o%40googlegroups.com.
