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

Using Apprise with Proxy server #387

Closed
louislgf opened this issue May 11, 2021 · 3 comments
Closed

Using Apprise with Proxy server #387

louislgf opened this issue May 11, 2021 · 3 comments
Labels

Comments

@louislgf
Copy link

I am currently using Apprise in my Python script to send discord notifications.

However on the computer using proxy, it does not send the notification and I was wondering if this is supported? (apprise on proxy)

@caronc
Copy link
Owner

caronc commented May 15, 2021

Hi,

Sorry to take so long to get back to you. Apprise pretty much wraps requests. The nice thing about this library is it handles the proxy for you if you just set the right environment variable:

On Linux/Unix:

export HTTP_PROXY=10.10.1.10:3128
export HTTPS_PROXY=10.10.1.11:1080

On Windows:

set http_proxy=10.10.1.10:3128
set https_proxy=10.10.1.11:1080

Then you can run the apprise binary and things should work fine. Let me know how it goes.

@caronc
Copy link
Owner

caronc commented Aug 2, 2021

Hi,

It's been a few months since I've heard back from you. Are you okay if I close this ticket off? Did it end up working for you?

@caronc
Copy link
Owner

caronc commented Aug 7, 2021

Hi @louislgf , I'm going to close this ticket now and presume the information works okay. If it didn't, or you still have any issues, feel free to re-open this ticket or create a new one.

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

No branches or pull requests

2 participants