-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Not able to connect secure server #36
Comments
It's strange - I created a simple POST test using the code you had posted and it worked. I tested on STM32F103 a.k.a. Blue Pill, but you can use any arduino compatible CPU.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you sir for amazing work. I am using your library to send data to my https secure server, using POST method but it can not connect to https server.
while when i simply use
i am able to connect to server and send data to serevr.
i an supply correct fingerprint and setting fingerprint too using
WiFiSpi.setSSLFingerprint(fingerprint);
please help me resolve this issue.
The text was updated successfully, but these errors were encountered: