Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] S3 over plain http not supported? #759

Open
schoentoon opened this issue Oct 28, 2024 · 0 comments
Open

[bug] S3 over plain http not supported? #759

schoentoon opened this issue Oct 28, 2024 · 0 comments

Comments

@schoentoon
Copy link

Description of the bug

I spun up filestash within my local k8s cluster to be able to browser my minio instance within this. After specifying the service dns name and port, I get an "Invalid account" when trying to connect. After turning on debug logging, I noticed the following in the logs.
2024/10/28 22:03:14 SYST DEBUG session::auth 'GetHome' RequestError: send request failed
caused by: Get "https://minio.minio.svc.cluster.local:3900/": http: server gave HTTP response to HTTPS client

Step by step instructions to reproduce the bug

Setup local s3 through something like minio. Point filestash at the HTTP port instead of a HTTPS port.

Can you replicate that error from the demo?

No I can't because I ran into this issue with a local service. Might be possible if there's as S3 API exposed over HTTP somewhere.

Observed behavior

Unable to connect using S3 over plain HTTP.

Expected behavior

I would have expected there to be some obvious way to toggle it to use plain HTTP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@schoentoon and others