Search found 3 matches

by adit6702
Tue, 2004-11-16, 02:07
Forum: DCMTK - General
Topic: TLS Protocol (Very Urgent)
Replies: 4
Views: 11737

The problem is that you need to run both the Storage SCP and the Storage SCU with the TLS option enabled. Here StoreSCU tried to connect with TLS to a StoreSCP that expects unencrypted DICOM connections. You will also need to specify the CA certificate or use --ignore-peer-cert. Hello Marco, Thanks...
by adit6702
Mon, 2004-11-15, 09:12
Forum: DCMTK - General
Topic: TLS Protocol (Very Urgent)
Replies: 4
Views: 11737

The error message private key 'cakey.pem' and certificate 'cert.pem' do not match... means that the private key in file "cakey.pem" does not belong to the public key in certificate "cert.pem" - they are not a valid key pair. Regarding how to create valid key pairs, read the Open...
by adit6702
Fri, 2004-11-12, 02:10
Forum: DCMTK - General
Topic: TLS Protocol (Very Urgent)
Replies: 4
Views: 11737

TLS Protocol (Very Urgent)

Hello Sir, I am new on DICOM. I have some dcm file and i want to transfer them using TLS protocol ... For testing on my local machine i applied following procedure .... C:\DCMTK>storescp-tls.exe 104 -v to run server C:\DCMTK>storescu-tls.exe localhost 104 ct.dcm +tls cakey.pem cert.pem the following...