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
I got the response failed to do request: Get "url": http: server gave HTTP response to HTTPS client. I also set InsecureSkipVerify = true in my C# code. Anyone how to allow HTTP response?
Please help!
Thank you!
Steps to reproduce / Code Sample
public TlsClient(TlsClientIdentifier tlsClientIdentifier,
int timeoutSeconds = 30,
bool followRedirects = true,
Dictionary<string, string>? headers = null,
Dictionary<string, string>? cookies = null,
string proxy = "")
{
Headers = headers ?? Headers;
Cookies = cookies ?? Cookies;
TLS client version
v1.7.5
System information
Windows Server 2012
Issue description
I got the response failed to do request: Get "url": http: server gave HTTP response to HTTPS client. I also set InsecureSkipVerify = true in my C# code. Anyone how to allow HTTP response?
Please help!
Thank you!
Steps to reproduce / Code Sample
public TlsClient(TlsClientIdentifier tlsClientIdentifier,
int timeoutSeconds = 30,
bool followRedirects = true,
Dictionary<string, string>? headers = null,
Dictionary<string, string>? cookies = null,
string proxy = "")
{
Headers = headers ?? Headers;
Cookies = cookies ?? Cookies;
}
The text was updated successfully, but these errors were encountered: