Welcome, Guest
Username: Password: Remember me
Lab CT Version, news, test results, new features request and suggestions

TOPIC:

CT LAB ver 5.80 7 years 8 months ago #9803

  • Dinko
  • Dinko's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 91
  • Thank you received: 5
I tried to test CT580 release for win32 and win64. Almost all is OK.
I found one Indy error. Win32 TIdHttp can not fetch www.google.com. I get access violation all the time. Win64 is OK.
Prior version (CT570) had the same error - for WIN and WIN64. It seems that this is some kind of https problem (something with openssl).
I tried 10 different versions of ssl and no success.
To correct the issue I removed CT580 pl_indy and put CT540 pl_indy.

Regards, Dinko

Please Log in or Create an account to join the conversation.

CT LAB ver 5.80 7 years 8 months ago #9806

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
have fun
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CT LAB ver 5.80 7 years 8 months ago #9826

  • usbdoo
  • usbdoo's Avatar
  • Visitor
  • Visitor
pl_indy.
forum.lazarus.freepascal.org/index.php/topic,29864.0.html
    @SSLv2_method := LoadFunction(fn_SSLv2_method,False);                   //Used by Indy
    @SSLv2_server_method := LoadFunction(fn_SSLv2_server_method,False);             //Used by Indy
    @SSLv2_client_method := LoadFunction(fn_SSLv2_client_method,False);            //Used by Indy

Please Log in or Create an account to join the conversation.

Last edit: by usbdoo.