Closed mschreiber closed 3 years ago
An example for creating a connection using TLS would be great. If I pass the SSLSocketFactory
ClientSap clientSap = new ClientSap(SSLSocketFactory.getDefault());
it works, but the server, which does an TPDU Header version check rejects the connection saying that he expects TPDU Header version 3 but got 16.
That is strange. the stack always sends version 3.
An example for creating a connection using TLS would be great. If I pass the SSLSocketFactory
it works, but the server, which does an TPDU Header version check rejects the connection saying that he expects TPDU Header version 3 but got 16.