You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you be more specific? Was it a due to a problem with how Indy handles an SSLIOHandler server-side, or was it due to a limitation of the SChannel API? Since AcquireCredentialsHandle() has an SECPKG_CRED_INBOUND flag, I would think this should be pretty easy to implement since you already have SECPKG_CRED_OUTBOUND working.
Speaking of SECPKG_CRED_INBOUND, I just realized that without support for this flag, this SChannel SSLIOHandler not only can't handle Indy servers, but also can't handle the FTP client in Active mode either, only in Passive mode.
Is there A chance a server IOHandler for SChannel to become available?
I have HTTP servers and Delphi REST severs which use Indy.
And I need to get rid of OpenSSL ( long story )
The text was updated successfully, but these errors were encountered: