mariusmotea / diyHue

Philips Hue emulator that is able to control multiple types of lights
Other
627 stars 107 forks source link

Is the certificate server down? #534

Closed ToracX closed 10 months ago

ToracX commented 11 months ago

My cert.pem is empty. Trying to manually create a certificate using

curl "http://mariusmotea.go.ro:9002/gencert?mac=XX:XX:XX:XX:XX:XX"

Gives a timeout:

curl: (7) Failed to connect to mariusmotea.go.ro port 9002: Timed out

Any clues or tips how to fix it?

Also using this command curl https://192.168.178.101/api/nouser/config -v -k

mariusmotea commented 11 months ago

Hi,

I will recover this service later today. Will update here once it is ready.

ToracX commented 11 months ago

Hi,

I will recover this service later today. Will update here once it is ready.

Okay great. please let me know.

mariusmotea commented 11 months ago

I think it is fixed and updated (with faketime enabled).

Jokeronomy commented 10 months ago

This service might be down again. I recently upgraded my DiyHue install, my cert.pem is missing, and while the curl command does not error out I also do not get any output from the command. No file downloaded either. Trying https gives this error: curl: (35) OpenSSL/3.1.4: error:0A00010B:SSL routines::wrong version number

Thanks in advance for any help you can provide

mariusmotea commented 10 months ago

your browser force https connection because i also have an https server on that host. Try to get the certificate with curl https://reqbin.com/curl

mariusmotea commented 10 months ago

found an issue after reboot of the service and fix it.