Hi,
I am using the below command to make HL7 receive tool as a secure server.
hl7rcv -bind 3333 -key-store "<local directory physical certificate path.p12>" -key-store-pass "password" -key-store-type "p12" -tls1 -trust-store "local directory physical certificate path.der" -trust-store-type "der"
and now I am having another client to connect this server. The connection gets closed always. Can anyone let me know, what change is required to make it functional.
Thanks in advance.