Skip to content

Bug: Issues with TLS connections using custom provider #917

Answered by qdm12
krsh-off asked this question in Q&A
Discussion options

You must be logged in to vote

Ok I think I sort of get why...

gluetun    | 2022/03/27 14:28:40 WARN ip getter: Get "https://ipinfo.io/45.137.106.205": EOF
gluetun    | 2022/03/27 14:28:40 INFO ip getter: Public IP address is 45.137.106.205

To get your public IP address information, two calls are made:

  1. The first one to https://ipinfo.io which returns only your IP address 45.137.106.205
  2. The second one to https://ipinfo.io/45.137.106.205 to get extra JSON formatted information about this IP address

Now oddly, the first call worked (since it found your IP address Public IP address is 45.137.106.205), but the second one failed...

Now you can see the download of large web responses such as the Github release cannot get v…

Replies: 12 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by qdm12
Comment options

You must be logged in to vote
1 reply
@qdm12
Comment options

Comment options

You must be logged in to vote
1 reply
@qdm12
Comment options

Comment options

You must be logged in to vote
1 reply
@Brassdonkey
Comment options

Comment options

You must be logged in to vote
2 replies
@acouvreur
Comment options

@Brassdonkey
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mcleae
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #912 on March 28, 2022 20:00.