- Notifications
You must be signed in to change notification settings - Fork24
feat: add options to support client tls#128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@code-asher why might this fail? |
code-asher commentedSep 7, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Ah I think the certificate fixtures I generated expired, for some reason I just assumed they had no expiration if I never specified one but apparently there is a default (30 days it seems?). I will change it to either generate them as part of the test or make the expiration really far in the future. |
adding configuration properties: coder.tlsCertFile coder.tlsKeyFile coder.tlsCaFile
Uh oh!
There was an error while loading.Please reload this page.
adding configuration properties:
fixes#126