I currently have my online store via 1and1(where I bought the domain) and our backend is hosted @ Linux cloud server using Nginx. We are using basic version of Cloudflare as frontend.
Now when we converted to https with the “wildcard” ssl certificate(GeoTrust), but we cannot get the redirects to work with the CloudFlare CDN. I have worked with 1and1 Support, but we have not found a resolution. I was hoping someone on the Cloudflare end may be able to help with the solution, but no response yet.
Bought the SSL certificate from 1and1(GeoTrust) and did the following configurations in nginx configuration
listen 443 ssl;
server_name abc.com;
ssl_certificate /etc/nginx/ssl/abc.com_ssl_certificate.cer;
ssl_certificate_key /etc/nginx/ssl/*.abc.com_private_key.key;
Website works for following conditions
- HTTP --> Cloudflare-->1and1-->Nginx(hosted in cloud server)
- HTTPS -->1and1-->Nginx(hosted in cloud server)
Website not working for
- HTTPS --> Cloudflare-->1and1-->Nginx(hosted in cloud server)