Giter Club home page Giter Club logo

Comments (5)

C1audiuss avatar C1audiuss commented on June 8, 2024

I ve same error, i thing it s from server

from cc-attack.

operationairstrike avatar operationairstrike commented on June 8, 2024

Yes server causes it

from cc-attack.

MiChaelinzo avatar MiChaelinzo commented on June 8, 2024

Yes server causes it

it is not the server but the code itself using a use of SSLContext in Python. The error message indicates that the SSLContext() function is being used without a protocol argument, which is now deprecated (https://stackoverflow.com/questions/72306332/python3-deprecationwarning-ssl-protocol-tlsv1-2-is-deprecated-sslcontext-ssl) (eclipse/paho.mqtt.python#653). Instead, you should use either ssl.PROTOCOL_TLS_CLIENT or ssl.PROTOCOL_TLS_SERVER as per your requirement (https://stackoverflow.com/questions/72306332/python3-deprecationwarning-ssl-protocol-tlsv1-2-is-deprecated-sslcontext-ssl) (eclipse/paho.mqtt.python#653). The error message also indicates that ssl.PROTOCOL_TLS is deprecated (eclipse/paho.mqtt.python#653). You can find more information about this error and how to fix it on the Python documentation website

from cc-attack.

C1audiuss avatar C1audiuss commented on June 8, 2024

i found it, it s because sytax it s not correct you must try http:// and not https://

from cc-attack.

MiChaelinzo avatar MiChaelinzo commented on June 8, 2024

i found it, it s because sytax it s not correct you must try http:// and not https://

Thanks, yes I know about it, that's why I put a link it doesn't support https etc.

from cc-attack.

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.