OnionIoT / Onion-Console

Web application for accessing Onion devices
GNU Affero General Public License v3.0
70 stars 13 forks source link

Register Device on Cloud loads http://transfer.sh #93

Open DG12 opened 6 years ago

DG12 commented 6 years ago

What is transfer.sh and how do I get my onion omega registered?

alloydwhitlock commented 6 years ago

This issue is preventing new cloud registrations. If you do a curl for registerdevice.onion.io, it returns the transfer.sh content.

DG12 commented 6 years ago

Not for me ! curl registerdevice.onion.io

<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.11.3</center>
</body>
</html>
alloydwhitlock commented 6 years ago

The transfer.sh request occurs when you do a curl to the HTTPS endpoint; not the HTTP endpoint. When using HTTP, you get a 503 response (which is in your comment output).

pavelmetrokhin commented 6 years ago

Thanks for bringing this to our attention, it was successfully resolved!