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

Error "No storage information found for this user address." when accessing my HTTP RS server from HTTPS app #1284

Open
stokito opened this issue Jan 22, 2023 · 2 comments

Comments

@stokito
Copy link

stokito commented Jan 22, 2023

I installed my own RS server and tried it LiteWrite with an address like stokito@192.168.1.1:8000
and got the error. But in fact it's just a Mixed Content error:

was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://192.168.1.1:8000/.well-known/host-meta?resource=acct:%20stokito@192.168.1.1:8000'. This request has been blocked; the content must be served over HTTPS.

Is it possible to make the error message shown to a user more clear? Because the "storage info" is exists but it was a configuration problem that causes the browser failure.

@DougReeder
Copy link
Contributor

I believe this is the same issue as remotestorage/armadietto#94

@raucao
Copy link
Member

raucao commented Jan 23, 2023

Good idea to make that more explicit. Can even sound more technical, because the people seeing it would usually be self-hosters at least, if not developers mostly.

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

No branches or pull requests

3 participants