I am willing to make TLS active between windows client and linux server. Did not find information on how to configure certificate on linux server side. Could you provide detailed procedure? Thanks and Regards Gilles
IP Logged
Sergey_Jarovski FabulaTech Forum Moderator
FabulaTech Forum God
Gender: Posts: 559
Re: Linux server SSL configuration Reply #1 on: Aug 30th, 2018, 10:11am
Hi, Ok so I tried with my linux server : ./ftusbnetd -s server.rsa.crt
Then, I configure my WINDOWS client with options : Require SSL connection : selected Use trusted authorithy certificate : NOT CHECK, I used SELF SIGNED certificate
Connection status : error Enable SSL
how can I configure properly : I guess I shoud set the server.rsa.crt on client configuration ? but still not working
Thanks for your feedback
IP Logged
Sergey_Jarovski FabulaTech Forum Moderator
FabulaTech Forum God
Gender: Posts: 559
Re: Linux server SSL configuration Reply #3 on: Sep 11th, 2018, 10:43am
from the client point of view, client should authenticate the server (then SSL ciphering would be handshaked)
So I understand client configuration needs server certificate as an hard-coded acknowledgment => I have generate rsa.crt and key on server side with linux openssl command, OK.
but, why do I need client certificate , and where does it come from ?