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

[FEATURE?] TLS support or instructions #419

Open
DDzwiedziu opened this issue Nov 29, 2024 · 1 comment
Open

[FEATURE?] TLS support or instructions #419

DDzwiedziu opened this issue Nov 29, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DDzwiedziu
Copy link

Is your feature request related to a problem? Please describe.
The documentation mentions accessing the API documentation by HTTPS, and SSL is mentioned in the in the authentication, yet it is not reachable nor configurable by default.

I'm not sure if this is/was planned and dropped because of those mentions.

Describe the solution you'd like
Instructions or functionality to add custom TLS certificates.

Describe alternatives you've considered
I've tried to research how to add TLS certificates to poetry, yet not knowing Poetry this seems like a high bar right now.

@JnyJny JnyJny added the enhancement New feature or request label Nov 29, 2024
@JnyJny
Copy link
Owner

JnyJny commented Nov 29, 2024

Thanks for the request. Poetry is software that I use to manage the development and distribution of this project, while FastAPI is the framework used to provide the API via HTTP. Adding HTTPS support to FastAPI implmentations is not impossible, but it is more involved than using unencrypted HTTP and definitely outside the scope of Busylight to assist in setting up. However, I would definitely consider adding command-line support to the busyserve command to specify paths to TLS certs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants