We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPSRedirect/HTTPSRedirect.cpp
Line 316 in 0415a49
}while(line.length() == 0);
}while(line.length() == 0 && connected());
HTTPSRedirect/GoogleDocs.ino
Line 77 in 0415a49
client->setInsecure();
The text was updated successfully, but these errors were encountered:
Welcome to HTTPSRedirect! Please provide enough info to debug the issue.
Sorry, something went wrong.
No branches or pull requests
HTTPSRedirect/HTTPSRedirect.cpp
Line 316 in 0415a49
To avoid stuck in the loop, if losing connection here, replace
}while(line.length() == 0);
to}while(line.length() == 0 && connected());
HTTPSRedirect/GoogleDocs.ino
Line 77 in 0415a49
For esp8266 v2.4.2 upper library, add
client->setInsecure();
The text was updated successfully, but these errors were encountered: