Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Httpsys application issues loading SSL
#6
Hi Bob. If i understand correctly, i use a variable {$IFDEF DEBUG} to develop and deploy, something like:

Code:
procedure TIWServerController.IWServerControllerBaseCreate(Sender: TObject);
begin
  {$IFDEF DEBUG}
  SSLOptions.NonSSLRequest := nsAccept;
  {$ELSE}
  SSLOptions.NonSSLRequest := nsRedirect;
  {$ENDIF}
end;
Reply


Messages In This Thread
RE: Httpsys application issues loading SSL - by Jose Nilton Pace - 01-21-2019, 10:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)