Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

BUG: Failed to process outbound traffic on MacOS Sequoia 15.3.1 #1613

@kiryushah

Description

@kiryushah

Describe the problem

Expected behavior:
After updating to MacOS Sequoia 15.3.1, NekoRay should continue to function normally, allowing the VPN to connect and route traffic without interruptions.

Actual behavior:
After updating to MacOS Sequoia 15.3.1, NekoRay stopped working. There were several retries, but the VPN eventually stopped. After modifying the nekoray/config/routes/Default configuration by setting "sniffing_mode": 0, the following error occurred:

025/02/19 19:35:59 [Warning] [3604076161] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [context canceled dial tcp ***.***.**.***:443: operation was canceled] > common/retry: all retry attempts failed

The issue persists across different browsers, including Chrome, suggesting it is not browser-related.


How to reproduce

  1. Update MacOS to Sequoia 15.3.1.
  2. Launch NekoRay and attempt to connect to the VPN.
  3. Observe the VPN retries and eventual failure.
  4. Modify the nekoray/config/routes/Default file by setting "sniffing_mode": 0.
  5. Attempt to reconnect and observe the error message in the logs.

Additional details:

  • The issue occurs regardless of the browser used (tested on Chrome and other browsers).
  • No specific network restrictions or firewall changes were made prior to the update.

Log

025/02/19 19:35:59 [Warning] [3604076161] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [context canceled dial tcp ***.***.**.***:443: operation was canceled] > common/retry: all retry attempts failed

Additional notes:

  • Suspected that the issue might be related to compatibility with MacOS Sequoia 15.3.1.
  • The problem persists even after modifying the configuration file, indicating a deeper issue with the application or its interaction with the updated OS.
  • Further investigation is required to determine if this is a bug in NekoRay or an incompatibility with the new MacOS version.

Let me know if you need further assistance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions