Giter Club home page Giter Club logo

Comments (5)

fberndl avatar fberndl commented on August 16, 2024 1

Hi @maciejro ,

I could verify the communication (psme-rest-server and psme-compute-simulator) to the PODM using following command:

curl https://10.8.0.120:8443/redfish/v1/Systems/1 --insecure --user admin:admin

Thanks for your support.

from intelrsd.

maciejro avatar maciejro commented on August 16, 2024

Hi @fberndl,

We're currently looking at your issue and give you a response as soon as we can.

from intelrsd.

maciejro avatar maciejro commented on August 16, 2024

Hi @fberndl,

First of all sorry for a delayed response. We've investigated your problem and it looks like you are using the old version (.26) of libgnutls library. The minimum required version of this library is _.28_ which supports TLS_ECDHE_ECDSA_AES_128_GCM_SHA256 cipher required by PSME REST Server.

Please update this library in your OS and try again.

from intelrsd.

fberndl avatar fberndl commented on August 16, 2024

Hi,
this library wasn't installed during the installation process at my build container, after installing gnutls28 it was still compiled using .so.26, so I manually set the .so link to .so.28

sudo apt-get install libgnutls28
sudo ln -s libgnutls.so.28.30.1 libgnutls.so

Thanks for help, the psme-rest-server is now starting. I will verify communication and close this ticket afterwards

from intelrsd.

maciejro avatar maciejro commented on August 16, 2024

Hi @fberndl,

I'm glad to hear that! You're welcome!

from intelrsd.

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.