Dear Team,
I deploy orthanc latest windows installer successfully and running orthanc behind iis with windows ssl setup as per given orthanc book.
Config changes below-
Remote access =true
Authorization =true
Register user=empty
On accessing orthanc it’s shows insecure setup at top of search parameters and upon search patient gives error message records not found.
Kindly let me know how to resolve issue
I think patient records not accessible
Thanks
Step by step
Put Orthanc behind an enterprise-ready HTTPS server such [Microsoft IIS]
IIS is available as a feature you can enable via the Programs and Features in non Server versions of Windows.
Add Application Request Routing 3.0.
Add URL Rewrite module 2.
In IIS Manager bind an SSL certificate to port 443 on the default web site being used for Orthanc.
Add the following web.config at the root of the default website:
In IIS Manager Open Application Request Routing Cache click on Server Proxy Settings on the right side of the window, change the Time-out to a much higher value. eg., 3600 = 1 hour to ensure download of DICOMDIR or ZIP’s doesn’t time out.
To allow user authentication against an Active Directory group add the following directly after <configuration> in the above web.config, grant the appropriate Active Directory group read permission on the wwwroot folder:
You also need to make sure registered users is empty in the Orthanc Configuration.json file:
Hi
What happens if you access Orthanc directly ?
What error do you see in the browser console/network tab ?
What errors do you have in IIS logs ? In Orthanc logs ?
BR,
Alain
Thanks for reply,
When access orthanc directly using localhost:8042/app/explorer.html its working fine.
Browser console-
sorry
here orthanc log-
W0308 06:19:57.022212 main.cpp:2034] Orthanc version: 1.12.1
W0308 06:19:57.022212 OrthancConfiguration.cpp:108] Scanning folder “Configuration” for configuration files
W0308 06:19:57.023212 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\azure.json”
W0308 06:19:57.028210 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\delayed-deletion.json”
W0308 06:19:57.029210 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\dicomweb.json”
W0308 06:19:57.031210 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\housekeeper.json”
W0308 06:19:57.032209 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\indexer.json”
W0308 06:19:57.034208 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\mysql.json”
W0308 06:19:57.035208 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\odbc.json”
W0308 06:19:57.036208 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\orthanc-explorer-2.json”
W0308 06:19:57.037209 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\orthanc.json”
W0308 06:19:57.042206 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\postgresql.json”
W0308 06:19:57.046205 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\serve-folders.json”
W0308 06:19:57.048204 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\stone-webviewer.json”
W0308 06:19:57.050203 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\tcia.json”
W0308 06:19:57.051203 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\transfers.json”
W0308 06:19:57.052202 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\webviewer.json”
W0308 06:19:57.053202 OrthancConfiguration.cpp:57] Reading the configuration from: “Configuration\worklists.json”
W0308 06:19:57.695572 main.cpp:911] Loading plugin(s) from: C:\inetpub\wwwroot\Orthanc Server\Plugins
W0308 06:19:57.703627 PluginsManager.cpp:261] Registering plugin ‘connectivity-checks’ (version 1.12.1)
W0308 06:19:57.712745 PluginsManager.cpp:261] Registering plugin ‘delayed-deletion’ (version 1.12.1)
W0308 06:19:57.713745 PluginsManager.cpp:157] DelayedDeletion - plugin is loaded but disabled (check your “DelayedDeletion.Enable” configuration)
W0308 06:19:57.718882 PluginsManager.cpp:261] Registering plugin ‘housekeeper’ (version 1.12.1)
W0308 06:19:57.718882 PluginsManager.cpp:157] Housekeeper plugin is initializing
W0308 06:19:57.719881 PluginsManager.cpp:157] Housekeeper plugin is disabled by the configuration file
W0308 06:19:57.739725 PluginsManager.cpp:261] Registering plugin ‘ohif’ (version 1.0)
W0308 06:19:57.789466 PluginsManager.cpp:261] Registering plugin ‘volview’ (version 1.1)
W0308 06:19:57.820355 PluginsManager.cpp:261] Registering plugin ‘stone-webviewer’ (version 2.5)
W0308 06:19:57.834948 PluginsManager.cpp:261] Registering plugin ‘worklists’ (version 1.12.1)
W0308 06:19:57.834948 PluginsManager.cpp:157] Sample worklist plugin is initializing
W0308 06:19:57.837946 PluginsManager.cpp:157] Worklist server is disabled by the configuration file
W0308 06:19:57.883478 PluginsManager.cpp:261] Registering plugin ‘multitenant-dicom’ (version 1.12.1)
W0308 06:19:57.908469 PluginsManager.cpp:261] Registering plugin ‘authorization’ (version 0.6.0)
W0308 06:19:57.908469 PluginsManager.cpp:157] Initializing the authorization plugin
W0308 06:19:57.911467 PluginsManager.cpp:157] No section “Authorization” in the configuration file, the authorization plugin is disabled
W0308 06:19:57.932723 PluginsManager.cpp:261] Registering plugin ‘Azure Blob Storage’ (version 2.2.0)
W0308 06:19:57.933722 PluginsManager.cpp:157] Azure Blob Storage plugin is initializing
W0308 06:19:57.933722 PluginsManager.cpp:157] Azure Blob Storage: no “AzureBlobStorage” section found in configuration, plugin is disabled
W0308 06:19:57.959181 PluginsManager.cpp:261] Registering plugin ‘dicom-web’ (version 1.15)
W0308 06:19:57.964164 PluginsManager.cpp:157] URI to the DICOMweb REST API: /dicom-web/
W0308 06:19:57.969151 PluginsManager.cpp:157] DICOMWeb PublicRoot: /dicom-web/
W0308 06:19:57.969151 PluginsManager.cpp:157] URI to the WADO-URI API: /wado
W0308 06:19:57.983146 PluginsManager.cpp:261] Registering plugin ‘orthanc-explorer-2’ (version 1.1.1)
W0308 06:19:57.985145 PluginsManager.cpp:157] Root URI to the Orthanc-Explorer 2 application: /ui/
W0308 06:19:58.063158 PluginsManager.cpp:261] Registering plugin ‘gdcm’ (version 1.5)
W0308 06:19:58.065164 PluginsManager.cpp:157] Version of GDCM: 3.0.10
W0308 06:19:58.065164 PluginsManager.cpp:157] GDCM throttling is disabled
W0308 06:19:58.079464 PluginsManager.cpp:261] Registering plugin ‘indexer’ (version 1.0)
W0308 06:19:58.081465 PluginsManager.cpp:157] OrthancIndexer is disabled
W0308 06:19:58.096833 PluginsManager.cpp:261] Registering plugin ‘mysql-index’ (version 5.1)
W0308 06:19:58.118826 PluginsManager.cpp:157] The MySQL index is currently disabled, set “EnableIndex” to “true” in the “MySQL” section of the configuration file of Orthanc
W0308 06:19:58.134820 PluginsManager.cpp:261] Registering plugin ‘mysql-storage’ (version 5.1)
W0308 06:19:58.155814 PluginsManager.cpp:157] The MySQL storage area is currently disabled, set “EnableStorage” to “true” in the “MySQL” section of the configuration file of Orthanc
W0308 06:19:58.160816 PluginsManager.cpp:261] Registering plugin ‘neuro’ (version 1.0)
W0308 06:19:58.173807 PluginsManager.cpp:261] Registering plugin ‘odbc-index’ (version 1.1)
W0308 06:19:58.174811 PluginsManager.cpp:157] The ODBC index is currently disabled, set “EnableIndex” to “true” in the “Odbc” section of the configuration file of Orthanc
W0308 06:19:58.180808 PluginsManager.cpp:261] Registering plugin ‘odbc-storage’ (version 1.1)
W0308 06:19:58.182805 PluginsManager.cpp:157] The ODBC storage area is currently disabled, set “EnableStorage” to “true” in the “Odbc” section of the configuration file of Orthanc
W0308 06:19:58.196818 PluginsManager.cpp:261] Registering plugin ‘postgresql-index’ (version 5.1)
W0308 06:19:58.199799 PluginsManager.cpp:157] The PostgreSQL index is currently disabled, set “EnableIndex” to “true” in the “PostgreSQL” section of the configuration file of Orthanc
W0308 06:19:58.208796 PluginsManager.cpp:261] Registering plugin ‘postgresql-storage’ (version 5.1)
W0308 06:19:58.210795 PluginsManager.cpp:157] The PostgreSQL storage area is currently disabled, set “EnableStorage” to “true” in the “PostgreSQL” section of the configuration file of Orthanc
W0308 06:19:58.217794 PluginsManager.cpp:261] Registering plugin ‘tcia’ (version 1.1)
W0308 06:19:58.224795 PluginsManager.cpp:261] Registering plugin ‘transfers’ (version 1.4)
W0308 06:19:58.232791 PluginsManager.cpp:261] Registering plugin ‘web-viewer’ (version 2.8)
W0308 06:19:58.232791 PluginsManager.cpp:157] Initializing the Web viewer
W0308 06:19:58.233790 PluginsManager.cpp:157] Web viewer using 2 threads for the decoding of the DICOM images
W0308 06:19:58.233790 PluginsManager.cpp:157] Storing the cache of the Web viewer in folder: C:\inetpub\wwwroot\Orthanc\WebViewerCache
W0308 06:19:58.238787 PluginsManager.cpp:157] Web viewer using a cache of 100 MB
W0308 06:19:58.245784 PluginsManager.cpp:261] Registering plugin ‘wsi’ (version 2.0)
W0308 06:19:58.245784 PluginsManager.cpp:157] The whole-slide imaging plugin will use at most 4 threads to transcode the tiles
W0308 06:19:58.247784 PluginsManager.cpp:157] Support of IIIF is enabled in the whole-slide imaging plugin
W0308 06:19:58.322978 PluginsManager.cpp:261] Registering plugin ‘osimis-web-viewer’ (version 1.4.2.0-9d9eff4)
W0308 06:19:58.323978 PluginsManager.cpp:157] Initializing the Web viewer
W0308 06:19:58.328898 PluginsManager.cpp:157] Using GDCM instead of the DICOM decoder that is built in Orthanc
W0308 06:19:58.333901 PluginsManager.cpp:261] Registering plugin ‘serve-folders’ (version 1.12.1)
W0308 06:19:58.335900 PluginsManager.cpp:157] ServeFolders: Empty configuration file: No additional folder will be served!
W0308 06:19:58.335900 OrthancInitialization.cpp:420] SQLite index directory: “C:\inetpub\wwwroot\Orthanc”
W0308 06:19:58.336900 OrthancInitialization.cpp:519] Storage directory: “C:\inetpub\wwwroot\Orthanc”
W0308 06:19:58.346064 HttpClient.cpp:1194] HTTPS will use the CA certificates from this file: C:\inetpub\wwwroot\Orthanc Server\Configuration\ca-certificates.crt
W0308 06:19:58.348064 LuaContext.cpp:94] Lua says: Lua toolbox installed
W0308 06:19:58.348064 LuaContext.cpp:94] Lua says: Lua toolbox installed
W0308 06:19:58.349063 ServerContext.cpp:527] Disk compression is disabled
W0308 06:19:58.349063 ServerIndex.cpp:381] No limit on the number of stored patients
W0308 06:19:58.349063 ServerIndex.cpp:401] No limit on the size of the storage area
W0308 06:19:58.349063 ServerIndex.cpp:420] Maximum Storage mode: Recycle
W0308 06:19:58.350081 ServerContext.cpp:256] Reloading the jobs from the last execution of Orthanc
W0308 06:19:58.351081 JobsEngine.cpp:272] The jobs engine has started with 2 threads
W0308 06:19:58.355061 main.cpp:1317] DICOM server listening with AET ORTHANC on port: 4242
W0308 06:19:58.355061 HttpServer.cpp:2036] HTTP compression is enabled
W0308 06:19:58.355061 main.cpp:1058] Remote access is allowed but “AuthenticationEnabled” is not in the configuration, automatically enabling HTTP authentication for security
W0308 06:19:58.355061 main.cpp:1084] ====> HTTP authentication is enabled, but no user is declared. Creating a default user: Review your configuration option “RegisteredUsers”. Your setup is INSECURE <====
W0308 06:19:58.355061 main.cpp:1172] Remote LUA script execution is disabled
W0308 06:19:58.355061 main.cpp:1184] REST API cannot write to the file system.
W0308 06:19:58.363058 HttpServer.cpp:1794] HTTP server listening on port: 8042 (HTTPS encryption is disabled, remote access is allowed)
W0308 06:19:58.363058 main.cpp:923] Orthanc has started
W0308 06:19:58.367057 PluginsManager.cpp:157] When using OE2 and the authorization plugin together, you must set ‘Authorization.CheckedLevel’ to ‘studies’. Unless you are using this orthanc only to generate tokens.
W0312 16:15:50.485092 main.cpp:985] Orthanc is stopping
W0312 16:15:50.781424 main.cpp:1223] HTTP server has stopped
W0312 16:15:51.191179 main.cpp:1333] DICOM server has stopped
W0312 16:15:51.365711 JobsEngine.cpp:313] The jobs engine has stopped
W0312 16:15:51.618486 PluginsManager.cpp:211] Unregistering plugin ‘Azure Blob Storage’ (version 2.2.0)
W0312 16:15:51.618486 PluginsManager.cpp:157] Azure Blob Storage plugin is finalizing
W0312 16:15:51.619487 PluginsManager.cpp:211] Unregistering plugin ‘authorization’ (version 0.6.0)
W0312 16:15:51.620487 PluginsManager.cpp:211] Unregistering plugin ‘connectivity-checks’ (version 1.12.1)
W0312 16:15:51.621486 PluginsManager.cpp:211] Unregistering plugin ‘delayed-deletion’ (version 1.12.1)
W0312 16:15:51.621486 PluginsManager.cpp:211] Unregistering plugin ‘dicom-web’ (version 1.15)
W0312 16:15:51.652474 PluginsManager.cpp:211] Unregistering plugin ‘gdcm’ (version 1.5)
W0312 16:15:51.697461 PluginsManager.cpp:211] Unregistering plugin ‘housekeeper’ (version 1.12.1)
W0312 16:15:51.697461 PluginsManager.cpp:157] Housekeeper plugin is finalizing
W0312 16:15:51.697461 PluginsManager.cpp:211] Unregistering plugin ‘indexer’ (version 1.0)
W0312 16:15:51.697461 PluginsManager.cpp:157] Folder indexer plugin is finalizing
W0312 16:15:51.697461 PluginsManager.cpp:211] Unregistering plugin ‘multitenant-dicom’ (version 1.12.1)
W0312 16:15:51.723453 PluginsManager.cpp:211] Unregistering plugin ‘mysql-index’ (version 5.1)
W0312 16:15:51.728451 PluginsManager.cpp:157] MySQL index is finalizing
W0312 16:15:51.781903 PluginsManager.cpp:211] Unregistering plugin ‘mysql-storage’ (version 5.1)
W0312 16:15:51.797196 PluginsManager.cpp:157] MySQL storage area is finalizing
W0312 16:15:51.830699 PluginsManager.cpp:211] Unregistering plugin ‘neuro’ (version 1.0)
W0312 16:15:51.831684 PluginsManager.cpp:211] Unregistering plugin ‘odbc-index’ (version 1.1)
W0312 16:15:51.831684 PluginsManager.cpp:157] ODBC index is finalizing
W0312 16:15:51.831684 PluginsManager.cpp:211] Unregistering plugin ‘odbc-storage’ (version 1.1)
W0312 16:15:51.831684 PluginsManager.cpp:157] ODBC storage area is finalizing
W0312 16:15:51.832684 PluginsManager.cpp:211] Unregistering plugin ‘ohif’ (version 1.0)
W0312 16:15:51.849974 PluginsManager.cpp:211] Unregistering plugin ‘orthanc-explorer-2’ (version 1.1.1)
W0312 16:15:51.850973 PluginsManager.cpp:211] Unregistering plugin ‘osimis-web-viewer’ (version 1.4.2.0-9d9eff4)
W0312 16:15:51.850973 PluginsManager.cpp:157] Finalizing the Web viewer
W0312 16:15:51.884980 PluginsManager.cpp:211] Unregistering plugin ‘postgresql-index’ (version 5.1)
W0312 16:15:51.893998 PluginsManager.cpp:157] PostgreSQL index is finalizing
W0312 16:15:51.901996 PluginsManager.cpp:211] Unregistering plugin ‘postgresql-storage’ (version 5.1)
W0312 16:15:51.901996 PluginsManager.cpp:157] PostgreSQL storage area is finalizing
W0312 16:15:51.904995 PluginsManager.cpp:211] Unregistering plugin ‘serve-folders’ (version 1.12.1)
W0312 16:15:51.904995 PluginsManager.cpp:211] Unregistering plugin ‘stone-webviewer’ (version 2.5)
W0312 16:15:51.919990 PluginsManager.cpp:211] Unregistering plugin ‘tcia’ (version 1.1)
W0312 16:15:51.919990 PluginsManager.cpp:157] TCIA plugin is finalizing
W0312 16:15:51.920990 PluginsManager.cpp:211] Unregistering plugin ‘transfers’ (version 1.4)
W0312 16:15:51.920990 PluginsManager.cpp:157] Transfers accelerator plugin is finalizing
W0312 16:15:51.920990 PluginsManager.cpp:211] Unregistering plugin ‘volview’ (version 1.1)
W0312 16:15:51.935985 PluginsManager.cpp:211] Unregistering plugin ‘web-viewer’ (version 2.8)
W0312 16:15:51.935985 PluginsManager.cpp:157] Finalizing the Web viewer
W0312 16:15:53.077812 PluginsManager.cpp:211] Unregistering plugin ‘worklists’ (version 1.12.1)
W0312 16:15:53.077812 PluginsManager.cpp:157] Sample worklist plugin is finalizing
W0312 16:15:53.077812 PluginsManager.cpp:211] Unregistering plugin ‘wsi’ (version 2.0)
W0312 16:15:53.078813 main.cpp:2122] Orthanc has stopped
and iis log-
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2024-03-12 10:44:02
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2024-03-12 10:44:02 192.168.29.10 GET /app/explorer.html X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=cb723db3-0a49-4d8c-8462-d03bf0e38911&SERVER-STATUS=401 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36 - 401 0 0 600
2024-03-12 10:44:06 192.168.29.10 GET /app/explorer.html X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=04975342-dc3e-45fb-a200-3bb91c3defbb&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36 - 200 0 0 58
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jqtree.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=e3289fdf-9c98-467e-93b0-5708ee448288&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 12
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery-file-upload/css/jquery.fileupload-ui.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=c25000f6-b858-4240-9fa1-47bd1146633d&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 13
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery.mobile.simpledialog.min.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=76e4d694-5d73-4a3c-b024-1ee4ac9abb3a&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 17
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery-file-upload/css/style.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=aa5ab42c-6d65-474a-b204-e33b494a8090&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 17
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/slimbox2/slimbox2.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=652a7521-9756-4cf7-b382-f88988fafda7&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 23
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery.mobile.min.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=98a6b7ab-7a21-4c73-b848-c79cabdc7ddf&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 33
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jqm.page.params.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=41d590ac-c0d8-4761-b021-09b91efe9dda&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 16
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/date.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=6d7b2669-b76c-4ed6-ba1e-de92039a466d&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 28
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/slimbox2.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=22627dc6-ba1b-45f0-8f4b-933a09e0adb9&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 27
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery.mobile.simpledialog2.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=cfb6e804-008e-46b5-8d7e-70fbb9f9046c&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 23
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery.min.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=e86f6552-1062-4ea2-91ba-f2249357d44a&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 44
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery.mobile.min.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=03d81b4f-ea18-4359-b74f-6d73b2fab5f8&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 39
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/tree.jquery.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=98f56917-98df-41a6-a28d-ea2d82b11f0a&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 34
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery.blockui.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=bd9f885b-ca84-4976-80b4-50dcafe0498e&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 35
2024-03-12 10:44:06 192.168.29.10 GET /app/explorer.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=1c139b67-d263-4277-baa8-11c6995ecbe2&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 18
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery-file-upload/js/vendor/jquery.ui.widget.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b4ae6bff-e48f-4785-ae3d-9a127dd4cdba&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 40
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery-file-upload/js/jquery.iframe-transport.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=293e9532-2646-4de6-9a7a-4eb691cbf75a&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 61
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/images/ajax-loader.gif X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=ad762017-d076-43a1-8f82-94d5001b7ab1&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 50
2024-03-12 10:44:06 192.168.29.10 GET /app/query-retrieve.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=aa2d7e11-46f2-47e1-9831-91a8d79b84fc&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 50
2024-03-12 10:44:06 192.168.29.10 GET /app/libs/jquery-file-upload/js/jquery.fileupload.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=c4afec35-05fe-40e7-9127-2f98dd4ffbb9&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 65
2024-03-12 10:44:06 192.168.29.10 GET /app/file-upload.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=e9ec2965-3b8d-4160-99e1-019efb503618&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 64
2024-03-12 10:44:06 192.168.29.10 GET /plugins/explorer.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=9c544885-a6f6-4a8b-a0dd-bb624d44f3a2&SERVER-STATUS=401 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 401 0 0 55
2024-03-12 10:44:06 192.168.29.10 GET /app/orthanc-logo.png X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b94ff76f-f43b-45cf-87a1-13c3a9fc105a&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 56
2024-03-12 10:44:06 192.168.29.10 GET /app/explorer.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=5637ccb1-9fc1-4ad2-bbce-201913fc7e08&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 66
2024-03-12 10:44:06 192.168.29.10 GET /plugins/explorer.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=8615b15a-974f-44df-b130-232511429e45&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 28
2024-03-12 10:44:07 192.168.29.10 GET /system _=1710240246583 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 500 0 0 1143
2024-03-12 10:44:07 192.168.29.10 GET /app/libs/images/icons-18-white.png X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=dadb4582-870a-46d1-90af-13d3eb2896ca&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/libs/jquery.mobile.min.css 200 0 0 4
2024-03-12 10:44:07 192.168.29.10 GET /app/images/favicon.ico X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=4da012a4-6be4-4229-b555-118a922495c2&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 3
2024-03-12 10:44:16 192.168.29.10 POST /tools/find - 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 500 0 0 74
2024-03-12 10:44:26 192.168.29.10 POST /tools/find - 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 500 0 0 48
2024-03-12 10:46:21 192.168.29.10 GET /app/explorer.html X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=d0bd528b-870b-4f5f-81f6-be150fec5769&SERVER-STATUS=401 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36 - 401 0 0 6
2024-03-12 10:46:23 192.168.29.10 GET /app/explorer.html X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=75067292-737d-40a5-baed-d04365d57cee&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36 - 200 0 0 13
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jqm.page.params.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=4296fd68-4cee-49f9-9933-16c35e910dde&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 21
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/slimbox2/slimbox2.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b8923ce4-9844-4ed6-8d5f-77037beb07b3&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 22
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jqtree.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=fa17f82f-5d50-4b11-a47d-c9df102647e0&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 23
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery.mobile.simpledialog.min.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=a1e3c0ea-f663-4be0-8e58-38d4950bca88&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 22
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery-file-upload/css/style.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=059087f5-ad7b-42c4-babb-0299885122a4&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 22
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/tree.jquery.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=97d8072c-9a55-40ef-8a63-eca25c58399e&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 30
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery.mobile.min.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=f1cd4007-6bd4-4f8e-b032-0e895d0113ff&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 32
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery.min.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=ab9aaeda-82c7-4312-b79b-15772a1a4423&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 36
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery.mobile.min.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=997e1c03-ea06-4faa-82b6-9b9b2e6a94ad&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 36
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery-file-upload/css/jquery.fileupload-ui.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=aba070b9-e1b7-4611-bbc1-66193a5d6ac2&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 37
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/slimbox2.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=aebac1df-0152-4455-bfc4-68b6bd751cdf&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 35
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery.mobile.simpledialog2.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=610e3c89-db13-4000-a3f3-31f78d22eb9f&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 36
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery.blockui.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b4a60c1f-e4ae-4ccf-ad8a-3dd1a6cc6434&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 35
2024-03-12 10:46:23 192.168.29.10 GET /app/explorer.css X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=d58297b1-e2ae-4f2d-9d38-63ba11be08e1&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 36
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/date.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=6b07fe6c-3e26-4e2d-bdbd-b438042b1b98&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 36
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery-file-upload/js/jquery.iframe-transport.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=afdd591c-8342-4a15-9cf9-6488e447b802&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 54
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery-file-upload/js/vendor/jquery.ui.widget.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b1ad295d-8083-4e48-aa4b-837c18e5a57d&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 54
2024-03-12 10:46:23 192.168.29.10 GET /plugins/explorer.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=206803d3-709e-4fb9-b447-0b0a01bc1457&SERVER-STATUS=401 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 401 0 0 53
2024-03-12 10:46:23 192.168.29.10 GET /app/file-upload.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=310c071e-86f6-4ecc-af07-0224b819391f&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 54
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/jquery-file-upload/js/jquery.fileupload.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b4fc569d-4d9b-401d-b761-81aaab9260c4&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 54
2024-03-12 10:46:23 192.168.29.10 GET /app/query-retrieve.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b8321d03-c39e-4eb9-af78-b4fe342d7e92&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 55
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/images/ajax-loader.gif X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=795d1505-09a3-4ae0-801d-6dbcd3864945&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 56
2024-03-12 10:46:23 192.168.29.10 GET /app/explorer.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=bd1709a5-055e-43cd-a3aa-d7bcb1c13278&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 57
2024-03-12 10:46:23 192.168.29.10 GET /app/orthanc-logo.png X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=b0208ecf-eb5d-43b5-ae9f-889147264107&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 56
2024-03-12 10:46:23 192.168.29.10 GET /plugins/explorer.js X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=6b0de664-6cca-4408-b39d-5f6c9228b375&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 31
2024-03-12 10:46:23 192.168.29.10 GET /system _=1710240383724 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 500 0 0 77
2024-03-12 10:46:23 192.168.29.10 GET /app/libs/images/icons-18-white.png X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=259bd667-47d7-45a4-b587-dd3a0db43732&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/libs/jquery.mobile.min.css 200 0 0 3
2024-03-12 10:46:23 192.168.29.10 GET /app/images/favicon.ico X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=605f9ede-a97d-4df1-92c9-7e7a2df128de&SERVER-STATUS=200 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 200 0 0 4
2024-03-12 10:46:32 192.168.29.10 POST /tools/find - 443 - 192.168.29.10 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/122.0.0.0+Safari/537.36https://192.168.29.10/app/explorer.html 500 0 0 48
Looking for precious reply from team…
There are no errors in the Orthanc logs at the time the IIS error happens. So, all I can say is the 500 does not originate from Orthanc and thus probably from IIS. And I have never used IIS so I won’t be of any help …
Hello,
Note that there is a FAQ about Microsoft IIS in the Orthanc Book: How can I run Orthanc behind Microsoft IIS? — Orthanc Book documentation
However, likewise Alain, I have never used IIS by myself.
Regards,
Sébastien-