#After succesfully having a proxy pass with SSL, the nodes are not connecting.

30 messages · Page 1 of 1 (latest)

gusty prism
#

Provide some insight as to how that is set up, perhaps show the proxy config you are using. Bad gateway most likely means that your proxying is incorrectly configured 🙂

queen ferry
#

Alright one sec.

#

Can i do that in DM tho? i dont fancy showing my domain and IP to everyone.

gusty prism
#

I understand, you may mask the IP's if that works for you?

queen ferry
#

Sure

#

server {
listen 443 ssl;
server_name domain i wanna proxy to;

ssl_certificate /etc/letsencrypt/live/mydomain.com/full>
ssl_certificate_key /etc/letsencrypt/live/mydomain.com/>

location / {
    proxy_pass https://192.168.1.135;  (This IP of the machine i wanna proxy to)
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_ssl_verify off;
    proxy_ssl_server_name on;
}

}

stray stirrup
#

we really can't support proxies as it adds great complexity and if you dont understand the proxy software, troubleshooting becomes too cumbersome.

queen ferry
#

I understand the proxy Jolty, to some degree.

#

I just dont get why the nodes arent connecting.

stray stirrup
#

¯_(ツ)_/¯

#

you gotta be willing to troubleshoot your software

#

and get to the root cause

queen ferry
#

But you don't have to answer Jolty 😄

stray stirrup
#

pterodactyl is not that root cause

queen ferry
#

DonNorske might be willing to give some advice.

stray stirrup
#

its just you are wasting others time too

#

when you can just squeeze your proxy software

#

and get the info you need

queen ferry
#

They volunteer to give me some advice.

#

How is that wasting

stray stirrup
#

because you have the answer in front of you

#

just troubleshoot your proxy software

#

and it will show what the real error is

queen ferry
#

I tried, i need a little help, thats why i ask.

stray stirrup
#

this isn't help for proxy software.

queen ferry
#

Jolty, lets stop this useless discussion please.

stray stirrup
#

the issue is not pterodactyl is what im trying to say

queen ferry
#

Now ur wasting my time too..

weary sandal
#

Hes not trying to waste your time. Hes says as this is a issue with your proxy software or somewhere else It may be best to ask for help their as they can be complicated and as it doesnt have to do with ptero this wouldnt be the best place to ask.

queen ferry
#

As he made clear, and i am aware.