MrPrimate / ddb-proxy

MIT License
58 stars 51 forks source link

Mucher stops working when using SSL for Foundry #30

Closed raymondtrueman closed 2 months ago

raymondtrueman commented 2 months ago

The Monster Munch feature was working fine until I switched FoundryVTT to use SSL. AFter that it just does not even bring up the Core Config for the importer. When I disable using a custom proxy then it works again (but obviously only with Patreon support). So I am thinking that it probably fails because ddb-proxy is not runningon SSL. Is there a way to provide a certificate and key to ddb-proxy so it can run on SSL?

There might however be another bug causing this issue but that is the only thing that changed - Foundry was switched to SSL

MrPrimate commented 2 months ago

You need to run it behind a proxy like Nginx or Caddy. You shouldn't really be running Foundry without these; node does not make a great secure proxy device. Configuring these applications is some of the excellent service I bring to my own proxy, and you can learn more about running them through articles on the Foundry website or the internet in general.