Calling internal backend from public frontend
johntday
HOBBYOP

a year ago

I have the following services:

  • frontend - Next on port 3000

  • backend - FastAPI on port 10000

  • searxng - searxng on port 8080

backend is configured to call searxng on the private network via "http://searxng.railway.internal:8080"

When backend calls searxng on the private network, I get the following error message.

Mixed Content: The page at 'https://perplexy.app/' was loaded over HTTPS, but requested an insecure resource 'http://searxng.railway.internal:8080'. This request has been blocked; the content must be served over HTTPS.

2 Replies

aneeshsoni
HOBBY

a year ago

Did you end up figuring out how to address this? Encountering the same issue on my end


aneeshsoni

Did you end up figuring out how to address this? Encountering the same issue on my end

aneeshsoni
HOBBY

a year ago


Loading...