From f4383bfffc002cc6e6ef89ce80e8f729596917a6 Mon Sep 17 00:00:00 2001 From: taniman Date: Tue, 4 Jul 2017 09:24:00 +0200 Subject: [PATCH] Initial Home page --- Home.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..0ab3ef7 --- /dev/null +++ b/Home.md @@ -0,0 +1,23 @@ +Welcome to the gunbotproxycommunity wiki! + +### The Tomcat connector configured to listen on port 443 failed to start. The port may already be in use or the connector may be misconfigured. +Try running sudo su and then java - jar GunbotProxyCummunity-x.x.x.jar + +Nothing?
+netstat -alnp | grep 443 or netstat -aln | grep 443 +Will tell you what process is running on that port. +Kill it or something + +On windows? +Open cmd as administrator +netstat -abo | grep 443 +Will tell you what process is running on that port. +Kill it or something + + +### Error: Error: self signed certificate +Did you remember to add process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; to your ALLPAIRS-params.js ??? + +Yes, but still not working? +Try restarting your bot +