Hi everyone, I’m trying to send a DICOM file from one Orthanc Docker container to another as peers that have HTTPS encryption. They are on different machines and are port forwarded. How would I go about sending DICOMs between the two remotely?
This is a networking question, not an Orthanc question per se. the two communicating parties must be able to talk at layer 4. Validate TCP connectivity with basic networking command such as nc, then use echoscu to validate layer 7 connectivity
Hello,
You are visibly looking for the so-called “Orthanc peers” feature, which is covered in the Orthanc Book:
https://book.orthanc-server.com/faq/features.html#peers
https://book.orthanc-server.com/users/rest.html#peering
Sébastien-