I installed Weasis to use DICOM-WEB protocol with Orthanc.
I can query from my local ortanc but not retreive and there is no conection error even in the log files.
on the orthanc config file json, i have enabled remote access and disable login required.
I have just made a verification, and I can certify that Weasis 4.0.3 can connect to Orthanc 1.10.1 (more recent versions should be OK as well).
The main caveat might be related to HTTP basic authentication, that cannot be directly configured in the Weasis user interface. To this end, you’ll have to use the “Authorization” HTTP header: https://en.wikipedia.org/wiki/Basic_access_authentication
First, I’ve started Orthanc using Docker as follows:
With this command line, Orthanc is accessible using the default username “orthanc” and password “orthanc”. Given this username/password, you can generate the proper value for the HTTP header as follows:
Unfortunately, there is nothing more I can do for you. If upgrading Weasis to 4.0.3 doesn’t help, I would highly suggest you to get in touch with the Weasis community, in order to ask them how to debug such an issue.
In the verbose logs you provided on 2023-03-06, Weasis seems to only make QIDO-RS requests to URI “/dicom-web/studies” of Orthanc, and there is no subsequent WADO-RS request to retrieve the DICOM instance. This can be seen by looking at the log lines “Delegating HTTP request to plugin for URI”.