• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

https with Amazon S3 service

Status
Not open for further replies.

maximus

Chevereto Member
I use Amazon S3 service and anything works perfect, but https.
Use anyone Amazon S3 with https?
Can you explain the settings how this can work with chevereto?

Me scenario:
1. Open webpage with https
2. Upload image
3. Click on image
4. The image is missing, becouse is it https not http

I don't have idea how to fix this issue.
http option works as expected.

Isn't https bug in chevereto? Somebody using https option?
 
Last edited:
You can turn on/off HTTPS for each storage server. Go to Dashboard > Settings > External extorage.
 
This don't work in me case.
After activating, the image is missing.
Anyone with working https and Amazon S3?
 
This don't work in me case.
After activating, the image is missing.
Anyone with working https and Amazon S3?

I will say that this is not a problem of the script. The script just map the URL according to your data, it doesn't make your HTTPS valid. By default S3 provides you a valid HTTPS URL so most likely you are using a CNAME record and you are missing something.
 
It sounds logically, but the settings are hard to understand.
Especially the last one in chevereto S3 settings.
The URL, there can be of course CNAME and S3 URL too.
But which one: http or https?
I try using both. But i don't see the difference in script. Maybe I'm wrong.
 
It sounds logically, but the settings are hard to understand.
Especially the last one in chevereto S3 settings.
The URL, there can be of course CNAME and S3 URL too.
But which one: http or https?
I try using both. But i don't see the difference in script. Maybe I'm wrong.

That is the S3 URL to the root of the bucket or your CNAME URL.
 
Solved this issue.

Some informations for other users with Amazon S3:

  • In chevereto settings use as Rodolfo sad - the correct protocol. (Most common http://)
  • Native isn't supported https on Amazon S3 service, but you can upgrade and use it.
  • To serve your static web content over HTTPS, you will need to set up an AWS CloudFrontdistribution, which is quite straight forward via the AWS Management Console.

If you want use HTTPS on your page and the content contains HTTP path, you will have there mixed content warning.
This isn't chevereto problem, but the server which delivery the content. Think about upgrading to HTTPS.
 
Status
Not open for further replies.
Back
Top