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

Support option for plaintext servers on loopback addresses #499

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

andybradshaw
Copy link
Contributor

@andybradshaw andybradshaw commented Sep 15, 2022

Before this PR

Witchcraft currently doesn't support creating a non-TLS server. We very rarely need this functionality, but when we do, we need to copy a non-trivial amount of code to get things like telemetry middleware to work. Witchcraft could attempt to support those use cases by allowing the creation of a plaintext server in specific scenarios where TLS is less important (usually a localhost or perhaps a UNIX socket).

After this PR

==COMMIT_MSG==
Support option for plaintext servers on loopback addresses
==COMMIT_MSG==

Possible downsides?

Would be totally reasonable to say this is something we shouldn't support and should instead work to make the witchcraft middleware more consumable for "wrouter, but not witchcraft" use cases.


This change is Reviewable

@andybradshaw andybradshaw self-assigned this Sep 15, 2022
@changelog-app
Copy link

changelog-app bot commented Sep 15, 2022

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Support option for plaintext servers on loopback addresses

Check the box to generate changelog(s)

  • Generate changelog entry

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