Quote:
Originally Posted by chaley
Thinking more about this, I realized that I do not get that warning from firefox. That makes me think that perhaps your reverse proxy is not completely filtering links. Alternatively you are using an old version of the calibre content server that did not completely encapsulate content.
|
Ah, that's interesting.
My proxy should be taking any requests that are coming in on a specifc domain and remapping them. But the one that I think is failing is:
Code:
http://calibre-ebook.com/favicon.ico
But it's in the header, it's not actually visible. But, since it's not coming in on my domain, it wouldn't get re-written. It'd be interesting to see if Calibre still inserts the URL prefix in that link, in which case your re-write rules would still see it, but mine would not.
The other info about the SSL chains, I'll look into. I was pretty sure all the intermediate certs were installed but I'll verify against your process.
Thanks for the help!