Skip to content

New integration test for TLS/SSL support #47

@pj-spoelders

Description

@pj-spoelders

Related to #45 and #46

Generate a certificate in the test, configure and start the server and try to connect/make a request using https.

Creating a self signed certificate with OpenSSL should be easy enough:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 -nodes

Suggestion: Maybe create a simple endpoint/action for testing this instead of also involving the db (mainly for speed purposes)

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringCode improvement without behavior change

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions