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

[FEAT] Allow self-signed certificates in hana-utils #536

Open
mikejgray opened this issue Oct 24, 2024 · 1 comment
Open

[FEAT] Allow self-signed certificates in hana-utils #536

mikejgray opened this issue Oct 24, 2024 · 1 comment
Labels
enhancement New feature or request triage New issue needs review

Comments

@mikejgray
Copy link
Contributor

Objective

With a configuration option, allow insecure (self-signed certificate) connections to HANA.

Initial Implementation Requirements

  • Defaults to false, but is configurable via neon.yaml
  • verify=False if the configuration allows for it
  • Able to connect to a HANA instance backed by a self-signed certificate, such as the default Neon Hub configuration

Other Considerations

May want to consider if there are other situations where this is valuable

@mikejgray mikejgray added enhancement New feature or request triage New issue needs review labels Oct 24, 2024
@mikejgray
Copy link
Contributor Author

mikejgray commented Oct 24, 2024

Lines 105 and 173 in hana_utils.py are the relevant lines I changed in my local venv to make this work, but a complete implementation would require more work than that

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

No branches or pull requests

1 participant