I have a PHP page which accepts an email address and sends an email to the address received. The URL is "https://abcd.com/mail.php?email=emailprovided". When I use a browser with this URL, it sends the email to the email provided. I want to use Arduino UNO to send the email address to the https URL but I get an error when the URL is https despite enabling SSL using AT commands. It however works OK with a http URL. I need a code that will send data to a https URL without an error.