Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Kriss_Feed behind a proxy #274

Closed
ernestoacostame opened this issue Sep 10, 2013 · 4 comments
Closed

Use Kriss_Feed behind a proxy #274

ernestoacostame opened this issue Sep 10, 2013 · 4 comments

Comments

@ernestoacostame
Copy link

Hello.

I have successfully installed kriss_feed but I can not receive updates from My Feeds. The point is that I surf behind a proxy server, and want to know if there is any way to establish which is the server and the port that connects kriss_feed.

Excellent work.

@tontof
Copy link
Owner

tontof commented Sep 10, 2013

Yes it's possible but for now, it's not very convenient. If you are using curl, you have to add paramaters close to here: https://github.com/tontof/kriss_feed/blob/master/index.php#L3946 in index.php file
curl_setopt($ch, CURLOPT_PROXY, "http://...");
curl_setopt($ch, CURLOPT_PROXYPORT, ...);
curl_setopt($ch, CURLOPT_PROXYUSERPWD, "user:password");
curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt($ch, CURLOPT_PROXYAUTH, CURLAUTH_BASIC);

I hope plugins will simplify this :-)

@ernestoacostame
Copy link
Author

Thanks.. I try ;)

@ernestoacostame
Copy link
Author

It's work :D

@tontof
Copy link
Owner

tontof commented Sep 10, 2013

great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants