<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi Patrick, et al.,</div>
<div><br>
</div>
<div>We are having issues with http/https web addresses with our Midas instance. I recall that you did some fixes for this for our UCSD instance. However, we seem to be finding issues in the code where http seems to be hardwired into the code. Here is a message
excerpt from my colleague.</div>
<div><br>
</div>
<div>Brian</div>
<div><br>
</div>
<div>
<div style="font-family: Consolas;">Digging into the php code, I find that on numerous occasions, the url is </div>
<div style="font-family: Consolas;">constructed by concatenating an 'http' string with the PHP server </div>
<div style="font-family: Consolas;">variables. I have a search running, but at least the following files </div>
<div style="font-family: Consolas;">match one search regexp for the above concatenation:</div>
<div style="font-family: Consolas;"><br>
</div>
<div style="font-family: Consolas;">[root@phenotype Midas3]# find . -exec egrep -l </div>
<div style="font-family: Consolas;">"'[^']*http:\/\/.*SERVER_NAME" '{}' \;</div>
<div style="font-family: Consolas;">./modules/oai/controllers/IndexController.php</div>
<div style="font-family: Consolas;">./modules/ldap/Notification.php</div>
<div style="font-family: Consolas;">./modules/statistics/controllers/components/ReportComponent.php</div>
<div style="font-family: Consolas;">./modules/scheduler/library/ezcomponents/Webdav/src/server.php</div>
<div style="font-family: Consolas;"><br>
</div>
<div style="font-family: Consolas;">One of these, or one yet to be found (it's still searching), must set </div>
<div style="font-family: Consolas;">the url used by the dicomserver and pydas.</div>
<div style="font-family: Consolas;"><br>
</div>
<div style="font-family: Consolas;">It seems like they assumed MIDAS would run under http rather than https.</div>
</div>
<div><br>
</div>
</body>
</html>