-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Usage behind a proxy #104
Comments
+1. |
+1 |
1 similar comment
+1 |
it's working after the last update! o// |
great work! |
+1 It's very important for users in China. |
@gutenye for me, just the update was enough. Nothing more. |
+1 this would be great for when people travel to networks that aren't their own and have to work behind a proxy server (like visiting corporate clients). |
+1. sock5 proxy |
+1 |
Sounds like this is fixed so I'm going to close! We generally recommend setting up your OS's networking configuration to use the desired proxy settings. |
@grinich World this work for |
What a pity! I wouldn't be able to use it in China until it supports proxy. |
@edwinyzh If you want to implement the feature, you can override the request module to use a proxy. |
I don't remember the specifics of the override. |
maybe helpful: https://www.npmjs.com/package/global-tunnel |
Thanks for the link @lalitkapoor. It looks like that'd do the trick, but we may try to rewrite our HTTP request logic to use XMLHTTPRequest instead of the |
+1 for manually proxy configuration. I'm running N1 on Windows, behind a corporate proxy, and it doesn't reach the api. |
This is in development.
|
+1 |
-> still a proxy problem for me ! (OS Kubuntu 16.04) |
+1 Still no progress on that ? |
+1 |
+1, can not use it reliably without proxy for work |
This comment has been minimized.
This comment has been minimized.
It works with proxychains
|
+1 |
1 similar comment
+1 |
No proxy means it's unusable for me on some networks behind firewalls. |
Any update on this ? |
+1 |
I'm having this problem too, I think. This is what I get in the log file:
I tried to proxify nylas-mail with proxychains-ng but it did not work (nylas-mail or proxychains hangs). Any suggestion? TIA p.s. I did not say it before, but I'm behind an enterprise firewall too |
Instead of using the proxychains-ng executable available in openSUSE's repos (which is v4.11), I compiled it myself (v4.12). proxychains-ng itself worked ok after compiling my private copy, but nylas-mail did not. Apparently nylas-mail is always trying to connect to this address: http://localhost:2578/auth, which does not seems correct to me. Any ideas? TIA |
Replying to myself: adding |
Not able to get it to work through proxychains. Can anyone help? |
+1 |
@fffx awesome!! it works. |
Sorry, in my situation, it only can log into Gmail but can not send emails with |
@livc are you sure you cannot? |
I can't use nylas at all -- I have the http_proxy, https_proxy, and no_proxy env vars set properly in my environment. No matter what I try to configure, it fails with some type of error. For GMail it says "Could not establish tunneling socket" |
Hi,
I'm trying to use N1 behind a corporate proxy. I'm using Ubuntu and have both
$http_proxy
and$https_proxy
set.I set up my private gmail acount and that part worked, but I cannot send any emails, I get the
"Your draft could not be sent. Please check your connection and try again"
error. I'm also trying to setup Exchange account and I get"Tunneling socket could not be established, cause=write EPROTO"
.Also for Exchange, shouldn't there be an option supplying EWS URL?
Thanks!
The text was updated successfully, but these errors were encountered: