-
Notifications
You must be signed in to change notification settings - Fork 0
New integration test for TLS/SSL support #47
Copy link
Copy link
Open
Labels
refactoringCode improvement without behavior changeCode improvement without behavior change
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactoringCode improvement without behavior changeCode improvement without behavior change