orombauts
New Member
Hi,
I have this server 'DTREDIS1' set up with mTLS enabled.
When using openssl s_client from the client machine, the connection works fine:
"C:\Program Files\OpenSSL-Win64\bin\openssl" s_client -connect DTREDIS1:6379 -key c:\share\client.key -cert c:\share\client.crt -CAfile c:\share\ca.crt
On the ABL client socket I should have the following on the connect statement:
-H DTREDIS1 -S 6379 -ssl -nohostverify -sslAuth ssl -sslKeyFile <pem-file>
Question is:
How can I configure the <pem-file> to make it work in my ABL client? My assumption is that the key, cert and CAfile needs to be available somehow in the DLC\keys folder, in I a single <pem-file> I guess. Is my assumption correct, and what do I have to do exactly?
Thanks in advance!
Greetings,
Olivier
I have this server 'DTREDIS1' set up with mTLS enabled.
When using openssl s_client from the client machine, the connection works fine:
"C:\Program Files\OpenSSL-Win64\bin\openssl" s_client -connect DTREDIS1:6379 -key c:\share\client.key -cert c:\share\client.crt -CAfile c:\share\ca.crt
On the ABL client socket I should have the following on the connect statement:
-H DTREDIS1 -S 6379 -ssl -nohostverify -sslAuth ssl -sslKeyFile <pem-file>
Question is:
How can I configure the <pem-file> to make it work in my ABL client? My assumption is that the key, cert and CAfile needs to be available somehow in the DLC\keys folder, in I a single <pem-file> I guess. Is my assumption correct, and what do I have to do exactly?
Thanks in advance!
Greetings,
Olivier