Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Dev Proxy is not intercepting HTTPS traffic on macOS 14.4 #609

Closed
waldekmastykarz opened this issue Mar 15, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@waldekmastykarz
Copy link
Collaborator

waldekmastykarz commented Mar 15, 2024

Description

Dev Proxy is not intercepting HTTPS traffic on macOS 14.4.

Expected behaviour

Dev Proxy is intercepting HTTPS traffic

Actual behaviour

$ curl -ix http://127.0.0.1:8000 https://graph.microsoft.com/v1.0/me
HTTP/1.1 200 Connection Established
Content-Length: 0

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to graph.microsoft.com:443

Steps to reproduce

See above

Dev Proxy Version

latest from main

Operating system (environment)

macOS

Shell

zsh

Configuration file

n/a

Additional Info

This issue is caused by a breaking change in macOS 14.4 related to processing certificates. Fix for .net 8 is in progress: dotnet/runtime#99776.

@waldekmastykarz
Copy link
Collaborator Author

Fixed in v0.16.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant