06-13-2020, 08:12 PM
(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.

