Replies: 1 comment
-
I think for your setup you'd need to tell Flask where the SSL certs are located, since otherwise it's just running on port 443 without any knowledge of what domain it's running on or the cert you acquired. From a quick search it seems like you could do something like this: https://bits.mdminhazulhaque.io/python/run-flask-app-with-let's-encrypt-ssl-certificate.html, where you update I'm not familiar with HAProxy, but the common approach is to set up any reverse proxy (I typically use nginx) to Whoogle and handle TLS that way. Here's an nginx example:
|
Beta Was this translation helpful? Give feedback.
-
First and foremost, thank you so much for this project. I love pretty much anything self-hosted and this really fills a niche for me that SearX proved to be an overkill, for.
Having said that, I am having a devil of a time getting Whoogle exposed to the internet with https. I have a domain, I have the cert (letsencrypt), but I keep getting:
Your connection is not private Attackers might be trying to steal your information from whoogle.<my.domain> (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_COMMON_NAME_INVALID
my systemd config looks like this:
NOTE: <my.domain> is actually my domain in the config.
Any ideas? I am sure the fix is easy but I just don't know enough to see it.
Thank you!
EDIT: I forgot to mention that the whoogle instance is in a container on a ProxMox machine behind a HAProxy proxy
Beta Was this translation helpful? Give feedback.
All reactions