Giter Club home page Giter Club logo

Comments (3)

texroemer avatar texroemer commented on June 20, 2024

Hi @mkanet

The system you are running the cmdlet from, what version of TLS does it support? Its recommended to use TLS 1.1 or 1.2 due to security issues.

Thanks

from idrac-redfish-scripting.

mkanet avatar mkanet commented on June 20, 2024

Thanks for the quick reply.

I'm not certain. However, the below command doesnt seem to make any difference, even after restarting PowerShell. I've also tried adding TLS 1.1 as well. Is there a more reliable way to add support for TLS12 in PowerShell as the default? Thanks again.

[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;

from idrac-redfish-scripting.

texroemer avatar texroemer commented on June 20, 2024

In the cmdlet, can you change:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12

to:

[Net.ServicePointManager]::SecurityProtocol = "TLS12, TLS11, TLS"

Then relaunch Powershell session and see if it works? If not could be an issue with SSL. I've also been trying different settings on my end and been unable to reproduce the issue you are seeing.

Thanks

from idrac-redfish-scripting.

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.