user@MacBook-user vpn % sudo ./grk -login pixel -password 654321
2026/08/26 10:58:22 [cli] system WireGuard OK backend=WireGuard.app app=/Applications/WireGuard.app
2026/08/26 10:58:22 [cli] x-grk-syswg 1.0.2 data-dir=/opt/x-grk-syswg-client
2026/08/26 10:58:22 [cli] logging in to https://test.api.core-gate.ru …
2026/08/26 10:59:22 [cli] error: auth: POST https://test.api.core-gate.ru/api/client/login: Post "https://test.api.core-gate.ru/api/client/login": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Hint: check network/DNS (IPv6?), try: curl -4 -v https://test.api.core-gate.ru/api/client/login or pass -api <url>
user@MacBook-user vpn %
user@MacBook-user vpn % curl -4 -v https://test.api.core-gate.ru/api/client/login
* Host test.api.core-gate.ru:443 was resolved.
* IPv6: (none)
* IPv4: 185.102.139.246
* Trying 185.102.139.246:443...
* Connected to test.api.core-gate.ru (185.102.139.246) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 / [blank] / UNDEF
* ALPN: server accepted http/1.1
* Server certificate:
* subject: CN=test.api.core-gate.ru
* start date: Jul 15 07:50:44 2026 GMT
* expire date: Oct 13 07:50:43 2026 GMT
* subjectAltName: host "test.api.core-gate.ru" matched cert's "test.api.core-gate.ru"
* issuer: C=US; O=Let's Encrypt; CN=YE1
* SSL certificate verify ok.
* using HTTP/1.x
> GET /api/client/login HTTP/1.1
> Host: test.api.core-gate.ru
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 405 Method Not Allowed
< Server: nginx/1.24.0 (Ubuntu)
< Date: Wed, 26 Aug 2026 07:59:35 GMT
< Content-Type: application/json
< Content-Length: 31
< Connection: keep-alive
< Access-Control-Allow-Headers: Content-Type, Authorization
< Access-Control-Allow-Methods: GET, POST, PUT, PATCH, DELETE, OPTIONS
< Access-Control-Allow-Origin: *
<
{"error":"method not allowed"}
* Connection #0 to host test.api.core-gate.ru left intact
user@MacBook-user vpn %