hello,
how to make this example b4j network here work with ssl?
https://www.b4x.com/android/forum/threads/b4x-network-asyncstreams-b4xserializator.72149/
i set the server into listen after a button click.
if me click connect from "client" the server show a connect but the client stay in status disconnected.
the client get a connection reset in LastException
i just need a simple encryption for data transport because the connection i will make from phone via internet connection.
i will send "type" data between a desktop app and android app.
how to make this example b4j network here work with ssl?
https://www.b4x.com/android/forum/threads/b4x-network-asyncstreams-b4xserializator.72149/
i set the server into listen after a button click.
if me click connect from "client" the server show a connect but the client stay in status disconnected.
the client get a connection reset in LastException
B4X:
'client.Initialize("client")
client.InitializeSSL("client",Null,"") '< my try
i just need a simple encryption for data transport because the connection i will make from phone via internet connection.
i will send "type" data between a desktop app and android app.
Last edited: