You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SynHttpSrv.pas:
procedure TSynHttpServer.InitHttps(const CertFile, KeyFile, KeyPassword, CaCertFile: string);
begin
if not FileExists(CertFile) or not FileExists(KeyFile) then
raise Exception.Create('Cert files not found');
need some fixes for freepascal console app:
SynSrv.pas :
{$IFNDEF FPC}
[ComponentPlatformsAttribute(pidWin32 or pidWin64)]
{$ENDIF}
ssl_openssl_lib.pas :
{$ELSE}
SysUtils;//,
// LCLIntf, LCLType, LMessages;
{$ENDIF}
then all work fine.
The text was updated successfully, but these errors were encountered: