Title: SSL and Amazon CloudFront CDN
Last modified: August 21, 2016

---

# SSL and Amazon CloudFront CDN

 *  [hiroprot](https://wordpress.org/support/users/hiroprot/)
 * (@hiroprot)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/ssl-and-amazon-cloudfront-cdn/)
 * I am using W3 Total Cache 0.9.3 with the Amazon CloudFront CDN. I have enabled
   the setting “disable CDN on SSL pages”. The generally seems to work, however,
   web fonts are still linked to the CDN. This does not work, of course, because
   CloudFront does not have an SSL certificate for my domain.
 * Sample URL:
 * [https://cdn5.helgeklein.com/wp-content/themes/canvas/includes/fonts/social.ttf](https://cdn5.helgeklein.com/wp-content/themes/canvas/includes/fonts/social.ttf)
 * Result:
 * Chrome does not display characters with that font at all.
 * [https://wordpress.org/plugins/w3-total-cache/](https://wordpress.org/plugins/w3-total-cache/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [hiroprot](https://wordpress.org/support/users/hiroprot/)
 * (@hiroprot)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/ssl-and-amazon-cloudfront-cdn/#post-4692647)
 * More information:
 * The fonts are referenced in the file style.css of my theme (WooThemes Canvas).
   The corresponding section looks like this:
 *     ```
       @font-face {
         font-family: 'Social';
         font-weight: normal;
         font-style: normal;
         src: url('includes/fonts/social.eot');
         src: url('includes/fonts/social.eot?#iefix') format('embedded-opentype'), url('includes/fonts/social.woff') format('woff'), url('includes/fonts/social.ttf') format('truetype'), url('includes/fonts/social.svg#woo-social') format('svg');
       }
       ```
   
 *  [David G. Johnson](https://wordpress.org/support/users/haveanepiphany/)
 * (@haveanepiphany)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/ssl-and-amazon-cloudfront-cdn/#post-4692943)
 * Did you ever find a resolution to this issue? I’ve got a similar set of circumstances
   for a different WooThemes theme.
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘SSL and Amazon CloudFront CDN’ is closed to new replies.

 * ![](https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806)
 * [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/w3-total-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/w3-total-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/w3-total-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/w3-total-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/w3-total-cache/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [David G. Johnson](https://wordpress.org/support/users/haveanepiphany/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/ssl-and-amazon-cloudfront-cdn/#post-4692943)
 * Status: not resolved