ModPlug Central

OpenMPT => Development Corner => Topic started by: Diamond on February 09, 2017, 01:58:11

Title: Latest test builds
Post by: Diamond on February 09, 2017, 01:58:11
I have wget configured to download the latest test builds from
http://buildbot.openmpt.org/
but the site seems to be down.  Has the archive for test builds been moved?
Title: Re: Latest test builds
Post by: manx on February 09, 2017, 06:17:03

http://buildbot.openmpt.org/ moved to a different server and URL some time ago: https://builds.openmpt.org/ . The old URL redirects to the new one.


manx@idefix ~/tmp $ wget http://buildbot.openmpt.org/builds/auto/openmpt-win32/openmpt-win32-1.27.00.30-r7572.7z
--2017-02-09 07:15:33--  http://buildbot.openmpt.org/builds/auto/openmpt-win32/openmpt-win32-1.27.00.30-r7572.7z
Resolving buildbot.openmpt.org (buildbot.openmpt.org)... 2a03:4000:5:2b::1, 5.45.99.242
Connecting to buildbot.openmpt.org (buildbot.openmpt.org)|2a03:4000:5:2b::1|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://builds.openmpt.org/builds/auto/openmpt-win32/openmpt-win32-1.27.00.30-r7572.7z [following]
--2017-02-09 07:15:33--  https://builds.openmpt.org/builds/auto/openmpt-win32/openmpt-win32-1.27.00.30-r7572.7z
Resolving builds.openmpt.org (builds.openmpt.org)... 2a03:4000:6:41b6::1, 37.120.167.211
Connecting to builds.openmpt.org (builds.openmpt.org)|2a03:4000:6:41b6::1|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2521809 (2.4M) [application/x-7z-compressed]
Saving to: 'openmpt-win32-1.27.00.30-r7572.7z'

100%[======================================>] 2,521,809   4.83MB/s   in 0.5s   

2017-02-09 07:15:34 (4.83 MB/s) - 'openmpt-win32-1.27.00.30-r7572.7z' saved [2521809/2521809]

manx@idefix ~/tmp $

work fine with wget for me.

What specifically is not working for you?
Title: Re: Latest test builds
Post by: Diamond on February 09, 2017, 06:26:23
Thanks.  Good to know.  Although at least for me, visiting either URL generates a "This page can't be displayed" error.
Title: Re: Latest test builds
Post by: manx on February 09, 2017, 06:37:42
Quote from: Diamond on February 09, 2017, 06:26:23
Thanks.  Good to know.  Although at least for me, visiting either URL generates a "This page can't be displayed" error.

I cannot reproduce any problem here.
Which URL exactly is causing the error an what software are you using to access it?
Title: Re: Latest test builds
Post by: Diamond on February 09, 2017, 06:45:36
I was able to get wget to download from the server, but I did have to add the --no-check-certificate switch.  However, I receive the "This page can't be displayed" error when visiting the page with IE.  Although I'm not really sure I care very much now that I have my downloads working again with wget.
Title: Re: Latest test builds
Post by: Saga Musix on February 09, 2017, 11:58:33
Maybe your particular version of wget does not like the fact that builds.openmpt.org uses a different SSL certificate than buildbot.openmpt.org, because both domains are hosted on different servers. Or the IdenTrust root certificate is missing in that wget version.
Like manx, I cannot reproduce the problem with wget 1.18.

Edit: builds.openmpt.org runs on my own server which deploys a more modern HTTPS configuration than openmpt.org and thus fails on some older clients. But even Internet Explorer on Windows 7 can connect to it here. On Windows XP you will be out of luck with Internet Explorer, though.
Title: Re: Latest test builds
Post by: manx on February 09, 2017, 14:08:53
Are you using Windows XP?

In can reproduce the problem with IE 8 on Windows XP with https://builds.openmpt.org/ .
https://openmpt.org/ works fine.
Title: Re: Latest test builds
Post by: Diamond on February 09, 2017, 14:42:38
You're probably right about wget.  I was using GNU Wget 1.16.3 for Windows.  I updated to version 1.18 and it works without the --no-check-certificate switch now.  I also updated my scripts to access builds.openmpt.org directly.  As for IE, who knows?  I'm running Internet Explorer 10 on Windows 7.  Perhaps it's just being temporarily flakey.
Title: Re: Latest test builds
Post by: Saga Musix on February 09, 2017, 15:52:21
Strange. I'll look into configuration differences between the two servers to hopefully allow some older clients back in.
Title: Re: Latest test builds
Post by: Saga Musix on February 09, 2017, 21:42:10
Server configuration has been modified and seems to work again on older browsers. Maybe Mozilla's SSL configuration generator was broken when I used it to set up my server.
Title: Re: Latest test builds
Post by: Diamond on February 09, 2017, 21:47:54
Yes, it is working for me with Internet Explorer 10 now.  Thanks.