Initial Home page

taniman 2017-07-04 09:24:00 +02:00
commit f4383bfffc
1 changed files with 23 additions and 0 deletions

23
Home.md Normal file

@ -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? <br/>
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