Skip to content

Same kind of example using HTTPS #16

@hugo-hur

Description

@hugo-hur

Can you create example out of this EchoServer project but such that it uses SSL/HTTPS with certificate. I cannot find any information how this kind of service could be set up with HTTPS communication which is essential in many applications. Main problem as far as I know is the loading of certificate as all applications usually load the certificate from the disk using FileInputStream. If I can load the certificate from somewhere it seems trivial to implement the server code using com.sun.net.httpserver.HttpsServer. Is there some Java API that I'm unaware about that would allow to load certificate from some storage in azure or from another place? How should one go about f.e. porting this example to use HTTPS server in that manner?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions