Community Services use HTTPS #21

This commit is contained in:
Gary Sharp
2013-10-17 11:34:22 +11:00
parent fdb5d37ec8
commit d6859dcde4
8 changed files with 42 additions and 42 deletions
@@ -105,16 +105,16 @@
</tr>
<tr>
<td>
<h3><span class="icon @(Model.DiscoIctComAuWebResult == null ? "success" : "warning")"></span>Connectivity to <a href="http://discoict.com.au" target="_blank">http://discoict.com.au</a></h3>
<h3><span class="icon @(Model.DiscoIctComAuWebResult == null ? "success" : "warning")"></span>Connectivity to <a href="https://discoict.com.au" target="_blank">https://discoict.com.au</a></h3>
<div class="testResult">
@{
if (Model.DiscoIctComAuWebResult == null)
{
<text>A connection was successfully established to <a href="http://discoict.com.au" target="_blank">http://discoict.com.au</a>.</text>
<text>A connection was successfully established to <a href="https://discoict.com.au" target="_blank">https://discoict.com.au</a>.</text>
}
else
{
<text>There was an error establishing a connection to <a href="http://discoict.com.au" target="_blank">http://discoict.com.au</a>. This may be caused by missing proxy settings - after starting Disco check these settings in the 'System' configuration area.</text>
<text>There was an error establishing a connection to <a href="https://discoict.com.au" target="_blank">https://discoict.com.au</a>. This may be caused by missing proxy settings - after starting Disco check these settings in the 'System' configuration area.</text>
<br />
<div class="exception">
@{var ex = Model.DiscoIctComAuWebResult;
@@ -455,11 +455,11 @@ WriteAttribute("class", Tuple.Create(" class=\"", 4945), Tuple.Create("\"", 5021
WriteLiteral("></span>Connectivity to <a");
WriteLiteral(" href=\"http://discoict.com.au\"");
WriteLiteral(" href=\"https://discoict.com.au\"");
WriteLiteral(" target=\"_blank\"");
WriteLiteral(">http://discoict.com.au</a></h3>\r\n <div");
WriteLiteral(">https://discoict.com.au</a></h3>\r\n <div");
WriteLiteral(" class=\"testResult\"");
@@ -484,11 +484,11 @@ WriteLiteral(" ");
WriteLiteral("A connection was successfully established to <a");
WriteLiteral(" href=\"http://discoict.com.au\"");
WriteLiteral(" href=\"https://discoict.com.au\"");
WriteLiteral(" target=\"_blank\"");
WriteLiteral(">http://discoict.com.au</a>.");
WriteLiteral(">https://discoict.com.au</a>.");
WriteLiteral("\r\n");
@@ -505,12 +505,12 @@ WriteLiteral(" ");
WriteLiteral("There was an error establishing a connection to <a");
WriteLiteral(" href=\"http://discoict.com.au\"");
WriteLiteral(" href=\"https://discoict.com.au\"");
WriteLiteral(" target=\"_blank\"");
WriteLiteral(">http://discoict.com.au</a>. This may be caused by missing proxy settings - after" +
" starting Disco check these settings in the \'System\' configuration area.");
WriteLiteral(">https://discoict.com.au</a>. This may be caused by missing proxy settings - afte" +
"r starting Disco check these settings in the \'System\' configuration area.");
WriteLiteral("\r\n");
@@ -632,14 +632,14 @@ WriteLiteral(">\r\n");
#line hidden
WriteLiteral(" <a");
WriteAttribute("href", Tuple.Create(" href=\"", 7791), Tuple.Create("\"", 7846)
WriteAttribute("href", Tuple.Create(" href=\"", 7797), Tuple.Create("\"", 7852)
#line 161 "..\..\Views\InitialConfig\Complete.cshtml"
, Tuple.Create(Tuple.Create("", 7798), Tuple.Create<System.Object, System.Int32>(Url.Action(MVC.InitialConfig.RestartWebApp())
, Tuple.Create(Tuple.Create("", 7804), Tuple.Create<System.Object, System.Int32>(Url.Action(MVC.InitialConfig.RestartWebApp())
#line default
#line hidden
, 7798), false)
, 7804), false)
);
WriteLiteral(" class=\"button\"");
@@ -659,14 +659,14 @@ WriteLiteral(" <a");
WriteLiteral(" id=\"tryAgain\"");
WriteAttribute("href", Tuple.Create(" href=\"", 7956), Tuple.Create("\"", 8006)
WriteAttribute("href", Tuple.Create(" href=\"", 7962), Tuple.Create("\"", 8012)
#line 165 "..\..\Views\InitialConfig\Complete.cshtml"
, Tuple.Create(Tuple.Create("", 7963), Tuple.Create<System.Object, System.Int32>(Url.Action(MVC.InitialConfig.Complete())
, Tuple.Create(Tuple.Create("", 7969), Tuple.Create<System.Object, System.Int32>(Url.Action(MVC.InitialConfig.Complete())
#line default
#line hidden
, 7963), false)
, 7969), false)
);
WriteLiteral(" class=\"button\"");