I have a b4j websocket server certainly reachable from outside my network (I mean that I don't have problems with ports, firewalls, ...).
I created the keystore as decribed in this tutorial (more precisely as described in wiki.eclipse... linked in that tutorial) and I get that error message...
I'm running a web server written in B4J using the Jetty service.
I have configured it for HTTPS access, so I've run https://www.ssllabs.com test to check the quality of the TLS protocol.
The TLS certificate looks good, but the server rates as "B" quality due to a couple of things:
This server...
Hello,
I successfully implemented SSL on the jRDC2, with a trusted certificate, in the browser it works.
But if i want to connect from my App to the RDC, then comes this 2 Errors:
ERROR9000: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for...
Hello, i'm new in forum, i'm having a problem with SSL. When i try to login in my app i recive this error only with android 5.1 or bottom.
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
If i change the...
Hello,
i follow these steps. Erel was linking to a page to create a keystore file, i follow these steps and have create an keystore.
Now if i call this function:
Private Sub ConfigureSSL (SslPort As Int)
'example of SSL connector configuration
Dim ssl As SslConfiguration...
Hello,
i am currently in the process of providing my VPS with SSL and I wanted to ask if the code in jRDC2 + SSL is correct or if I need to change something.
This is the normal jRDC2 code + the function for SSL
Sub Process_Globals
Public srvr As Server
Public rdcConnector1 As...
SSL Certificate pinning inspired by https://www.b4x.com/android/forum/threads/okhttp-set-parameter-with-inline-java.64748/ post but updated to work.
You need to change sha256/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= with the required public key.
Use doCheckRequest to find the correct key...
Hi everybody,
I am facing a problem with accessing a site in Android device and emulator.
I get the following error:
javax.net.ssl.SSLHandshakeException:java.security.cert.CertPathValidatorException:Trust anchor for certification path not found.
I use the OkHttp and OkHttpUtils2 libraries...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.