Jump to content

KBazX

Members
  • Content Count

    4
  • Joined

  • Last visited

Everything posted by KBazX

  1. OverbyteIcsLIBEAY.pas Version: 8.70 Function IcsX509VerifyErrorToStr function string: Result := String(AnsiString(X509_verify_cert_error_string(ErrCode))); If OpenSSL is not loaded, then IcsX509VerifyErrorToStr fails with an exception: ClassName: EAccessViolation. Message: Access violation at address 00000000. Read of address 00000000
  2. But if the OpenSSL libraries are located next to the file, then the loading of OpenSSL is successful automatically.
  3. If I dynamically create the TSslHttpCli component for only one request, then I don't control the OpenSSL loading process.
×