Skip to content

Error pushing data to Firestore #171

Closed Answered by mobizt
Eashubh128 asked this question in Q&A
Discussion options

You must be logged in to vote

As I told you, WiFiClientSecure was defined on the user code side.

It performs the networking work, and it used to connect to googleapis.com via port 443. The http code 403 forbidden SHALL not return by googleapis. It returns from some middleware not a real googleapis.com server.

To connect to internet without Firewall and proxy server, you should use your mobile hotspot as AP.

You should create your own simple code to test the internet access by using WiFiClientSecure to connect to the secure server e.g. google.com or github.com via port 443.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mobizt
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants