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:
- Created a year ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
なるほど、であれば、一旦0.6.0正式版を待とうかと思います。 正式版で確実に利用できるようになってから、動作検証を再び協力させてくださいー!
一旦、Closeいたしますね!