Re: Weird SSL problem

2014-10-01 Thread Roland Hedberg
30 sep 2014 kl. 00:55 skrev Ned Deily : > In article , > Roland Hedberg wrote: > >> Hi! >> >> I¹m trying to access >> https://stsadweb.one.microsoft.com/adfs/.well-known/openid-configuration >> >> Doing it the simplest way I get the following: >> > import urllib > f = > urllib.

Re: Weird SSL problem

2014-09-29 Thread Ned Deily
In article , Roland Hedberg wrote: > Hi! > > I¹m trying to access > https://stsadweb.one.microsoft.com/adfs/.well-known/openid-configuration > > Doing it the simplest way I get the following: > > >>> import urllib > >>> f = > >>> urllib.urlopen("https://stsadweb.one.microsoft.com/adfs/.well

Weird SSL problem

2014-09-29 Thread Roland Hedberg
Hi! I’m trying to access https://stsadweb.one.microsoft.com/adfs/.well-known/openid-configuration Doing it the simplest way I get the following: >>> import urllib >>> f = >>> urllib.urlopen("https://stsadweb.one.microsoft.com/adfs/.well-known/openid-configuration";) Traceback (most recent call