[GH-ISSUE #1591] [BUG] Memory Leak when fetching the certificate from the remote server #1584

Open
opened 2026-03-03 19:52:39 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Apr 4, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1591

Originally assigned to: @NghiaTranUIT on GitHub.

Description

During the SSL Handshake, Proxyman would connect to the remote server to fetch the real SSL Certificate. However, it turns out the connection is never closed -> Memory Leak 🐏

Why this feature/change is important?

  • Reduce the ram usage over time
  • Close the connection when it's done.
Originally created by @NghiaTranUIT on GitHub (Apr 4, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1591 Originally assigned to: @NghiaTranUIT on GitHub. ## Description During the SSL Handshake, Proxyman would connect to the remote server to fetch the real SSL Certificate. However, it turns out the connection is never closed -> Memory Leak 🐏 ## Why this feature/change is important? - Reduce the ram usage over time - Close the connection when it's done.
Author
Owner
<!-- gh-comment-id:1495317470 --> @NghiaTranUIT commented on GitHub (Apr 4, 2023): Fixed: https://download.proxyman.io/beta/Proxyman_4.5.0_Fix_memory_leak_when_fetching_the_certificates.dmg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1584
No description provided.