You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing and configuring rclone packages I see in the log that it's listening HTTPS at port 5572.
When I test RCD it seems to work:
curl -X POST 'http://admin:[email protected]:5572/rc/noop?potato=1&sausage=2' { "potato": "1", "sausage": "2" }
Nevertheless when I use either RcloneNG or react it seems it's not working because I am serving my web through HTTPS and rcd opens a HTTP, therefore web browser console complains about mixed content.
Any ideas to serve RCD through HTTPS?
I'm not sure if uhttpd can be used as reverse proxy...
Thanks!!!
The text was updated successfully, but these errors were encountered:
After installing and configuring rclone packages I see in the log that it's listening HTTPS at port 5572.
When I test RCD it seems to work:
curl -X POST 'http://admin:[email protected]:5572/rc/noop?potato=1&sausage=2' { "potato": "1", "sausage": "2" }
Nevertheless when I use either RcloneNG or react it seems it's not working because I am serving my web through HTTPS and rcd opens a HTTP, therefore web browser console complains about mixed content.
Any ideas to serve RCD through HTTPS?
I'm not sure if uhttpd can be used as reverse proxy...
Thanks!!!
The text was updated successfully, but these errors were encountered: