Hello,
My server is very similar to this example (https://www.b4x.com/android/forum/threads/simple-multi-user-chat-demo.35996/). I am trying to switch to SSL, but I have no clue on how to do it.
If I change this line (141 in the SimpleClient):
to:
I have 2 errors :
Thank you for your help
Jmon.
My server is very similar to this example (https://www.b4x.com/android/forum/threads/simple-multi-user-chat-demo.35996/). I am trying to switch to SSL, but I have no clue on how to do it.
If I change this line (141 in the SimpleClient):
B4X:
sckServer.Initialize("sckServer")
B4X:
sckServer.InitializeSSL("sckServer", null, "")
I have 2 errors :
andjavax.net.ssl.exception: Unrecognized SSL Message, plaintext connection?
java.lang.UnsupportedOperationException: The method shutdownImput() is not supported in SSLSocket
Thank you for your help
Jmon.