Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Object Pascal Programming Language
  • Page:
  • 1

TOPIC:

SSL/TLS support is not compiled 1 day 1 hour ago #19144

  • John Blakeley
  • John Blakeley's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Trying to run the discoverydemo project I get the following error in class EFPWebClient. "SSL/TLS support is not compiled".
This occurs when I use SYNAPSE components. I've had a look in the packages for Synapse but cannot see what it's missing. Any help greatly appreciated!
cheers

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

SSL/TLS support is not compiled 17 hours 19 minutes ago #19146

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1262
  • Thank you received: 194
Thanks Sir
Give us time to test and report here.

Please,
-Your OS ?
-Your CodeTyphon version ?

PS: Welcome to our forum.
PilotLogic Core Programmer

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

Last edit: by Matis A..

SSL/TLS support is not compiled 16 hours 14 minutes ago #19147

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1262
  • Thank you received: 194
For Win64-


a) Copy
FromC:\codetyphon\binRuntimes\x86_64-win64\openssl\

to lz_GoogleAPI   discoverydemo executable folder 
C:\codetyphon\CodeOcean\lz_GoogleAPI\samples\xbin\

OpenSSL libraries:

libcrypto-3-x64.dll
libssl-3-x64.dll   






b) Add to uses: 
ssl_openssl,  
Add to
procedure TMainForm.FormCreate(Sender: TObject);   
InitOpenSSL3; 

 



c) Run
 
PilotLogic Core Programmer
Attachments:

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

Last edit: by Matis A..

SSL/TLS support is not compiled 6 hours 47 minutes ago #19148

  • John Blakeley
  • John Blakeley's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Thanks Matis that worked treat. Did have to add ssl_openssl3 rather than just ssl_openssl. 
Would not have found tha solutiont in a million years. 
cheers
John

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

  • Page:
  • 1