Menci / Menci/Floway

Support TLS 1.2 for upstream connections

Open
#507 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
85
Forks
33
Avg merge
45m
Merged PRs (30d)
10

Description

TLS 1.3 is not yet supported by every website or API endpoint. Some upstream services still rely on TLS 1.2, so connections to those services may currently fail.

It would be helpful if Floway could support both TLS 1.2 and TLS 1.3, negotiating the best version available for each upstream connection. This would improve compatibility while preserving TLS 1.3 support for services that provide it.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests; start by locating Floway's upstream connection and TLS configuration, then inspect how TLS 1.3 is currently selected. Verify completion against TLS 1.2-only and TLS 1.3-capable endpoints, confirming that each connection negotiates the best available version.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
networking
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
56/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.