Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Phil Whittaker 63 posts 267 karma points MVP 4x c-trib
    Dec 22, 2015 @ 22:51
    Phil Whittaker
    0

    Image processor

    I am currently using image processor that comes bundled with Umbraco. I have my images on azure storage and I'm wondering how I can get the images to be return from azure storage cache via SSL. I have changed the protocol setting in the security config but it doesn't appear to have done anything...

  • James Jackson-South 489 posts 1747 karma points c-trib
    Dec 23, 2015 @ 01:39
    James Jackson-South
    0

    Hi Phil,

    What IImageService implementation are you using to retrieve your images. Is it the CloudImageService or RemoteImageService?

    http://imageprocessor.org/imageprocessor-web/configuration/#securityconfig

    Also how are you storing/saving media to Azure? Are you using Azure Blob Storage Provider or UmbracoFileSystemProviders.Azure

    Cheers

    James

  • Phil Whittaker 63 posts 267 karma points MVP 4x c-trib
    Dec 23, 2015 @ 07:10
    Phil Whittaker
    0

    Hi James

    Thanks for you speedy reply, I'm using the RemoteImageServuce and I'm also using Azure Blob Storage Provider

    Thanks

    Phil

  • James Jackson-South 489 posts 1747 karma points c-trib
    Dec 24, 2015 @ 03:42
    James Jackson-South
    0

    Ah right... Could you post an image url that is generated using GetCropUrl()?

    The Azure package you are using stores the full url path rather than a relative one which may be causing issues.

    I would strongly recommend using UmbracoFileSystemProviders.Azure package in combination with the CloudImageService. There's instructions here for combining the two

    https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure#combining-with-imageprocessor

  • Phil Whittaker 63 posts 267 karma points MVP 4x c-trib
    Dec 26, 2015 @ 08:50
    Phil Whittaker
    0

    I worked it out in the end, it wasn't the image processor after all but the image cache that needed to be turned to ssl instead.

  • James Jackson-South 489 posts 1747 karma points c-trib
    Jan 04, 2016 @ 05:40
    James Jackson-South
    0

    Glad you got it sorted!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies