You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix macOS PF rules to route traffic to HTTP proxy with TLS termination
- Change PF rules to redirect all TCP traffic to port 8080 (HTTP proxy with TLS termination)
- Previously was incorrectly routing to port 8443 (HTTPS proxy)
- HTTP proxy with TLS termination can handle both HTTP and HTTPS traffic
- Fixes 'client sent HTTP request to HTTPS server' error on macOS
- Update comments and logging to reflect correct proxy usage
Co-authored-by: f0ssel <[email protected]>
0 commit comments