Re: [sage-release] Sage 9.1 released

2020-05-25 Thread Matthias Köppe
On Monday, May 25, 2020 at 4:20:45 AM UTC-7, Harald Schilly wrote:
>
> Hi, can you please try again?
>

Seems to be fixed, thanks!
 

>
> I made notes here: https://github.com/sagemath/website/issues/194
>
> This has nothing to do with files.sagemath.org, because this list is 
> served directly from sagemath.org.
>

OK, thanks for the correction.
 

>
> Besides that, could we change that url to be https:// ?
>
>
That comes with its own complexities. I have created ticket 
https://trac.sagemath.org/ticket/29735 for this and for making the Sage 
mirror stuff more robust.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/782b8832-8bff-4e4b-8976-5980196e31e3%40googlegroups.com.


Re: [sage-release] Sage 9.1 released

2020-05-25 Thread Harald Schilly
Hi, can you please try again?

I made notes here: https://github.com/sagemath/website/issues/194

This has nothing to do with files.sagemath.org, because this list is served 
directly from sagemath.org.

Besides that, could we change that url to be https:// ?

-- Harald

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/22f4fc4e-c5f0-43ee-a82f-34d0bec4d1a7%40googlegroups.com.


Re: [sage-release] Sage 9.1 released

2020-05-25 Thread Matthias Köppe
On Sunday, May 24, 2020 at 10:57:44 PM UTC-7, Matthias Köppe wrote:
>
> I believe this is not due to changes in Sage but is caused by a server 
> misconfiguration on files.sagemath.org. 
>
>
With python2 on macOS:

>>> from sage_bootstrap.compat import urllib, urlparse

>>> f = urllib.urlopen('http://www.sagemath.org/mirror_list', data=None)

>>> str(f.info())

'Date: Mon, 25 May 2020 05:51:22 GMT\r\nContent-Type: text/plain; 
charset=UTF-8\r\nContent-Length: 16\r\nConnection: 
close\r\nX-Frame-Options: SAMEORIGIN\r\nCache-Control: private, max-age=0, 
no-store, no-cache, must-revalidate, post-check=0, pre-check=0\r\nExpires: 
Thu, 01 Jan 1970 00:00:01 GMT\r\nSet-Cookie: 
__cfduid=d963869c5cafb922acb708178f83381b61590385882; expires=Wed, 
24-Jun-20 05:51:22 GMT; path=/; domain=.sagemath.org; HttpOnly; 
SameSite=Lax; Secure\r\nServer: cloudflare\r\nCF-RAY: 
598cfbf71f320fc7-SJC\r\ncf-request-id: 02ebfbce700fc7dd3f320001\r\n'

>>> f.read()

'error code: 1010'


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/c31da072-ec60-4ece-90ab-bedea8a0441d%40googlegroups.com.