Need some advice on secure comms

no, it doesn’t influence

server-side: check what do SSL checkbox
client-side: just use supertcps:// protocol

Yeah it looks like I have everything set correctly, it’s just not connecting for some reason

Ok I took a step back and disabled all the SSL stuff.

It works without SSL using the TROSuperTcpServer/Channel just fine using port 40000.

All I then do is set OpenSSL.SSLEnabled = True in the TROSuperTcpServer component in the server and the TargetUrl to supertcps://localhost:40000/bin in the TROSuperTcpChannel in the client.

That fails and the client doesn’t even see the server.

Is there something aside from those two settings that I need to configure?

it works in simple testcase created from std template: 23447.zip (109.4 KB)

I’ve only set OpenSSL.SSLEnabled = True on server-side.
on client - supertcps protocol was used