You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: