I wrote an entire summary of the issue I am facing, however, the Apple forum kept giving me an error "The message contains invalid characters."....
Basically, I'm running into an issue with NSURLSession and TLSv1.3. It appears that no matter what settings I have specified within my info.plist file, I am unable to send an https request to my local vagrant machine, without receiving the following error:
2019-08-08 12:17:28.857383-0700 MyApp[8307:987977] ATS failed system trust
2019-08-08 12:17:28.857604-0700 MyApp[8307:987977] System Trust failed for [1:0x6000015ee280]
2019-08-08 12:17:28.858051-0700 MyApp[8307:987977] TIC SSL Trust Error [1:0x6000015ee280]: 3:0
2019-08-08 12:17:28.868049-0700 MyApp[8307:987977] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
2019-08-08 12:17:28.868257-0700 MyApp[8307:987977] Task <AF1ECF52-6FCD-4BB0-8765-FD6A2346B749>.<1> HTTP load failed (error code: -1200 [3:-9802])
2019-08-08 12:17:28.868514-0700 MyApp[8307:987919] Task <AF1ECF52-6FCD-4BB0-8765-FD6A2346B749>.<1> finished with error - code: -1200
Here is a link that shows all of the settings I have enabled for this project.
Thank you in advance for your help!!