The site lmii.com is working fine with the SSL certificate, but I have a module on my site that contacts fedex using php culrl. Fedex is rejecting our connection requests with the above error. I have tracked it down to the Cloudflare certificate for this site. If I bypass Cloudflare everything works fine, if I turn it on, it fails.
It is relevant to the certificate on my end because, from my understanding, when I am connecting to fedex’s webservice via php curl, they check the certificate that they are talking to and when I am using the Cloudflare produced cert, it is refusing to talk to my server. When I by pass Cloudflare and use the cert from LetsEncrypt on my host machine, it works without issue.