Hi Guys
Working through the example Push Notification No Server
Got the API Key, and Project ID.
B4J Desktop App Compiles fine, but
when click "Check now" I receive this error
In B4J Debug Window this
I have NO CLUE What to DO
Any Advice will be appreciated
Thanks
Danie
Working through the example Push Notification No Server
Got the API Key, and Project ID.
B4J Desktop App Compiles fine, but
when click "Check now" I receive this error
B4X:
11/26/2015 20:40:10: Error: (SunCertPathBuilderException) sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
In B4J Debug Window this
B4X:
Program started.
Checking mails
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source)
at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source)
at sun.security.ssl.AppOutputStream.write(Unknown Source)
at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.io.OutputStreamWriter.flush(Unknown Source)
at java.io.BufferedWriter.flush(Unknown Source)
at org.apache.commons.net.pop3.POP3.sendCommand(POP3.java:239)
at org.apache.commons.net.pop3.POP3.sendCommand(POP3.java:282)
at org.apache.commons.net.pop3.POP3Client.logout(POP3Client.java:235)
at anywheresoftware.b4a.net.POPWrapper.CloseNow(POPWrapper.java:302)
at anywheresoftware.b4a.net.POPWrapper$1.run(POPWrapper.java:147)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I have NO CLUE What to DO
Any Advice will be appreciated
Thanks
Danie