amit777

Results 47 comments of amit777

Hi, we noticed an issue when there are potentially multiple proxies and app.proxy = true. We occasionally end up with private IP addresses in the logs. I think the situation...

Oh cool, it looks like proxy-addr actually may solve the exact issue I described above.

Just as a note, I found this in one of my logs even though I don't have ipv6 enabled on the server. Seems like some strange proxy setting headers in...

Altenatively, maybe could have something like an array of trusted headers by priority... app.trustedProxyHeaders = ['X-Real-IP', 'X-Forwaded-For'] and then the app.ips() method could use that. I'm going to configure HAProxy...

I can confirm that @Krizz fix works for me as well.

Did the @Krizz fix not work for you?

@tomas-net I'm a little new to pdf2htmlex.. Could you point me to the "pdf2tmlex viewer" you are referring to?

they don't seem to have a latest tag.. try this: docker pull stephengaito/pdf2htmlex:0.18.8.alpha-updateBuildScripts-20200621-alpine-3.12.0-x86_64

Just an FYI. It looks like a lot of security updates have been made to Poppler since .63 (https://poppler.freedesktop.org/releases.html). I'm going to try getting this working on centos7 building from...

i was able to get it compiled with .63 on centos7.. had to do some updates to the .sh script. I was a little too ambitious and tried to get...