Rss feeds behind proxy server

Hey

I have a problem. I have an XAMPP server running Xibo 1.8.2 behind a proxy server. That works so far synonymous everything well. Only the RSS module simply does not work. The problem I know already, it is s.der Curl, which does not register with the proxy server. I can also see this on the proxy server:

`
2017:10:13-11:03:59 firewall-1 httpproxy[18626]: id=“0003” severity=“info” sys=“SecureWeb” sub=“http” name=“http access” action=“pass” method=“GET” srcip=“192.168.:sunglasses:.:sunglasses:dstip="" user="" group="" ad_domain="" statuscode=“407” cached=“0” profile=“REF_UlBGeXfOJD (Standard)” filteraction=" ()" size=“2591” request=“0xddddbe00” url="http://www.n-tv.de/rss" referer="" error="" authtime=“1” dnstime=“0” cattime=“0” avscantime=“0” fullreqtime=“112” device=“0” auth=“2” ua=“PicoFeed (https://github.com/fguillot/picoFeed)” exceptions=""

`

I have already registered in Xibo under the settings under Network already the proxy server and also a user and password. It does not work this way. Also find it strange that the password is displayed in plain text -> User: Password. On the proxyserver I see unfortunately nothing from the log-in data.

is this a bug? or do I have to enter the registration data anywhere else for the RSS feed?

Xibo only supports a proxy server that uses HTTP basic authentication. Does your proxy server accept that authentication method? Or is it using NTLM/Kerberos authentication?

but this is bad, is there possibly a possibility about xampp `? because the Proy works with an active driectory hand in hand

It’s a limitation of Curl. That’s the authentication it supports. Your proxy administrator should be able to allow your CMS through the proxy without authentication for you.