#After succesfully having a proxy pass with SSL, the nodes are not connecting.
30 messages · Page 1 of 1 (latest)
Alright one sec.
Can i do that in DM tho? i dont fancy showing my domain and IP to everyone.
I understand, you may mask the IP's if that works for you?
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;
}
}
we really can't support proxies as it adds great complexity and if you dont understand the proxy software, troubleshooting becomes too cumbersome.
I understand the proxy Jolty, to some degree.
I just dont get why the nodes arent connecting.
¯_(ツ)_/¯
you gotta be willing to troubleshoot your software
and get to the root cause
But you don't have to answer Jolty 😄
pterodactyl is not that root cause
DonNorske might be willing to give some advice.
its just you are wasting others time too
when you can just squeeze your proxy software
and get the info you need
because you have the answer in front of you
just troubleshoot your proxy software
and it will show what the real error is
I tried, i need a little help, thats why i ask.
this isn't help for proxy software.
Jolty, lets stop this useless discussion please.
the issue is not pterodactyl is what im trying to say
Now ur wasting my time too..
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.
As he made clear, and i am aware.