oxidecomputer / oxidecomputer/propolis
Migration: dest_initiate uses HTTP to connect to source but should prefer HTTPS
Open
Nobody has claimed this yet.
migration
- Dominant language
- Rust
- Stars
- 270
- Forks
- 42
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 6
Description
Contributor guide
No contributing guide indexed for this repository
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
Start at bin/propolis-server/src/lib/migrate/mod.rs around lines 378-384 and inspect the dest_initiate path for how it connects to the source. Verify the scheme selection and update the behavior so HTTPS is preferred over HTTP. Done means migration initiation prefers HTTPS while retaining the intended connection behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100