Giter VIP home page Giter VIP logo

Comments (5)

dabooz avatar dabooz commented on July 18, 2024

@JoergWende In the anax repo, the builtin test environment runs the CSS with HTTPS enabled, so it is possible. In the CSS config file you have to set "ListeningType secure", "SecureListeningPort 9443" - doesnt have to be port 9443, "ServerCertificate /certs/css.crt" - whatever cert you generate, "ServerKey /certs/css.key" - whatever private key you have for the cert. And you can leave "CommunicationProtocol http", do not change it to https.

The script that starts the mgmt hub in this repo has SSL turned off to make the environment simpler.

from devops.

bmpotter avatar bmpotter commented on July 18, 2024

@JoergWende also, be aware that the exchange doesn't currently support https natively (w/o a front-end ingress terminating the TLS). And as dave said, the deploy-mgmt-hub.sh script is intended for dev/test, which is why it sets up only http. If you can add https to it w/o making it more complicated for developers that don't need that, I'm open to a PR.

from devops.

bmpotter avatar bmpotter commented on July 18, 2024

Both the exchange and sdo mgmt hub components are currently adding https support, so i'm planning to implement this issue in the next couple of weeks.

from devops.

bmpotter avatar bmpotter commented on July 18, 2024

Waiting for open-horizon/exchange-api#500 to be merged, so i can modify all-in-1 to also configure the exchange for TLS

from devops.

bmpotter avatar bmpotter commented on July 18, 2024

Added TLS support for exchange.

All-in-1 TLS has been tested by several users, include e2edev.

from devops.

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.