Closed DCS-MANGO closed 3 months ago
most likely a reverse proxy issue, please provide browser console logs, server logs, reverse proxy configuration or additional details
Thanks a lot. Here are my logos.
i can't read korean, but it seems there is some issue with CORS and 2 ports being used, 8342 and 8341. What are those 2 ports ?
8342 is for HTTPS and 8341 is for HTTP.
I made komga server on HTTPS and redirect to HTTPS.
I made komga server on HTTPS
so the Synology reverse proxy connects to local Komga via HTTPS ? that kinda nullifies the need for a reverse proxy
so, what should I do? I don't have any kinds of knowledges about network. Should I try with kind of Nginx(caddy) step by step?
the reverse proxy can normally handle TLS termination and use plain HTTP locally. You might need to lookup for some guides about how to do this with Synology's built in feature.
Thanks for your help. I fixed the issue by just changing port 8342 to 443 for HTTPS. It works!!
Steps to reproduce
can read epubs in HTTP, but can't in HTTPS
Expected behavior
setup nginx or, caddy as you said, can not load in HTTPS.
Actual behavior
I also found the similar issue "https://github.com/gotson/komga/issues/1453" but i could not solve that.
Logs
No response
Komga version
1.11.2
Operating system
synology linux
Installation method
Docker
Other details
No response
Acknowledgements