Subdomain and ssl certificate
Hi,
We are trying to use secure https urls with cdn subdomain but our users are keep getting errors because your SSL certificate doesn't have subdomain specified in SAN.
Warning in both chrome and safari.
Is there a way to ask cloudinary to update their SSL certificate?
Yours sincerely,
Maxim
-
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
tores-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.jpg0
Post is closed for comments.
Comments
1 comment