mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #305] [MERGED] Limit maximum TLS version in ftp_server to 1.2 #993
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#993
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/305
Author: @notti
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/9/2026
Merged by: @maziggy
Base:
0.1.9b← Head:main📝 Commits (2)
47ed16aLimit maximum TLS version in ftp_server to 1.21d0e89fMerge branch '0.1.9b' into main📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
backend/app/services/virtual_printer/ftp_server.py(+1 -0)📄 Description
This might fix (#58) getting uploads from the linux version of the BambuStudio network plugin. Issue observer is connection resets with larger uploads (somewhere >80k).
Description
This limits TLS of the virtual ftp_server to exactly 1.2 (min 1.2 and max 1.2)
Related Issue
Fixes #58 - further testing would be goo.
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.