Browse Source

* Fix setusessl

git-svn-id: trunk@42273 -
michael 6 years ago
parent
commit
28b87bed39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-web/src/base/custhttpapp.pp

+ 1 - 1
packages/fcl-web/src/base/custhttpapp.pp

@@ -197,7 +197,7 @@ end;
 
 
 function TCustomHTTPApplication.GetUseSSL: Boolean;
 function TCustomHTTPApplication.GetUseSSL: Boolean;
 begin
 begin
-
+  Result:=HTTPHandler.UseSSL;
 end;
 end;
 
 
 procedure TCustomHTTPApplication.SetHostName(AValue: String);
 procedure TCustomHTTPApplication.SetHostName(AValue: String);