It has been years for me, but I used webmin for its filemanger on my
servers...
On 9/21/25 9:33 AM, Yehuda Katz wrote:
You are missing a lot of information about your configuration. Since
that file manager is Python, how are you pointing HTTPD to Python?
Separately, I wouldn't even think of trying to make non-secure
connections, especially for something as important as a file manager.
Skimming quickly, that file manager has documentation for enabling
SSL, but also recommends a frontend proxy.
- Y
Sent from a device with a very small keyboard and hyperactive autocorrect.
On Sun, Sep 21, 2025, 9:13 AM Paxton Houston
<[email protected]> wrote:
i run a website and the easiest way to update it is through a file
manager i added. the issue is that the file manager only works
through http, not https. https on that subdomain does exist, but
it's just the main website. is there any way i can fix this? (btw,
the file manager i'm using is called copyparty:
https://github.com/9001/copyparty/ )