Skip to content

Commit 9823a42

Browse files
committed
Solving MW5CORE-211
1 parent f5e51ca commit 9823a42

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/MW5.Tiles/Views/WmsServerPresenter.cs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ private bool Validate()
3333
return false;
3434
}
3535

36-
if (url.ToLower().StartsWith("https"))
37-
{
38-
MessageService.Current.Info("HTTPS protocol is not supported.");
39-
return false;
40-
}
36+
// Since MWGIS-5 we now support HTTPS:
37+
//if (url.ToLower().StartsWith("https"))
38+
//{
39+
// MessageService.Current.Info("HTTPS protocol is not supported.");
40+
// return false;
41+
//}
4142

4243
try
4344
{

0 commit comments

Comments
 (0)