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

On App (not web) - Allow connections to servers using self-signed certificates #343

Open
PeterFalken opened this issue Jun 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@PeterFalken
Copy link

PeterFalken commented Jun 15, 2024

Describe your feature request
As a user/dev, I would like to connect to a server that uses self-signed certificates. Since this is not allowed on the browser, the APP implementation should allow creating a connection where the certificate validation/check is optional.

The rational for this feature, is that sometimes development environments are setup with self-signed certificates, this allows testing the connections with TLS/SSL similar to what the PROD environment will use, the only difference being the certificate validation.

I'm basing the feature on a similar connection features that exists on PostgreSQL, This would allow self-hosted DEV environments with TLS/SSL connectivity.

Are you willing to contribute this feature?
I can help if needed.

@PeterFalken PeterFalken added the enhancement New feature or request label Jun 15, 2024
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

1 participant