diff --git a/FAQ.md b/FAQ.md deleted file mode 100644 index 7415c53..0000000 --- a/FAQ.md +++ /dev/null @@ -1,25 +0,0 @@ -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 - -### Are you using a VPN and keep getting "No value was returned"? -Try running like this java -Djava.net.preferIPv4Stack=true -jar GunbotProxyCommunity-0.9.8.jar \ No newline at end of file