Install library WiFiClientSecure and Try to replace
#include <WiFiClient.h>
by
#include <WiFiClientSecure.h>
check also the examples that come with WiFiClientSecure.
Install library WiFiClientSecure and Try to replace
#include <WiFiClient.h>
by
#include <WiFiClientSecure.h>
check also the examples that come with WiFiClientSecure.