Closed
Description
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.