5 :7080

its SSL; but when ignoring cert error; nothing.

$ curl https://192.168.131.90:7080/
curl: (60) SSL certificate problem: self signed certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

$ curl -k https://192.168.131.90:7080/
curl: (52) Empty reply from server

Last updated