Creating Test File for TLS Termination Proxy
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 47
- Forks
- 29
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 3
Description
I'm trying to create a yaml test file with at least one transaction that will emulate TLS termination with the proxy. For reference, the setup would look like this:
- Verifier-Client -> Sends-HTTP-Connect -> Proxy -> TLS-Handshake -> Verifier-Server
- Verifier-Client <- TLS-handshake <- Proxy
I've experimented with a few different configurations, but I'm not sure how to instruct the client/server to preserve the original TCP stream and switch to TLS on the client side. Any help would be appreciated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or existing test entry point is named. Start with the verifier-client and verifier-server YAML formats and determine how HTTP CONNECT, TCP stream preservation, and the TLS handshake are represented; done means a YAML test file reproduces the stated TLS termination transaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, yaml
- Domain
- networking, security, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100