Wings behind Cloudflare #2882
-
Hey there! I enabled the "behind proxy" option, and also tried as a troubleshooting step to add the [2020-12-17 00:15:04] production.WARNING: GuzzleHttp\Exception\ConnectException: cURL error 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:200
Stack trace:
#0 /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
#1 /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) Is it possible to run the daemon behind Cloudflare at all? Thanks! :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
The wings port should be 8443 with Cloudflare proxy, quite interesting that you are proxying wings but not the panel. You definitely can run Wings/daemon behind the Cloudflare, but it can cause headaches such as this and SFTP won't work off without exposing it through a different IP/domain. Can you provide your web server conf file? |
Beta Was this translation helpful? Give feedback.
-
Hello @MAXOUXAX! That appears to be an SSL related error. Ensure the following for running nodes behind Cloudflare:
I realize you are not using certs on the system currently, but it saves quite a few headaches to just use one. Edit: note that your panel may struggle to save any port changes for the node because of Cloudflare. if this happens, disable Cloudflare Proxy and set up normally with regular certs, then re-enable Cloudflare once you ensure it works |
Beta Was this translation helpful? Give feedback.
Hello @MAXOUXAX!
That appears to be an SSL related error. Ensure the following for running nodes behind Cloudflare:
behind proxy
disabledsystemctl status wings
I realize you are not using certs on the system currently, but it saves quite a few headaches to just use one.
Edit: note that your panel may struggle to save any port changes for the node because of Cl…