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

Cannot access webserver's page and get ERR_SSL_PROTOCOL_ERROR #338

Open
albertopasqualetto opened this issue Mar 31, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@albertopasqualetto
Copy link

Describe the bug

Cannot access webserver's page and get ERR_SSL_PROTOCOL_ERROR

Screenshots or Logs

Additional context

I am using caddy-docker-proxy as reverse proxy, I followed the guide from uptime-kuma and also it works if I use localtunnel.

This is the relevant part of my docker-compose.yml:

  epicgames-freegames:
    container_name: epicgames-freegames
    image: charlocharlie/epicgames-freegames:latest
    volumes:
      - ~/epicgames-freegames/:/usr/app/config:rw
    ports:
      - 3000:3000
    shm_size: '2g'
    networks:
      - caddy
    labels:
      caddy: epicgames.*******
      caddy.reverse_proxy: "{{upstreams 3000}"
      # Also tried without the following directives
      caddy.reverse_proxy.transport: http
      caddy.reverse_proxy.transport.tls:
      caddy.reverse_proxy.transport.tls_insecure_skip_verify:

This is the relevant part of my config.json:

	"webPortalConfig": {
		listenOpts: {
			port: 3000,
		},
		"baseUrl": "https://epicgames.******"
	},

I understand that it is a problem on my side, but I am not able to resolve.

@albertopasqualetto albertopasqualetto added the bug Something isn't working label Mar 31, 2023
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

1 participant