wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
* Google Play can't Download through Kernel module backend
@ 2018-10-22  1:17 Love4Taylor
  2018-11-04 17:18 ` Tushar Pankaj
  0 siblings, 1 reply; 4+ messages in thread
From: Love4Taylor @ 2018-10-22  1:17 UTC (permalink / raw)
  To: wireguard

Hi,
I recently discovered that when I use the Kernel module backend,
Google Play will always be stuck in Downloading, I got the following
logcat, but everything works fine when using Go module backend
(Android VPN).

D DownloadManager: [558] Starting
W DownloadManager: [514] Stop requested with status HTTP_DATA_ERROR:
SSL handshake aborted: ssl=0x766f2a4008: I/O error during system call,
Connection reset by peer
D DownloadManager: [514] Finished with status WAITING_TO_RETR

D DownloadManager: [558] Starting
W DownloadManager: [555] Stop requested with status HTTP_DATA_ERROR:
failed to connect to r1---sn-3qqp-ioqsl.gvt1.com/27.85.180.172 (port
443) from /10.0.0.101 (port 49253) after 20000ms
D DownloadManager: [555] Finished with status HTTP_DATA_ERROR

I think it should not be a server problem, even if I use the free
server provided by TunSafe, it is the same problem. It seems that the
DownloadManager called by Google Play has not passed Wireguard at
all(10.0.0.101 is my LAN IP). Then I did the following test.
Kernel module backend + Router blocks Google domain name: Google Play
stuck in Downloading, the log is the same as above.
Go module backend + Router blocks Google domain name: Everything works
fine, no error log.
Kernel module backend + Router does not block Google domain name:
Everything works fine, no error log.

My Phones: OG Pixel/Nexus6 (Both are Android 9)
The link is route etc. on my phone: http://ix.io/1n8q
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Google Play can't Download through Kernel module backend
  2018-10-22  1:17 Google Play can't Download through Kernel module backend Love4Taylor
@ 2018-11-04 17:18 ` Tushar Pankaj
  2018-11-04 17:43   ` Jason A. Donenfeld
  0 siblings, 1 reply; 4+ messages in thread
From: Tushar Pankaj @ 2018-11-04 17:18 UTC (permalink / raw)
  To: Love4Taylor; +Cc: wireguard


[-- Attachment #1.1: Type: text/plain, Size: 1963 bytes --]

I've had this issue too, which I reported to Jason. It seems that when I'm
connected via the kernel module, HTTPS has issues (but nothing else). When
I'm connected via the Go backend, this isn't the case.

Thanks,
Tushar Pankaj

On Sun, Nov 4, 2018, 11:16 Love4Taylor <love4taylor.me@gmail.com wrote:

> Hi,
> I recently discovered that when I use the Kernel module backend,
> Google Play will always be stuck in Downloading, I got the following
> logcat, but everything works fine when using Go module backend
> (Android VPN).
>
> D DownloadManager: [558] Starting
> W DownloadManager: [514] Stop requested with status HTTP_DATA_ERROR:
> SSL handshake aborted: ssl=0x766f2a4008: I/O error during system call,
> Connection reset by peer
> D DownloadManager: [514] Finished with status WAITING_TO_RETR
>
> D DownloadManager: [558] Starting
> W DownloadManager: [555] Stop requested with status HTTP_DATA_ERROR:
> failed to connect to r1---sn-3qqp-ioqsl.gvt1.com/27.85.180.172 (port
> 443) from /10.0.0.101 (port 49253) after 20000ms
> D DownloadManager: [555] Finished with status HTTP_DATA_ERROR
>
> I think it should not be a server problem, even if I use the free
> server provided by TunSafe, it is the same problem. It seems that the
> DownloadManager called by Google Play has not passed Wireguard at
> all(10.0.0.101 is my LAN IP). Then I did the following test.
> Kernel module backend + Router blocks Google domain name: Google Play
> stuck in Downloading, the log is the same as above.
> Go module backend + Router blocks Google domain name: Everything works
> fine, no error log.
> Kernel module backend + Router does not block Google domain name:
> Everything works fine, no error log.
>
> My Phones: OG Pixel/Nexus6 (Both are Android 9)
> The link is route etc. on my phone: http://ix.io/1n8q
> _______________________________________________
> WireGuard mailing list
> WireGuard@lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/wireguard
>

[-- Attachment #1.2: Type: text/html, Size: 2842 bytes --]

[-- Attachment #2: Type: text/plain, Size: 148 bytes --]

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Google Play can't Download through Kernel module backend
  2018-11-04 17:18 ` Tushar Pankaj
@ 2018-11-04 17:43   ` Jason A. Donenfeld
  2018-11-04 18:07     ` Tushar Pankaj
  0 siblings, 1 reply; 4+ messages in thread
From: Jason A. Donenfeld @ 2018-11-04 17:43 UTC (permalink / raw)
  To: Tushar Pankaj; +Cc: love4taylor.me, WireGuard mailing list

On Sun, Nov 4, 2018 at 6:21 PM Tushar Pankaj <tushar.s.pankaj@gmail.com> wrote:
>
>  when I'm connected via the kernel module, HTTPS has issues (but nothing else).

HTTPS _in general_ or just HTTPS as used by the Play Store?
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Google Play can't Download through Kernel module backend
  2018-11-04 17:43   ` Jason A. Donenfeld
@ 2018-11-04 18:07     ` Tushar Pankaj
  0 siblings, 0 replies; 4+ messages in thread
From: Tushar Pankaj @ 2018-11-04 18:07 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: love4taylor.me, WireGuard mailing list


[-- Attachment #1.1: Type: text/plain, Size: 449 bytes --]

I have experienced the issue with other HTTPS sites as well (Reddit, the
weather app, etc), not just Google Play.

Thanks,
Tushar Pankaj

On Sun, Nov 4, 2018, 11:44 Jason A. Donenfeld <Jason@zx2c4.com wrote:

> On Sun, Nov 4, 2018 at 6:21 PM Tushar Pankaj <tushar.s.pankaj@gmail.com>
> wrote:
> >
> >  when I'm connected via the kernel module, HTTPS has issues (but nothing
> else).
>
> HTTPS _in general_ or just HTTPS as used by the Play Store?
>

[-- Attachment #1.2: Type: text/html, Size: 844 bytes --]

[-- Attachment #2: Type: text/plain, Size: 148 bytes --]

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-04 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-22  1:17 Google Play can't Download through Kernel module backend Love4Taylor
2018-11-04 17:18 ` Tushar Pankaj
2018-11-04 17:43   ` Jason A. Donenfeld
2018-11-04 18:07     ` Tushar Pankaj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).