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: support for specifying additional TLS certs #308

Merged
merged 21 commits into from
Sep 28, 2021

Conversation

lucacasonato
Copy link
Contributor

@lucacasonato lucacasonato commented Jul 21, 2021

This commit adds support for specifying additional certificates
(like required for servers with self signed certs), to the client.
The certificate will be passed to Deno.startTls appropriately.

Closes #284

Copy link
Collaborator

@Soremwar Soremwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a unit test in order to be merged. All the infraestructure to achieve this is there already, normal tests are even called non TLS at this point. The invalid tls test and related database should work just fine for this purpose

@Soremwar Soremwar changed the base branch from master to main August 16, 2021 22:01
This commit adds support for specifying additional certificates
(like required for servers with self signed certs), to the client.
The certificate will be passed to `Deno.startTls` appropriately.
@lucacasonato lucacasonato force-pushed the custom_tls_certs branch 4 times, most recently from 44513dd to 0c0038a Compare September 25, 2021 12:31
Dockerfile Outdated Show resolved Hide resolved
docker-compose.yml Show resolved Hide resolved
@Soremwar
Copy link
Collaborator

@lucacasonato Please rebase over latest main, it contains an important fix for TLS connection and the Deno version bump

This commit adds support for specifying additional certificates
(like required for servers with self signed certs), to the client.
The certificate will be passed to `Deno.startTls` appropriately.
Copy link
Collaborator

@Soremwar Soremwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Luca

So good to know this is finally supported and testable

@Soremwar Soremwar merged commit 60180c1 into denodrivers:main Sep 28, 2021
@lucacasonato lucacasonato deleted the custom_tls_certs branch September 28, 2021 22:17
@lucacasonato
Copy link
Contributor Author

Thanks for seeing this through @Soremwar :-)

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

Successfully merging this pull request may close these issues.

Custom CA cert
2 participants