-
Notifications
You must be signed in to change notification settings - Fork 17
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
ECONNRESET Error when making calls. (Using SSL) #16
Comments
Thanks for your submission, I just tried everything exactly like you did but running the node remotely. (my system: MacOS Mojave) script:
Config:
And receiving: |
I have it working now without an SSL on the same server as the node. (No remote connection) I'm not sure why it wasn't working remotely, because the port was open and I could hit the node without the ssl but it would just get a forbidden error. |
Maybe your way to "allow" IP's is wrong there? I check an example config and there it is noted like this:
|
Please give us a short feedback, if everything is working for you so we can mark it as resolved. Thank you 👍 |
I changed rpcallowip to how you said and still nothing remotely. |
Here is my VERGE.conf
I've tried some wildcard certs I had laying around but also tried
Whenever I try to make a call it returns ECONNRESET. I can't see anything in the VERGEd log.
Also if I try to use it without SSL it returns 403 forbidden error everytime.
I'm using the library just like the docs say here, reading the .crt file creating from before.
VERGEd is running on a ubuntu 16.04 machine, and I'm trying to connect remotely with node-verge.
The text was updated successfully, but these errors were encountered: