This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Subdomain and ssl certificate

Comments

1 comment

  • Avatar
    Itay Taragano

    Hi Maxim.

    When using our client libraries (e.g., Ruby, jQuery, etc.), a1-a5 are automatically added to generated URL when  cdn_subdomain  is enabled (based on  CRC32 of the image ID).

    The client libraries currently do not automatically build multiple subdomains for HTTPS (SSL) URLs but only for plain HTTP. It is in our road-map though.

    If you manually build your URLs for HTTPS, you can use multiple subdomains by using a different convention of  res-1  to  res-5  (a different conversion is required instead of a1-a5 to support Akamai CDN HTTPS delivery). It is undocumented yet, but you can try it out. Make sure to build consistent sub-domain mapping based on the image identifier (e.g., using CRC32).

    For example:

    https://res-1.cloudinary.com/demo/image/upload/sample.jpg

    https://res-5.cloudinary.com/demo/image/upload/sample.jpg

    0
    Comment actions Permalink

Post is closed for comments.