Code Monkey home page Code Monkey logo

Comments (8)

Cortex33 avatar Cortex33 commented on August 14, 2024 2

Easy fix to that on debian (work on Ubuntu too, perhaps on all other linux distro).
sudo nano /etc/ssl/openssl.cnf
Search and replace :
MinProtocol = TLSv1.X
by
MinProtocol = TLSv1.0

Restart your server, follow the process to install wideq, everything will work fine.

from wideq.

sampsyo avatar sampsyo commented on August 14, 2024

On the other hand, such a global configuration change might be undesirable---it lets your machine use older, less secure protocols to connect to any server.

from wideq.

Cortex33 avatar Cortex33 commented on August 14, 2024

Because of old configuration in some LG server especially in France :), but not only it seam. I had no choice but this one to make it work.
If someone find a more secure way, please share.

from wideq.

tayanov avatar tayanov commented on August 14, 2024

Easy fix to that on debian (work on Ubuntu too, perhaps on all other linux distro).
sudo nano /etc/ssl/openssl.cnf
Search and replace :
MinProtocol = TLSv1.X
by
MinProtocol = TLSv1.0

Restart your server, follow the process to install wideq, everything will work fine.

My debian 10 not have sting MinProtocol = TLSv1.0 at /etc/ssl/openssl.cnf

from wideq.

Cortex33 avatar Cortex33 commented on August 14, 2024

if you have the conf file, just add the parameter if you have issue to use example.py, if not dont change anything.

from wideq.

paoloantinori avatar paoloantinori commented on August 14, 2024

I'm facing the same issue on Fedora 31 and an LG Italian account, but I've not been able to bypass the problem with update-crypto-policies --set LEGACY that supposedly should whitelist TLSv1.0. Any idea?

from wideq.

tayanov avatar tayanov commented on August 14, 2024

Change all request ( ... ) To request (... , verify=false) . Or wait when lg repair. Im wait In russia. now ok.

from wideq.

paoloantinori avatar paoloantinori commented on August 14, 2024

Thank you.
I was the error. I had put the language param to lower case, this resulted in defaulting to US.

Now everything is working and I can see stats of a Fridge, Washing Machine and Dryer all connected to the Italian servers.

Thank you very much for this project and for the support I've received!

from wideq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.