GithubHelp home page GithubHelp logo

Support SSL about xoom-http HOT 5 CLOSED

vlingo avatar vlingo commented on June 14, 2024
Support SSL

from xoom-http.

Comments (5)

VaughnVernon avatar VaughnVernon commented on June 14, 2024 1

From discussions with @aleixmorgadas and @kmruiz it seems best to postpone this indefinitely or at least until we have strong proof that it is needed. We have decided that this kind of support should be provided by existing tools such as NGINX, CloudFront, etc., and that vlingo/http is best served by focusing on fluent tooling for DDD-based use cases.

from xoom-http.

VaughnVernon avatar VaughnVernon commented on June 14, 2024

We need vlingo/http servers to support SSL/HTTPS. We need vlingo/http non-blocking clients to be able to access SSL/HTTPS servers.

Please see additional information on examples:
https://groups.google.com/forum/#!searchin/conscrypt/example%7Csort:date/conscrypt/T4c2YCY91qc/2tkxgHcTBAAJ

Conscrypt is a JCA security provider, so for the most part you just use the standard JCA APIs.
https://docs.oracle.com/javase/9/security/java-cryptography-architecture-jca-reference-guide.htm

For your specific example, see:
https://stackoverflow.com/questions/11787571/how-to-read-pem-file-to-get-private-and-public-key.

from xoom-http.

 avatar commented on June 14, 2024

To add SSL support we need to touch two components, http and wire.

For vlingo-http, I would start checking the next two classes:

Since what people use is vlingo-http, we need here the way to enable the SSL/HTTPS support.

vlingo-http delegate the actual Server implementation into vlingo-wire component/module. For wire, I would start checking the direct class used by ServerActor:

I think it should be possible to enable the SSL using those classes, or those plus the used by them.

If more information is needed, please, don't hesitate to post your question ^^

from xoom-http.

VaughnVernon avatar VaughnVernon commented on June 14, 2024

@aleixyz You can now see an issue here vlingo/xoom-wire#6 that indicates how this can be achieved with NIO.

from xoom-http.

VaughnVernon avatar VaughnVernon commented on June 14, 2024

Implemented/Fixed with: vlingo/xoom-wire#6

from xoom-http.

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.