julisa99 / Lovebox

DIY project to lasercut a lovebox on your own (see https://en.lovebox.love/), which would cost almost $100.
https://lisaih.de/Lovebox/
MIT License
110 stars 45 forks source link

. #10

Closed printedpine closed 1 year ago

printedpine commented 1 year ago

.

printedpineapples commented 1 year ago

can someone confirm this still works?

Apewert commented 1 year ago

I have the same issue. It seems that it has to do with the "client.connect(host, httpsPort)" command. It seems that this is failing and so the code aborts.

fed1x commented 1 year ago

Same issue, any solution?

printedpineapples commented 1 year ago

Same issue, any solution?

No solution yet. I put a pause on it all and threw it in a project box.

printedpineapples commented 1 year ago

I have the same issue. It seems that it has to do with the "client.connect(host, httpsPort)" command. It seems that this is failing and so the code aborts.

Can you tell me how you verified that?

Michael-A-Sloan commented 11 months ago

I can say this is still happening and found that @Apewert reply was correct its something to do with the fingerprint process and https for the connection.

printedpineapples commented 11 months ago

I can say this is still happening and found that @Apewert reply was correct its something to do with the fingerprint process and https for the connection.

I am currently in a move and my hobbies are packed away. I actually never got this working, but didn't mess with it much. In another forum someone suggested:

"GitHub likely changed their root certificate and, therefore, SSL/TLS handshake fails. Try replacing the CA root cert as per https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#getting-server-certificate in settings.h."

Let me know if that helps.

Michael-A-Sloan commented 11 months ago

I can say this is still happening and found that @Apewert reply was correct its something to do with the fingerprint process and https for the connection.

I am currently in a move and my hobbies are packed away. I actually never got this working, but didn't mess with it much. In another forum someone suggested:

"GitHub likely changed their root certificate and, therefore, SSL/TLS handshake fails. Try replacing the CA root cert as per https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#getting-server-certificate in settings.h."

Let me know if that helps.

All good ill check this out and post here when I come up with a fix and such. Good luck on that move hopefully everything goes well.