Cannot connect to a MinIO S3 server over HTTPS, just HTTP #55384
Unanswered
yeondevelope
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to upload and retrieve files using a MinIO file server which working with HTTPs. The issue with this is when I'm trying to upload or retrieve a file doesn't work. I'm using HTTPs because I was getting a constantly a network errors telling me I required to serve content over HTTPs even If I already use the
$middleware->trustProxies(at: '*');
.This is weird because using MinIO with just HTTP I'm not getting errors of connection like:
Unable to check existence for: ...
when I'm trying to get an imageUnable to retrieve the file_size for file at location: ...
when I try to upload a file.And it's also weird because with my filesystem disk configuration used for
livewire-tmp
actually stores the files using the HTTPs setup.I don't know if I need to add extra configuration to my filesystem disk, in addition to the default laravel's documentation official?
Beta Was this translation helpful? Give feedback.
All reactions