Sending Images to remote dcm4chee running on a server using locally installed weasis as a desktop application over tls port 2762 #519
Replies: 3 comments 2 replies
-
The implementation was not ported to the client's GUI because, in my opinion, it's too complicated for a user to manage (having a keystore and a trust store, choosing the TLS version and ciphers). The solution is to create a client in Keycloak and use dicomweb(the documention for dcm4chee must be added). See this post. |
Beta Was this translation helpful? Give feedback.
-
So you can only connect in non-secure mode |
Beta Was this translation helpful? Give feedback.
-
It is not possible to use a secure protocol on the client side if on the server side the services are not secure. It is already difficult for me to answer the various questions on the different projects I contribute. Unfortunately, I don't assist in configuring and securing applications. Only very specific questions and proven problems will be followed up. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have set up DCM4CHEE on a public server using the following link using docker-compose:
https://github.com/dcm4che/dcm4chee-arc-light/wiki/Run-minimum-set-of-archive-services-on-a-single-host
I have installed Weasis on my locally running machine using the desktop application installer. The issue is I am having trouble when trying to export a Dicom image from a locally running Weasis using tls port 2762. I can export images to DCM4CHEE using http port without any issues but when using tls port seems like it shows null when try to export the image over port 2762. Below are the attached screenshots:
I have also pointed my ip to the domain and tried putting the domain and even tried with the domain also uploading the fullchain.pem to weasis keystore following the instructions from below link but I get a bad_certificate error in that case. Not sure what I am doing wrong or is it even possible to send dicom images to remote public server from locally running Weasis. Any help would be appreciated.
https://groups.google.com/g/dcm4che/c/wPOCR0czXeY/m/6iQjU0sXAAAJ
And with the domain I get the following error:
Beta Was this translation helpful? Give feedback.
All reactions