Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for HTTPS and not only HTTP for local server #186

Open
PaoloPia opened this issue Mar 4, 2021 · 3 comments
Open

Support for HTTPS and not only HTTP for local server #186

PaoloPia opened this issue Mar 4, 2021 · 3 comments

Comments

@PaoloPia
Copy link
Collaborator

PaoloPia commented Mar 4, 2021

I'd like to see support for HTTPS on local server, and not only HTTP.
I already have a partially working solution on my environment.
The only challenge is to make a choice about how to generate a self-issued certificate during the generation.

@PaoloPia
Copy link
Collaborator Author

PaoloPia commented Mar 9, 2021

Hey @wictorwilen,
Talking about adding support for HTTPS, I already updated the code templates in my own branch, but I'd like to also generate a self-signed certificate for SSL hosting. However, there are multiple options to do that (dotnet, PowerShell, OpenSSL, etc.). What is your preference? Or do you rather prefer to just prompt the developer for the path and password of the PFX, without generating it within the generation process? Thanks.

@wictorwilen
Copy link
Member

The only preference I have is that it should not require any additional installs, if not needed. I think it would be great to have a custom task that creates the certificate (could be done via the selfsigned npm package) and also documentation on how to provide your own.

@PaoloPia
Copy link
Collaborator Author

Here is the PR for this item: #201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants