@UKHeliBob @Whandall
Thank you both for your comments and suggestions.
As brifely as I can, this is my situation: I donated my time and resources to our water association (WA) to build/install water level monitoring systems for their two 18 ft water tanks.
They requested that it would be great if they could receive texts when the water level(s) fell to 8 feet. Over the course of several months, I made that all work, but I was using my own non-secure website to bounce the texts from.
I built the WA's website as a secure - HTTPS - site and I have never been able to receive texts from this secure site. After much time and effort I can only conclude that my failure to receive texts from this site is precisely because it is a secure site.
Fast forwarding: I was advised to use another microcontroller that has a built in 'SSL stack' which would enable me to 'connect' with secure sites due to certain required libraries. So I went from an Adafruit Feather MO WIFI to an Adafruit ESP32 Feather V2.
This is all fine and good save for the fact that for some reason I have not been able to receive texts from the non-secure site like I used to. I thought that it was either my cell carrier, Verizon, or Apple that was blocking these texts. The Verizon tech did some testing and concluded it was not they who were blocking my texts, if anyone actually was. I could not argue because I had no proof to dispute his assumption.
What I did was change all of the creds in the text sending PHP file that was in the includes folder of my website. I was shocked when I began receiving texts once again. These texts were spaced over 60 intervals so whether whomever is blocking these texts would consider that many texts to be SPAM or not I do not know. At any rate, I was now receving texts and now I could return to testing with the secure site.
After installing all of the required files necessary to run the ESP32 microcontrollers, I was all set or so I thought. I say this because I am no longer able to receive texts like I was doing just a week ago.
Boards do not matter because I reverted back to the original non-ESP Feather, I just am not able to trigger these texts as I used to. I have no idea what the problem is. So I turn to folks such as yourself for help
Back on topic: I did in fact remove the wifi101.h lib, and was able to get the sketch to compile, but if I am not able to receive texts then I have no way to test.
I have the Adafruit PDF file you linked me to and have built the 'Secure Connection Example' but did not get the results I was supposed to.
I need a break.
I sincerely appreciate your help,
Phillip