Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Delphi 7 and Indy 9.0 Error Connecting SSL
#1
Wink 
I'm using TIdHTTP component to execute GET command, resulting in above error message:

Code:
Request.ContentType := 'text/html';
Request.CustomHeader.Values['Authorization'] := 'Basic '+ TIdEncoderMIME.EncodeString(SPIAKey)+':'TIdEncoderMIME.EncodeString(SAPISecret);

TIdSSLIOHHandlerSocket
Method - sslvSSLv2
Can someone help me on this?

I try to upgraded to Indy version 10 but I cannot find TIdHTTP, what should I do?
Reply


Messages In This Thread
Delphi 7 and Indy 9.0 Error Connecting SSL - by jerltlim - 02-24-2020, 05:00 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)