Re: how to specify trusted hosts in windows config file

2020-04-05 Thread dcwhatthe
On Sunday, April 5, 2020 at 2:15:21 PM UTC-4, Peter J. Holzer wrote: > --yrj/dFKFPuw6o+aM > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On 2020-03-31 08:35:35 +1100, Chris Angelico wrote: > > On Tue, Mar 31, 2020 at 8:2

Re: how to specify trusted hosts in windows config file

2020-04-05 Thread Chris Angelico
On Sun, Apr 5, 2020 at 8:22 PM Peter J. Holzer wrote: > > On 2020-03-31 08:35:35 +1100, Chris Angelico wrote: > > On Tue, Mar 31, 2020 at 8:21 AM wrote: > > > For pypi.org alone, my dns lookup differs from yours: 151.101.128.223. > > > > Ahh, I think I see what's happening. Something's interferi

Re: how to specify trusted hosts in windows config file

2020-04-05 Thread Peter J. Holzer
On 2020-03-31 08:35:35 +1100, Chris Angelico wrote: > On Tue, Mar 31, 2020 at 8:21 AM wrote: > > For pypi.org alone, my dns lookup differs from yours: 151.101.128.223. > > Ahh, I think I see what's happening. Something's interfering with your > DNS - that's a Fastly IP address. The four address

Re: how to specify trusted hosts in windows config file

2020-04-02 Thread Souvik Dutta
This is the ideal thing a hacker would do. Reports say that codes are a hacker's sweet spot. Because most of the time a random person would visit the code and copy and paste it because he has to get the job done in a limited time. Nothing could actually be 100% trusted in the internet. Because webs

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread Chris Angelico
On Wed, Apr 1, 2020 at 3:31 AM wrote: > > I don't have control over this, Chris. This is at my office. I'm not the > resource who manages network or other settings. And we have various > anti-spyware in place, that at leasts mitigates the risk. > Then talk to the person who does. Ask if s/he

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread dcwhatthe
I don't have control over this, Chris. This is at my office. I'm not the resource who manages network or other settings. And we have various anti-spyware in place, that at leasts mitigates the risk. What I'm doing isn't unprecedented. People get false positives all the time on the web, and

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread Chris Angelico
On Tue, Mar 31, 2020 at 8:51 PM wrote: > > On Monday, March 30, 2020 at 5:36:00 PM UTC-4, Chris Angelico wrote: > > On Tue, Mar 31, 2020 at 8:21 AM wrote: > > > > > > On Monday, March 30, 2020 at 2:49:55 PM UTC-4, Chris Angelico wrote: > > > > On Tue, Mar 31, 2020 at 5:46 AM dc wrote: > > > > > >

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread dcwhatthe
On Tuesday, March 31, 2020 at 5:48:50 AM UTC-4, dcwh...@gmail.com wrote: > On Monday, March 30, 2020 at 5:36:00 PM UTC-4, Chris Angelico wrote: > > On Tue, Mar 31, 2020 at 8:21 AM wrote: > > > > > > On Monday, March 30, 2020 at 2:49:55 PM UTC-4, Chris Angelico wrote: > > > > On Tue, Mar 31, 2020 a

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread dcwhatthe
On Monday, March 30, 2020 at 5:36:00 PM UTC-4, Chris Angelico wrote: > On Tue, Mar 31, 2020 at 8:21 AM wrote: > > > > On Monday, March 30, 2020 at 2:49:55 PM UTC-4, Chris Angelico wrote: > > > On Tue, Mar 31, 2020 at 5:46 AM dc wrote: > > > > > > > > These are some of the command lines I've typed,

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread Chris Angelico
On Tue, Mar 31, 2020 at 8:21 AM wrote: > > On Monday, March 30, 2020 at 2:49:55 PM UTC-4, Chris Angelico wrote: > > On Tue, Mar 31, 2020 at 5:46 AM dc wrote: > > > > > > These are some of the command lines I've typed, and the results. It > > > looks like it's going to https://pypi.org. > > > > >

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread dcwhatthe
On Monday, March 30, 2020 at 2:49:55 PM UTC-4, Chris Angelico wrote: > On Tue, Mar 31, 2020 at 5:46 AM dc wrote: > > > > These are some of the command lines I've typed, and the results. It looks > > like it's going to https://pypi.org. > > > > I have no idea whether that's correct, or not. > > >

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread Chris Angelico
On Tue, Mar 31, 2020 at 5:46 AM wrote: > > These are some of the command lines I've typed, and the results. It looks > like it's going to https://pypi.org. > > I have no idea whether that's correct, or not. > > I'm able to get past the Certificate error with other packages like requests. > But

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread dcwhatthe
These are some of the command lines I've typed, and the results. It looks like it's going to https://pypi.org. I have no idea whether that's correct, or not. I'm able to get past the Certificate error with other packages like requests. But I just can't update pip. : [C:\TCMD25]python -m pi

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread Chris Angelico
On Tue, Mar 31, 2020 at 4:21 AM wrote: > > On Monday, March 30, 2020 at 12:08:54 PM UTC-4, Chris Angelico wrote: > > On Tue, Mar 31, 2020 at 2:31 AM wrote: > > > > > > Hi, > > > > > > I'm able to get past the > > > > > > CERTIFICATE_VERIFY_FAILED > > > > > > > > > error with various packages by sp

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread dcwhatthe
On Monday, March 30, 2020 at 12:08:54 PM UTC-4, Chris Angelico wrote: > On Tue, Mar 31, 2020 at 2:31 AM wrote: > > > > Hi, > > > > I'm able to get past the > > > > CERTIFICATE_VERIFY_FAILED > > > > > > error with various packages by specifying trusted host on the command line. > > > > > > But I can

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread dcwhatthe
On Monday, March 30, 2020 at 12:09:48 PM UTC-4, MRAB wrote: > On 2020-03-30 16:25, dcwhatthe wrote: > > Hi, > > > > I'm able to get past the > > > > CERTIFICATE_VERIFY_FAILED > > > > > > error with various packages by specifying trusted host on the command line. > > > > > > But I can't seem t

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread MRAB
On 2020-03-30 16:25, dcwhat...@gmail.com wrote: Hi, I'm able to get past the CERTIFICATE_VERIFY_FAILED error with various packages by specifying trusted host on the command line. But I can't seem to upgrade pip itself. I keep getting the message "You are using pip version 19.2.3, however

Re: how to specify trusted hosts in windows config file

2020-03-30 Thread Chris Angelico
On Tue, Mar 31, 2020 at 2:31 AM wrote: > > Hi, > > I'm able to get past the > > CERTIFICATE_VERIFY_FAILED > > > error with various packages by specifying trusted host on the command line. > > > But I can't seem to upgrade pip itself. I keep getting the message > > "You are using pip version 19.2.

how to specify trusted hosts in windows config file

2020-03-30 Thread dcwhatthe
Hi, I'm able to get past the CERTIFICATE_VERIFY_FAILED error with various packages by specifying trusted host on the command line. But I can't seem to upgrade pip itself. I keep getting the message "You are using pip version 19.2.3, however 20.0.2 is available." But none of the commands o