gbr
FabulaTech Forum Newbie
Posts: 10
|
|
Linux SSL configuration
on: Mar 13th, 2019, 10:26am |
Quote Modify
|
Hi, I am trying to make usb over network with TLS configuration, both LINUX client and server server is started like this : ./ftusbnetd -s server.rsa.crt Client is using configuration file section like this [ssl] trusted = "/opt/ftvusbnet/cert/Server.rsa.pem" cert = "/opt/ftvusbnet/cert/Server.rsa.pem" key = "/opt/ftvusbnet/cert/Server.rsa.key" check cn = true Then, Connection is working but , as no indication of SSL activation, I took a wireshark log showing that NO SSL HANDSHAKE, so no ENCRYPTION. Can you give me details about configuration, and confirm this is working on your side ? Cheers Gilles
|