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

MacOS curl -x socks5h://127.0.0.1:10812 https://www.google.com.hk/webhp -vvv SSL_ERROR_SYSCALL #3253

Open
demons-joker opened this issue Dec 12, 2024 · 0 comments

Comments

@demons-joker
Copy link

What version of V2Ray are you using?

V2Ray 5.23.0

What's your scenario of using V2Ray?

使用socks连接中转服务器

What problems have you encountered?

21e27b3f-0369-4339-ae67-9ad79d27cc93
image

What's your expectation?

9dfdb140-0ce3-4b46-8c13-de67ad4ec990

Please attach your configuration here

Server configuration:

// Please attach your server configuration here.

Client configuration:

// Please attach your client configuration here.
{
  "log": {
    "loglevel": "debug"
  },
  "inbounds": [
    {
      "port": 10812,
      "listen": "127.0.0.1",
      "protocol": "socks",
      "settings": {
        "auth": "noauth"
      },
      "tag": "in_6a76c362-66f4-40cb-b80c-921514e9a24b",
      "udp": false
    }
  ],
  "outbounds": [
    {
      "protocol": "http",
      "tag": "out_6a76c362-66f4-40cb-b80c-921514e9a24b",
      "settings": {
        "servers": [
          {
            "address": "212.116.245.253",
            "port": 7777,
            "users": [
              {
                "user": "xxx",
                "pass": "xxx"
              }
            ]
          }
        ]
      }
    }
  ],
  "routing": {
    "rules": [
      {
        "type": "field",
        "inboundTag": [
          "in_6a76c362-66f4-40cb-b80c-921514e9a24b"
        ],
        "outboundTag": "out_6a76c362-66f4-40cb-b80c-921514e9a24b"
      }
    ]
  },
  "other": {}
}

Please attach error logs here

Server error log:

// Please attach your server error log here.

Client error log:

// Please attach your client error log here.

Please attach access log here

// Please attach your server access log here.

Other configurations (such as Nginx) and logs here

If V2Ray cannot start up, please attach output from --test command

If V2Ray service is abnormal, please attach journal log here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant