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
if sfNoServerVerify in SessionData.Flags then
begin
CertCheckRes := CheckServerCert(hCtx, IfThen(sfNoServerVerify in SessionData.Flags, '', URL)); // don't check host name if sfNoServerVerify is set
it seems to me that the IfThen would always evaluate to an empty string ?
The text was updated successfully, but these errors were encountered:
SChannelSocket has the following code
it seems to me that the IfThen would always evaluate to an empty string ?
The text was updated successfully, but these errors were encountered: