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

Unable to access after update #335

Closed
theRealBassist opened this issue Jan 15, 2023 · 9 comments
Closed

Unable to access after update #335

theRealBassist opened this issue Jan 15, 2023 · 9 comments

Comments

@theRealBassist
Copy link

Describe the bug
Following updating my stack, I am unable to access speedtest tracker. Previously I was able to. Now I am not.

To Reproduce
Steps to reproduce the behavior:

  1. Stop my container
  2. Pull the latest image
  3. Start the container
  4. See error

Expected behavior
When I go to the IP:PORT of the container, I should access the instance

Environment (please complete the following information):

  • OS: Linux Mint
  • Architecture: amd64
  • Browser: Firefox
  • Version: 0.11.0

Screenshots
image

Logs
Unknown which are applicable

Additional context
I have port 80 forwarded to 8110. However, I have also tried it with 443 and it does not work there either. I setup my container through Portainer using docker-compose. I will include a copy of it below

docker-compose.txt

@garanda21
Copy link
Contributor

You have to share your container log, otherwise is imposible to know the causes!

Check this for reference: https://docs.docker.com/engine/reference/commandline/logs/

@theRealBassist
Copy link
Author

theRealBassist commented Jan 15, 2023

Apologies! They will be attached below.
Logs.txt

@alexjustesen
Copy link
Owner

I wonder if this is similar to the issue in #332...

@theRealBassist
Copy link
Author

@alexjustesen So that was actually one of the issues that I looked through before I posted here myself. The major difference that I saw was that, from what I could tell he seems to be displayed an error code from within speedtest tracker whereas mine is just flat out not connecting.

I might be misunderstanding the other issue, of course, but I can definitely see them being at least somewhat related issues.

@alexjustesen
Copy link
Owner

Have you tried the insecure port and mapping to :80?

@garanda21
Copy link
Contributor

Maybe try ssl_mode ?

This issue help me in the past:

#280 (comment)

@theRealBassist
Copy link
Author

theRealBassist commented Jan 16, 2023

@alexjustesen

I just tried mapping 8110:80, but to no avail.

EDIT: I just re-read your comment and I also tried mapping 80:80 as I assume that's what you meant by 'the insecure port'. Regardless, it did not seem to resolve the issue.

@garanda21

I tried setting SSL_MODE=off (in conjunction with mapping 8110:80) in the environment section of my docker-compose, but also to no avail.

@alexjustesen
Copy link
Owner

Yeah ssl mode is now "mixed" by default so you have the flexibility to map to either 80 or 443 so I don't think it's that.

Can you attach your logs?

@alexjustesen
Copy link
Owner

@theRealBassist v0.11.1 was just released that removes the trusted proxy restrictions. This should improve ease of use when working with different proxy services. If you continue to have issues please post in this discussion.

#364

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

3 participants