Nope...no change...you can see below why sometimes it worked and sometimes not. 
 that was the behavior I was seeing before the scheme change.pilotfiber is only 
port 80 apparently whereas super-sea2 can do 443 too.
 before:  
QUrl("https://superb-sea2.dl.sourceforge.net/project/wsjt/samples/contents_1.7.json";)
 after : 
QUrl("http://superb-sea2.dl.sourceforge.net/project/wsjt/samples/contents_1.7.json";)
 before:  
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/ISCAT/ISCAT-A/VK7MO_110401_235515.wav";)
 after : 
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/ISCAT/ISCAT-A/VK7MO_110401_235515.wav";)
 before:  
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/JT4/JT4A/DF2ZC_070926_040700.WAV";)
 after : 
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/JT4/JT4A/DF2ZC_070926_040700.WAV";)
 before:  
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/ISCAT/ISCAT-B/K0AWU_100714_115000.wav";)
 after : 
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/ISCAT/ISCAT-B/K0AWU_100714_115000.wav";)
 before:  
QUrl("https://superb-sea2.dl.sourceforge.net/project/wsjt/samples/JT4/JT4F/OK1KIR_141105_175700.WAV";)
 after : 
QUrl("http://superb-sea2.dl.sourceforge.net/project/wsjt/samples/JT4/JT4F/OK1KIR_141105_175700.WAV";)
 before:  
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/JT65/JT65B/DL7UAE_040308_002400.wav";)
 after : 
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/JT65/JT65B/DL7UAE_040308_002400.wav";)
 before:  
QUrl("https://superb-sea2.dl.sourceforge.net/project/wsjt/samples/JT9%2BJT65/130610_2343.wav";)
 after : 
QUrl("http://superb-sea2.dl.sourceforge.net/project/wsjt/samples/JT9%2BJT65/130610_2343.wav";)
 before:  
QUrl("https://superb-dca2.dl.sourceforge.net/project/wsjt/samples/JT9/130418_1742.wav";)
 after : 
QUrl("http://superb-dca2.dl.sourceforge.net/project/wsjt/samples/JT9/130418_1742.wav";)
 before:  
QUrl("https://superb-sea2.dl.sourceforge.net/project/wsjt/samples/MSK144/160915_113100.wav";)
 after : 
QUrl("http://superb-sea2.dl.sourceforge.net/project/wsjt/samples/MSK144/160915_113100.wav";)
 before:  
QUrl("https://superb-sea2.dl.sourceforge.net/project/wsjt/samples/MSK144/160915_113230.wav";)
 after : 
QUrl("http://superb-sea2.dl.sourceforge.net/project/wsjt/samples/MSK144/160915_113230.wav";)
 before:  
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/WSPR/150426_0918.wav";)
 after : 
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/WSPR/150426_0918.wav";)
 before:  
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/QRA64/QRA64C/161113_0111.wav";)
 after : 
QUrl("http://pilotfiber.dl.sourceforge.net/project/wsjt/samples/QRA64/QRA64C/161113_0111.wav";)

de Mike W9MDB
      From: Bill Somerville <g4...@classdesign.com>
 To: wsjt-devel@lists.sourceforge.net 
 Sent: Monday, December 5, 2016 6:32 PM
 Subject: Re: [wsjt-devel] My problems while trying to get the audio samples
   
 On 06/12/2016 00:00, Black Michael wrote:
  
 Then I just did a simple change to change the https redirect to http and 
downloading samples works just fine now.  
 Hi Mike, that is an interesting approach, I had not thought to ignore the URL 
scheme and force the redirects back to http. I don't have time to check just 
now but I wonder if you tried printing the URL redirect chain out to see if 
changing the scheme leads to a different server? Most of the redirects are to 
reach a local mirror server so if the result ends up at the same server we can 
certainly do this, of course there's no guarantee it will always work. May be 
worth changing if more users have issues with SSL errors. I believe the errors 
Claude is getting are related an old or broken version of OpenSSL on the Unix 
distribution being used. As far as the installing of SSL libraries, this is a 
Windows specific issue since other systems will usually have OpenSSL installed 
already. 73
 Bill
 G4WJS.
  
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


   
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to