arabcoders / ytptube

A WebGUI for yt-dlp with concurrent downloads support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL error accessing docker webui

aligeee opened this issue · comments

Hi there,

First off, thanks for wrapping up this great docker image! Has been working great till the latest version.

When I try to access the webui on my local network (running on unraid) I get the following SSL error:

"SSL_ERROR_RX_RECORD_TOO_LONG"

Any ideas?

Hello,

I have never run into this error before, and from quick google search it seems this error is unique to firefox due to misconfigured ssl certificate they suggest doing forced reload. Ctrl+Shift+r or Shift+reload button.

They offer more suggestions in https://support.mozilla.org/en-US/questions/1222739

if you are using frontend proxy, try terminating the SSL before passing to the container,

Hmm weird - it wasn't working in either firefox or edge earlier but all seems to be working now without having changed anything...

Will mark this as closed & thanks again for the awesome docker image!