question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Client sent an HTTP request to an HTTPS server.

See original GitHub issue

環境

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 11 (bullseye)
Release:	11
Codename:	bullseye
$ uname -a
Linux docker-test 5.10.0-19-amd64 #1 SMP Debian 5.10.149-1 (2022-10-17) x86_64 GNU/Linux
$ ls /dev/dri/
by-path  card0  renderD128
$ docker -v
Docker version 20.10.5+dfsg1, build 55c4c88
$ docker-compose -v
docker-compose version 1.29.2, build unknown

問題

docker-compose up -d

すれば、ビルドされ、立ち上がるはずですが、 LAN内の他のマシンからtcp7000ポートにhttpでアクセスすると、KonomiTVが開くはずが、開きません。 試しに、curlでlocalhost:7000でこのサーバ自身にアクセスさせましたが、やはり以下の通り変わらず…

$ curl localhost:7000
Client sent an HTTP request to an HTTPS server.

修正した設定箇所を提供します。

$ diff config.yaml config.example.yaml
8c8
<         'backend': 'Mirakurun',
---
>         'backend': 'EDCB',
17c17
<         'mirakurun_url': 'http://192.168.0.107:40772/',
---
>         'mirakurun_url': 'http://localhost:40772/',
80,81c80
<         #'upload_folder': 'E:\TV-Capture',
<         'upload_folder': '/',
---
>         'upload_folder': 'E:\TV-Capture',
95c94
< }
---
> }
$ diff docker-compose.yaml docker-compose.example.yaml
28c28
<         source: './rootfs/'
---
>         source: '/'

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Miutakucommented, Oct 23, 2022

なるほど、であれば、一旦0.6.0正式版を待とうかと思います。 正式版で確実に利用できるようになってから、動作検証を再び協力させてくださいー!

0reactions
Miutakucommented, Oct 23, 2022

一旦、Closeいたしますね!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Client sent an HTTP request to an HTTPS server
1 Answer 1 · traceroute <cluster-ip> perform this command and check whether arrive to cluster inside of container attach container and perform ...
Read more >
Client sent an HTTP request to an HTTPS server - Portainer
Client sent an HTTP request to an HTTPS server. Cause. This error occurs when you attempt to access Portainer's HTTPS URL (port 9443)...
Read more >
Docker: Client sent an HTTP request to an HTTPS server
Docker: Client sent an HTTP request to an HTTPS server ; Problem: ; Possible Solution: Configure certficate file. ; Desired Result: Be able...
Read more >
Client sent an HTTP request to an HTTPS server #1308 - GitHub
Hi, We have tried to enable Kiali mesh observer after the istio installed on the kubernetes cluster using following url( ...
Read more >
Client sent an HTTP request to an HTTPS server
i have deployed new rocket chat server via Snap store while access it give the error 1st time (Client sent an HTTP request...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found