Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fulgan OpenSSL libraries : prohibited access
#3
(06-13-2020, 03:11 PM)controlhorus Wrote: Solved in this way:

Code:
procedure TForm.OnStatusInfoEx(ASender: TObject; const AsslSocket: PSSL;
  const AWhere, Aret: TIdC_INT; const AType, AMsg: String);
begin
    SSL_set_tlsext_host_name(AsslSocket, 'api.server.com');
end;

Indy calls SSL_set_tlsext_host_name() for you, you do not need to call it manually. Make sure you are using an up-to-date version of Indy.

(06-13-2020, 03:11 PM)controlhorus Wrote: However, I have no acces to https://indy.fulgan.com/SSL/ yet. Any news?

Last time I checked, https://indy.fulgan.com/SSL/ was still working fine. So either this is a temporary outage, or Fulgan has finally taken the mirror off-line for good. I'll ask about it.

Reply


Messages In This Thread
RE: Fulgan OpenSSL libraries : prohibited access - by rlebeau - 06-13-2020, 08:12 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)