Initial Home page
commit
f4383bfffc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue