Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fulgan OpenSSL libraries : prohibited access
#2
Hello 

Initial problem solved. It was the lack of SNI:  https://security.stackexchange.com/quest...ng-tls-1-2

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;

Code:
TheHandler := TIdSSLIOHandlerSocketOpenSSL.Create(nil);
TheHandler.OnStatusInfoEx := OnStatusInfoEx;

However, I have no acces to https://indy.fulgan.com/SSL/ yet. Any news?

Thanks and good health
Reply


Messages In This Thread
RE: Fulgan OpenSSL libraries : prohibited access - by controlhorus - 06-13-2020, 03:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)