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 Report] Download Manager Broken (https?) #144

Closed
DJScias opened this issue Jan 11, 2021 · 3 comments
Closed

[Bug Report] Download Manager Broken (https?) #144

DJScias opened this issue Jan 11, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@DJScias
Copy link

DJScias commented Jan 11, 2021

Describe the bug
Well, the Download Manager page is broken.
image

The console says this:
image
and

Uncaught DOMException: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.

I use a reverse-proxy (you've logged into it before) that uses https. Is this related to it perhaps?

To Reproduce
Steps to reproduce the behavior:

  1. Run Mango as a reverse-proxy (in Synology) with https (letsencrypt)
  2. Go to Download Manager
  3. Watch it be broken

Expected behavior
It just working.

Environment (please complete the following information):

  • OS: Synology DS918+, DSM 6.2.3-25426 Update 3
  • Browser: Brave (chromium-based)
  • Mango Version: v0.18.2

Docker (if you are running Mango in a Docker container)

sudo docker run \
  -d \
  --name=mango \
  -e PUID=1024 \
  -e PGID=100 \
  -p 9000:9000/tcp \
  -v /volume1/docker/Mango/config:/root/.config/mango \
  -v /volume4/Plex4/Mango:/root/mango \
  --restart always \
	hkalexling/mango:v0.18.2

Additional context
Screenshots added to bug description.

@DJScias DJScias added the bug Something isn't working label Jan 11, 2021
@hkalexling
Copy link
Member

Oh, you are right 🤦 Only the secure WebSocket (wss://) is allowed under HTTPS. I will push a bug fix release soon.

@hkalexling
Copy link
Member

This is now fixed in v0.18.3. Thanks a lot for the bug report!

@DJScias
Copy link
Author

DJScias commented Jan 12, 2021

Perfect, it all works now!

Thank you for the swift fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants