From 2557b2dfd5994fd1b5c93bb400cdfb51ec5fdd0a Mon Sep 17 00:00:00 2001
From: Shelly Ren <rens@ornl.gov>
Date: Thu, 10 Nov 2011 15:17:50 -0500
Subject: [PATCH] Refs #3968 -- updated SNS secured http connection to default
 port 443

---
 Code/Mantid/instrument/Facilities.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Mantid/instrument/Facilities.xml b/Code/Mantid/instrument/Facilities.xml
index 41f1051630a..be4fe7e2887 100644
--- a/Code/Mantid/instrument/Facilities.xml
+++ b/Code/Mantid/instrument/Facilities.xml
@@ -211,7 +211,7 @@
    <catalog name="ICat3Catalog">
    </catalog>
   
-   <soapEndPoint url="https://icat.sns.gov:8181/ICATService/ICAT">
+   <soapEndPoint url="https://icat.sns.gov:443/ICATService/ICAT">
    </soapEndPoint>
 
    <instrument name="DAS"> 
-- 
GitLab