Skip to content

feat: add Skip TLS Verify toggle to datasource config#48

Open
OVR92 wants to merge 1 commit into
NeedleInAJayStack:mainfrom
OVR92:main
Open

feat: add Skip TLS Verify toggle to datasource config#48
OVR92 wants to merge 1 commit into
NeedleInAJayStack:mainfrom
OVR92:main

Conversation

@OVR92
Copy link
Copy Markdown

@OVR92 OVR92 commented Jun 1, 2026

Adds a frontend toggle and backend support for skipping TLS certificate verification.
image

Adds a frontend toggle and backend support for skipping TLS certificate
verification, useful for development environments with self-signed certs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@NeedleInAJayStack
Copy link
Copy Markdown
Owner

Hey @OVR92, this is great! I had considered in the past building out better HTTP client configuration, and this is a great place to start.

After a quick review, I did notice that this would be a lot simpler if the underlying haystack package allowed passing an http.Client directly, so I added that in this PR. I then combined that with your work here to create #49. Just in the interest of simplicity and communication, I think we'll go with that PR and I'll close this one.

Thanks for coming up with this idea and contributing! Hope you're finding value in this package!

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.

2 participants