LINBIT / drbd

LINBIT DRBD kernel module
https://docs.linbit.com/docs/users-guide-9.0/
GNU General Public License v2.0
587 stars 100 forks source link

looks like SPAAS service is down #95

Closed smira closed 4 months ago

smira commented 4 months ago
9.446 curl: (22) The requested URL returned error: 502
9.448   ERROR: SPAAS is not reachable! Please check if your network
9.448   configuration or some firewall prohibits access to 
9.448   'https://spaas.drbd.io/'.
$ curl https://spaas.drbd.io/
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.27.0</center>
</body>
</html>
rck commented 4 months ago

should be fixed

curl https://spaas.drbd.io/api/v1/hello
Successfully connected to SPAAS ('c2a863a5e1070c434b6696de568debb5b4d23e76')
smira commented 4 months ago

thank you! :heart: