We have a domain on Amazon cloudfront for CDN and we are using our own subdomain and https certificate to access some images, like this: https://aws.somedomain.com/images/image1.jpg We have a different server used for the same purpose: https://private.somedomain.com/images/image1.jpg Everything works fine.
Now we want to use a Global Traffic Director setting from Constellix in order to direct traffic from USA to aws.somedomain.com and traffic from Europe to private.somedomain.com We setup a CNAME entry on Constellix which seems to be working fine. For Europe, traffic is delivered from our private server. For USA the traffic is directed correctly but the certificate seems to have some issues. In Firefox we get: SSL_ERROR_NO_CYPHER_OVERLAP, so something is messed up somewhere.