Recent Discussions

Error out when starting wings for first time

Unanswered
Giant panda posted this in #questions
Messages102 messages
Views0 views
Giant pandaOP
message.txt
Download
Giant pandaOP
The host is on 192.168.0.143
Lionhead
curl -v https://192.168.0.143/api/remote/servers

run this, see if the api endpoint even works
let me know it's output
Giant pandaOP
on it
blake@flud-server:/var/www/pterodactyl/config$ curl -v https://192.168.0.143/api/remote/servers
* Trying 192.168.0.143:443...
* Connected to 192.168.0.143 (192.168.0.143) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS alert, internal error (592):
* OpenSSL/3.0.13: error:0A000438:SSL routines::tlsv1 alert internal error
* Closing connection
curl: (35) OpenSSL/3.0.13: error:0A000438:SSL routines::tlsv1 alert internal error
I see a problem.. that is above my head xD
Lionhead
:kekshake:
there's an issue with the tls handshake it seems :hm:
Giant pandaOP
I've been dancing around this SSL crap all day haha
Lionhead
tbh if you're running it via localhost there is no reason for any ssl cert
most of the time
if other people aren't going to access it you can just run it via http
Giant pandaOP
I think I might have misconfigured.. I intend to have this server public
Lionhead
would make this a lot easier on you
so your network is port forwarded?
Giant pandaOP
That's how I did the MineOS install, and it was gravy in http land lol
Giant pandaOP
Yes, i have forwarded 80 and 443 (mostly out of ignornace)
to that 143 address
Lionhead
okay, well part of this could be because you need port 8080 & 2022 port forwarded for wings
Giant pandaOP
cheese and rice
Lionhead
but I would say you should try using your public ip for wings, and even for your panel
as other people cannot use your private ip
anything 192.168.x.x is local
Loading...