Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Don Hill AA5AU
Thanks Bill. Your solution worked for me.

 

Don AA5AU

 

From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Wednesday, October 17, 2018 2:26 PM
To: wsjt-devel@lists.sourceforge.net
Subject: Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

 

On 17/10/2018 18:23, Bill Somerville wrote:

Open a Command prompt window (*not* Administrator mode), 

type the following command at the prompt: 

where libeay32.dll 

and report back the results printed. 

Thanks all for the reports. As expected the problem is that some users have no 
OpenSSL libraries installed and others have a variety of versions supplied with 
various other packages.

There is no perfect solution to this, for example:

1) It would be great to package the right OpenSSL libraries with WSJT-X but US 
state and local legislation about strong cryptography software prevents us from 
doing that easily.

2) We could recommend that users install the OpenSSL libraries separately and 
copy them into the WSJT-X bin directory but this will cause problems for the 
WSJT-X uninstaller when later upgrading.

3) We could recommend that users install the OpenSSL libraries separately and 
add their location to the PATH environment variable but other applications are 
likely to undo that by doing the same with the version of OpenSSL they need.

4) We could recommend that users install the OpenSSL libraries separately and 
let the installer copy them to the system directory, this is not usually 
recommended as it may break other applications.

So I am going to go with the least bad of the above options which I think is 
(4). Instructions below.

By the way, the reason OpenSSL is required is that the ARRL web server will not 
respond to insecure requests (http) and only serves secure URLs (https). If an 
http request is made then it redirects to an https equivalent.

Those experiencing LotW download errors can try the following:

Download the OpenSSL installer for Windows from here: 
https://slproweb.com/products/Win32OpenSSL.html , specifically the "Win32 
OpenSSL v1.0.2p Light" version. Note that this is the right version even if you 
are running 64-bit Windows. Download link is 
https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe .

Run the downloaded installer taking default options and accept the option to 
install the libraries into the Windows system directory.

Please report back on if this solves the issues? You will probably need to 
restart WSJT-X.

For those that have tried copying random OpenSSL DLLs into their WSJT-X bin 
directory, you will need to remove them as well.

73
Bill
G4WJS.

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread John Zantek
Did it really take from 12:43 to 16:08 for my post to make it through the 
reflector?  Talk about a pileup! :)

 

From: John Zantek [mailto:j...@zantek.net] 
Sent: Wednesday, October 17, 2018 12:43 PM
To: 'WSJT software development' 
Subject: Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

 

Implemented Option 4, as suggested.  Issue fixed.  Thank you, Bill.

 

73 John W7CD

 

From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Wednesday, October 17, 2018 12:26 PM
To: wsjt-devel@lists.sourceforge.net <mailto:wsjt-devel@lists.sourceforge.net> 
Subject: Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

 

On 17/10/2018 18:23, Bill Somerville wrote:

Open a Command prompt window (*not* Administrator mode), 

type the following command at the prompt: 

where libeay32.dll 

and report back the results printed. 

Thanks all for the reports. As expected the problem is that some users have no 
OpenSSL libraries installed and others have a variety of versions supplied with 
various other packages.

There is no perfect solution to this, for example:

1) It would be great to package the right OpenSSL libraries with WSJT-X but US 
state and local legislation about strong cryptography software prevents us from 
doing that easily.

2) We could recommend that users install the OpenSSL libraries separately and 
copy them into the WSJT-X bin directory but this will cause problems for the 
WSJT-X uninstaller when later upgrading.

3) We could recommend that users install the OpenSSL libraries separately and 
add their location to the PATH environment variable but other applications are 
likely to undo that by doing the same with the version of OpenSSL they need.

4) We could recommend that users install the OpenSSL libraries separately and 
let the installer copy them to the system directory, this is not usually 
recommended as it may break other applications.

So I am going to go with the least bad of the above options which I think is 
(4). Instructions below.

By the way, the reason OpenSSL is required is that the ARRL web server will not 
respond to insecure requests (http) and only serves secure URLs (https). If an 
http request is made then it redirects to an https equivalent.

Those experiencing LotW download errors can try the following:

Download the OpenSSL installer for Windows from here: 
https://slproweb.com/products/Win32OpenSSL.html , specifically the "Win32 
OpenSSL v1.0.2p Light" version. Note that this is the right version even if you 
are running 64-bit Windows. Download link is 
https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe .

Run the downloaded installer taking default options and accept the option to 
install the libraries into the Windows system directory.

Please report back on if this solves the issues? You will probably need to 
restart WSJT-X.

For those that have tried copying random OpenSSL DLLs into their WSJT-X bin 
directory, you will need to remove them as well.

73
Bill
G4WJS.

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread John Zantek
Implemented Option 4, as suggested.  Issue fixed.  Thank you, Bill.

 

73 John W7CD

 

From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Wednesday, October 17, 2018 12:26 PM
To: wsjt-devel@lists.sourceforge.net
Subject: Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

 

On 17/10/2018 18:23, Bill Somerville wrote:

Open a Command prompt window (*not* Administrator mode), 

type the following command at the prompt: 

where libeay32.dll 

and report back the results printed. 

Thanks all for the reports. As expected the problem is that some users have no 
OpenSSL libraries installed and others have a variety of versions supplied with 
various other packages.

There is no perfect solution to this, for example:

1) It would be great to package the right OpenSSL libraries with WSJT-X but US 
state and local legislation about strong cryptography software prevents us from 
doing that easily.

2) We could recommend that users install the OpenSSL libraries separately and 
copy them into the WSJT-X bin directory but this will cause problems for the 
WSJT-X uninstaller when later upgrading.

3) We could recommend that users install the OpenSSL libraries separately and 
add their location to the PATH environment variable but other applications are 
likely to undo that by doing the same with the version of OpenSSL they need.

4) We could recommend that users install the OpenSSL libraries separately and 
let the installer copy them to the system directory, this is not usually 
recommended as it may break other applications.

So I am going to go with the least bad of the above options which I think is 
(4). Instructions below.

By the way, the reason OpenSSL is required is that the ARRL web server will not 
respond to insecure requests (http) and only serves secure URLs (https). If an 
http request is made then it redirects to an https equivalent.

Those experiencing LotW download errors can try the following:

Download the OpenSSL installer for Windows from here: 
https://slproweb.com/products/Win32OpenSSL.html , specifically the "Win32 
OpenSSL v1.0.2p Light" version. Note that this is the right version even if you 
are running 64-bit Windows. Download link is 
https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe .

Run the downloaded installer taking default options and accept the option to 
install the libraries into the Windows system directory.

Please report back on if this solves the issues? You will probably need to 
restart WSJT-X.

For those that have tried copying random OpenSSL DLLs into their WSJT-X bin 
directory, you will need to remove them as well.

73
Bill
G4WJS.

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Bill Somerville

On 17/10/2018 21:14, David Tiller wrote:
Interestingly, chrome was seemingly able to download the file via HTTP 
as was command-line curl (the --proto forces HTTP only):


curl -o lotw.csv --proto =http http://lotw.arrl.org/lotw-user-activity.csv


HI David,

both Google and the cURL developers have signed the right paperwork and 
jumped through the necessary hoops to allow bundling SSL/TLS libraries 
with their applications. I believe Google even went as far as 
"clean-room" developing their own outside of the US to avoid export 
restrictions. We have better things to do with our time.


Your attempt to force http only does not work since the ARRL web server 
doesn't serve http as far as I can see. To see the full story try this:


curl -v -o lotw.csv -L --proto =http 
http://lotw.arrl.org/lotw-user-activity.csv


The -L tells cURL to follow redirect requests, without it you simply get 
an HTML page telling you the correct URL for the page/file you have 
requested (a 3XX location response code), not the file you requested.


73
Bill
G4WJS.

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Black Michael via wsjt-devel
You sure it worked?  This is what I get in the lotw.csv file

301 Moved Permanently

Moved Permanently
The document has moved https://lotw.arrl.org/lotw-user-activity.csv;
>here.


de Mike W9MDB


 

On Wednesday, October 17, 2018, 3:49:22 PM CDT, David Tiller 
 wrote:  
 
 > LOTW and EQSL status are provided by JTAlertX ...
... which does not run under Linux or OSX. There is JT-Bridge for OSX, however.
I agree with letting the user download the file from the ARRL if they wish, on 
their schedule.
Interestingly, chrome was seemingly able to download the file via HTTP as was 
command-line curl (the --proto forces HTTP only):
curl -o lotw.csv --proto =httphttp://lotw.arrl.org/lotw-user-activity.csv
--David TillerSr. Architect/Lead Consultant | CapTech



On Oct 17, 2018, at 3:51 PM, David Fisher  wrote:
LOTW and EQSL status are provided by JTAlertX

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
  ___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Al Flapan
I also followed Bill's solution by downloading the Open ssl files and 
installing them as suggested and the problem is solved here. I run W10 
pro 64 bit.



Al  AF4FA

On 10/17/2018 3:58 PM, Al wrote:

Bill,
  That seems to work AFTER I reboot the PC..
AL, K0VM

On 10/17/2018 2:25 PM, Bill Somerville wrote:

On 17/10/2018 18:23, Bill Somerville wrote:

Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

Thanks all for the reports. As expected the problem is that some 
users have no OpenSSL libraries installed and others have a variety 
of versions supplied with various other packages.


There is no perfect solution to this, for example:

1) It would be great to package the right OpenSSL libraries with 
WSJT-X but US state and local legislation about strong cryptography 
software prevents us from doing that easily.


2) We could recommend that users install the OpenSSL libraries 
separately and copy them into the WSJT-X bin directory but this will 
cause problems for the WSJT-X uninstaller when later upgrading.


3) We could recommend that users install the OpenSSL libraries 
separately and add their location to the PATH environment variable 
but other applications are likely to undo that by doing the same with 
the version of OpenSSL they need.


4) We could recommend that users install the OpenSSL libraries 
separately and let the installer copy them to the system directory, 
this is not usually recommended as it may break other applications.


So I am going to go with the least bad of the above options which I 
think is (4). Instructions below.


By the way, the reason OpenSSL is required is that the ARRL web 
server will not respond to insecure requests (http) and only serves 
secure URLs (https). If an http request is made then it redirects to 
an https equivalent.


Those experiencing LotW download errors can try the following:

Download the OpenSSL installer for Windows from here: 
https://slproweb.com/products/Win32OpenSSL.html , specifically the 
"Win32 OpenSSL v1.0.2p Light" version. Note that this is the right 
version even if you are running 64-bit Windows. Download link is 
https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe .


Run the downloaded installer taking default options and accept the 
option to install the libraries into the Windows system directory.


Please report back on if this solves the issues? You will probably 
need to restart WSJT-X.


For those that have tried copying random OpenSSL DLLs into their 
WSJT-X bin directory, you will need to remove them as well.


73
Bill
G4WJS.





___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel




___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread David Tiller
> LOTW and EQSL status are provided by JTAlertX ...

... which does not run under Linux or OSX. There is JT-Bridge for OSX, however.

I agree with letting the user download the file from the ARRL if they wish, on 
their schedule.

Interestingly, chrome was seemingly able to download the file via HTTP as was 
command-line curl (the --proto forces HTTP only):

curl -o lotw.csv --proto =http http://lotw.arrl.org/lotw-user-activity.csv

--
David Tiller
Sr. Architect/Lead Consultant | CapTech



On Oct 17, 2018, at 3:51 PM, David Fisher 
mailto:dsfis...@outlook.com>> wrote:

LOTW and EQSL status are provided by JTAlertX

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread John Zantek
Did that, including a reboot.  No change.

"Error Loading LotW User Data" "Network Error: SSL handshake failed"

 

From: Black Michael via wsjt-devel [mailto:wsjt-devel@lists.sourceforge.net] 
Sent: Wednesday, October 17, 2018 12:00 PM
To: 'WSJT software development' 
Cc: Black Michael 
Subject: Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

 

If you're still getting the redirect error copy these two files into 
\wsjt\wsjtx\bin and the problem should be solved.

 

libeay32.dll

ssleay32.dll

 

de Mike W9MDB

 

 

 

On Wednesday, October 17, 2018, 1:57:38 PM CDT, John Zantek < 
<mailto:j...@zantek.net> j...@zantek.net> wrote: 

 

 

Where libeay32.dll
C:\Program Files (x86)\Intel\iCLS Client\libeay32.dll
C:\Program Files\Intel\iCLS Client\libeay32.dll

Windows 10 Pro 64 v1809 (OS Build 17763.55)

-Original Message-
From: Bill Somerville [mailto: <mailto:g4...@classdesign.com> 
g4...@classdesign.com] 
Sent: Wednesday, October 17, 2018 10:24 AM
To: WSJT software development < <mailto:wsjt-devel@lists.sourceforge.net> 
wsjt-devel@lists.sourceforge.net>
Subject: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

Hi All,

I need some help from the community to try and diagnose these issue. I
suspect it is an OpenSSL problem with old version of the OpenSSL DLLs being
used. It would be nice to package the OpenSSL libraries with WSJT-X but fro
legal reasons that is not possible so we are somewhat at the mercy of what
is installed on your systems.

Can those of you having LotW User Data file download errors on Windows, that
are easily repeatable, please do the following:

Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

73
Bill
G4WJS.



___
wsjt-devel mailing list
 <mailto:wsjt-devel@lists.sourceforge.net> wsjt-devel@lists.sourceforge.net
 <https://lists.sourceforge.net/lists/listinfo/wsjt-devel> 
https://lists.sourceforge.net/lists/listinfo/wsjt-devel





___
wsjt-devel mailing list
 <mailto:wsjt-devel@lists.sourceforge.net> wsjt-devel@lists.sourceforge.net
 <https://lists.sourceforge.net/lists/listinfo/wsjt-devel> 
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Bill Somerville

On 17/10/2018 20:51, David Fisher wrote:


I’m going to ask the unasked question:

Why are we doing this at all?  LOTW and EQSL status are provided by 
JTAlertX, and a simple, easy to use update mechanism is available for 
that.  It seems to me that having LOTW status in WSJT-X is an 
unnecessary duplication of features, and one that is now causing 
problems for the developers and users.  None of the options listed 
below are likely to work well for the average WSJT-X user.  Ordinary 
users messing about with DLLs is just asking for trouble.


Or,

Simply provide instructions on how to download and install a LOTW CSV 
file if the user wants to use the feature.  If the user doesn’t want 
the feature, then simply don’t do it.  It is very simple to download 
the file using a browser.  The user downloads the file, then runs 
WSJT-X and points a dialog box to the file.  The program copies the 
file to the place it wants it and we’re done.


Note that JTAlertX has this working, and note that the program does 
not do the updating.  JTAlertX users get a notification that the LOTW 
user list is out of date and are pointed to small installer, provided 
by the developer, that has the updated file inside it.  Also note that 
DXLABS does essentially the same thing.  When their copy of the LOTW 
database is out of date, they provide an updated version as part of 
their already well-oiled update mechanism.  In all of these cases, the 
program itself does not do the updating.  There is probably a reason 
for that.


Dave / NX6D


Hi Dave,

all reasonable points.

JTAlert is a currently a Windows only application which is of little 
help to our many users on other platforms.


Nobody is being asked to "mess about with DLLs", I have already posted a 
solution that simply requires another package installer to be downloaded 
and run. Likewise it can be uninstalled if there are problems. This will 
be added to the install instructions before the GA release of WSJT-X 
v2.0.0, similarly to our recommendations to install an NTP Internet time 
synchronization client for better time synchronization that that 
provided by Windows itself.


Users can of course fetch the file from the ARRL web site themselves, 
there is no compulsion to use the mechanism built into WSJT-X. If the 
file is in the WSJT-X log file directory the application will not try to 
download it.


Beta testers must expect a bit of headwind, things will be far smoother 
for the late adopters.


Far better would be for the US to stop insisting that strong 
cryptography was controllable by distribution restrictions. Then we 
could freely include the necessary package within the WSJT-X installer.


73
Bill
G4WJS.

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Al

Bill,
  That seems to work AFTER I reboot the PC..
AL, K0VM

On 10/17/2018 2:25 PM, Bill Somerville wrote:

On 17/10/2018 18:23, Bill Somerville wrote:

Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

Thanks all for the reports. As expected the problem is that some users 
have no OpenSSL libraries installed and others have a variety of 
versions supplied with various other packages.


There is no perfect solution to this, for example:

1) It would be great to package the right OpenSSL libraries with 
WSJT-X but US state and local legislation about strong cryptography 
software prevents us from doing that easily.


2) We could recommend that users install the OpenSSL libraries 
separately and copy them into the WSJT-X bin directory but this will 
cause problems for the WSJT-X uninstaller when later upgrading.


3) We could recommend that users install the OpenSSL libraries 
separately and add their location to the PATH environment variable but 
other applications are likely to undo that by doing the same with the 
version of OpenSSL they need.


4) We could recommend that users install the OpenSSL libraries 
separately and let the installer copy them to the system directory, 
this is not usually recommended as it may break other applications.


So I am going to go with the least bad of the above options which I 
think is (4). Instructions below.


By the way, the reason OpenSSL is required is that the ARRL web server 
will not respond to insecure requests (http) and only serves secure 
URLs (https). If an http request is made then it redirects to an https 
equivalent.


Those experiencing LotW download errors can try the following:

Download the OpenSSL installer for Windows from here: 
https://slproweb.com/products/Win32OpenSSL.html , specifically the 
"Win32 OpenSSL v1.0.2p Light" version. Note that this is the right 
version even if you are running 64-bit Windows. Download link is 
https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe .


Run the downloaded installer taking default options and accept the 
option to install the libraries into the Windows system directory.


Please report back on if this solves the issues? You will probably 
need to restart WSJT-X.


For those that have tried copying random OpenSSL DLLs into their 
WSJT-X bin directory, you will need to remove them as well.


73
Bill
G4WJS.





___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread David Fisher
I’m going to ask the unasked question:

Why are we doing this at all?  LOTW and EQSL status are provided by JTAlertX, 
and a simple, easy to use update mechanism is available for that.  It seems to 
me that having LOTW status in WSJT-X is an unnecessary duplication of features, 
and one that is now causing problems for the developers and users.  None of the 
options listed below are likely to work well for the average WSJT-X user.  
Ordinary users messing about with DLLs is just asking for trouble.

Or,

Simply provide instructions on how to download and install a LOTW CSV file if 
the user wants to use the feature.  If the user doesn’t want the feature, then 
simply don’t do it.  It is very simple to download the file using a browser.  
The user downloads the file, then runs WSJT-X and points a dialog box to the 
file.  The program copies the file to the place it wants it and we’re done.

Note that JTAlertX has this working, and note that the program does not do the 
updating.  JTAlertX users get a notification that the LOTW user list is out of 
date and are pointed to small installer, provided by the developer, that has 
the updated file inside it.  Also note that DXLABS does essentially the same 
thing.  When their copy of the LOTW database is out of date, they provide an 
updated version as part of their already well-oiled update mechanism.  In all 
of these cases, the program itself does not do the updating.  There is probably 
a reason for that.

Dave / NX6D



From: Bill Somerville 
Sent: Wednesday, October 17, 2018 12:25:30 PM
To: wsjt-devel@lists.sourceforge.net
Subject: Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

On 17/10/2018 18:23, Bill Somerville wrote:
Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.


Thanks all for the reports. As expected the problem is that some users have no 
OpenSSL libraries installed and others have a variety of versions supplied with 
various other packages.

There is no perfect solution to this, for example:

1) It would be great to package the right OpenSSL libraries with WSJT-X but US 
state and local legislation about strong cryptography software prevents us from 
doing that easily.

2) We could recommend that users install the OpenSSL libraries separately and 
copy them into the WSJT-X bin directory but this will cause problems for the 
WSJT-X uninstaller when later upgrading.

3) We could recommend that users install the OpenSSL libraries separately and 
add their location to the PATH environment variable but other applications are 
likely to undo that by doing the same with the version of OpenSSL they need.

4) We could recommend that users install the OpenSSL libraries separately and 
let the installer copy them to the system directory, this is not usually 
recommended as it may break other applications.

So I am going to go with the least bad of the above options which I think is 
(4). Instructions below.

By the way, the reason OpenSSL is required is that the ARRL web server will not 
respond to insecure requests (http) and only serves secure URLs (https). If an 
http request is made then it redirects to an https equivalent.

Those experiencing LotW download errors can try the following:

Download the OpenSSL installer for Windows from here: 
https://slproweb.com/products/Win32OpenSSL.html<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fslproweb.com%2Fproducts%2FWin32OpenSSL.html=02%7C01%7C%7C2f57ee2a2dd1467559d408d6346706d9%7C84df9e7fe9f640afb435%7C1%7C0%7C636754014437293050=LWk6MvIJxhjXp2WH3%2FQ9%2FQzEbacG4vHmAIBNOZIQ2tw%3D=0>
 , specifically the "Win32 OpenSSL v1.0.2p Light" version. Note that this is 
the right version even if you are running 64-bit Windows. Download link is 
https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fslproweb.com%2Fdownload%2FWin32OpenSSL_Light-1_0_2p.exe=02%7C01%7C%7C2f57ee2a2dd1467559d408d6346706d9%7C84df9e7fe9f640afb435%7C1%7C0%7C636754014437293050=g93jko4ceudGhBeY169gwJeusxWnjRSQU3pEFRbWgTU%3D=0>
 .

Run the downloaded installer taking default options and accept the option to 
install the libraries into the Windows system directory.

Please report back on if this solves the issues? You will probably need to 
restart WSJT-X.

For those that have tried copying random OpenSSL DLLs into their WSJT-X bin 
directory, you will need to remove them as well.

73
Bill
G4WJS.
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Black Michael via wsjt-devel
That package works here.  Hopefully nothing else breaks.

de Mike W9MDB


 

On Wednesday, October 17, 2018, 2:31:41 PM CDT, Bill Somerville 
 wrote:  
 
  On 17/10/2018 18:23, Bill Somerville wrote:
  
Open a Command prompt window (*not* Administrator mode), 
 
 type the following command at the prompt: 
 
 where libeay32.dll 
 
 and report back the results printed. 
 
 
 
Thanks all for the reports. As expected the problem is that some users have no 
OpenSSL libraries installed and others have a variety of versions supplied with 
various other packages.
 
There is no perfect solution to this, for example:
 
1) It would be great to package the right OpenSSL libraries with WSJT-X but US 
state and local legislation about strong cryptography software prevents us from 
doing that easily.
 
2) We could recommend that users install the OpenSSL libraries separately and 
copy them into the WSJT-X bin directory but this will cause problems for the 
WSJT-X uninstaller when later upgrading.
 
3) We could recommend that users install the OpenSSL libraries separately and 
add their location to the PATH environment variable but other applications are 
likely to undo that by doing the same with the version of OpenSSL they need.
 
4) We could recommend that users install the OpenSSL libraries separately and 
let the installer copy them to the system directory, this is not usually 
recommended as it may break other applications.
 
So I am going to go with the least bad of the above options which I think is 
(4). Instructions below.
 
By the way, the reason OpenSSL is required is that the ARRL web server will not 
respond to insecure requests (http) and only serves secure URLs (https). If an 
http request is made then it redirects to an https equivalent.
 
Those experiencing LotW download errors can try the following:
 
Download the OpenSSL installer for Windows from here: 
https://slproweb.com/products/Win32OpenSSL.html , specifically the "Win32 
OpenSSL v1.0.2p Light" version. Note that this is the right version even if you 
are running 64-bit Windows. Download link is 
https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe .
 
Run the downloaded installer taking default options and accept the option to 
install the libraries into the Windows system directory.
 
Please report back on if this solves the issues? You will probably need to 
restart WSJT-X.
 
For those that have tried copying random OpenSSL DLLs into their WSJT-X bin 
directory, you will need to remove them as well.

  
73
 Bill
 G4WJS.
 
 ___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
  ___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread WB5JJJ
Bill:

Your instructions indeed solved the problem.

I deleted the manually downloaded .csv from earlier and ran the  OpenSSL
installer in your link.  I restarted WSJTx while I watched the WSJTx folder
and the .cvs was automatically downloaded with NO error screen.

Thanks.

On Wed, Oct 17, 2018 at 2:31 PM Bill Somerville 
wrote:

> On 17/10/2018 18:23, Bill Somerville wrote:
>
> Open a Command prompt window (**not** Administrator mode),
>
> type the following command at the prompt:
>
> where libeay32.dll
>
> and report back the results printed.
>
> Thanks all for the reports. As expected the problem is that some users
> have no OpenSSL libraries installed and others have a variety of versions
> supplied with various other packages.
>
> There is no perfect solution to this, for example:
>
> 1) It would be great to package the right OpenSSL libraries with WSJT-X
> but US state and local legislation about strong cryptography software
> prevents us from doing that easily.
>
> 2) We could recommend that users install the OpenSSL libraries separately
> and copy them into the WSJT-X bin directory but this will cause problems
> for the WSJT-X uninstaller when later upgrading.
>
> 3) We could recommend that users install the OpenSSL libraries separately
> and add their location to the PATH environment variable but other
> applications are likely to undo that by doing the same with the version of
> OpenSSL they need.
>
> 4) We could recommend that users install the OpenSSL libraries separately
> and let the installer copy them to the system directory, this is not
> usually recommended as it may break other applications.
>
> So I am going to go with the least bad of the above options which I think
> is (4). Instructions below.
>
> By the way, the reason OpenSSL is required is that the ARRL web server
> will not respond to insecure requests (http) and only serves secure URLs
> (https). If an http request is made then it redirects to an https
> equivalent.
>
> Those experiencing LotW download errors can try the following:
>
> Download the OpenSSL installer for Windows from here:
> https://slproweb.com/products/Win32OpenSSL.html , specifically the "Win32
> OpenSSL v1.0.2p Light" version. Note that this is the right version even if
> you are running 64-bit Windows. Download link is
> https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe .
>
> Run the downloaded installer taking default options and accept the option
> to install the libraries into the Windows system directory.
>
> Please report back on if this solves the issues? You will probably need to
> restart WSJT-X.
>
> For those that have tried copying random OpenSSL DLLs into their WSJT-X
> bin directory, you will need to remove them as well.
>
> 73
> Bill
> G4WJS.
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>


-- 
George Cotton, WB5JJJ
PO Box 1025
Russellville, AR  72811

479.968.7737 Home
479.857.7737 Cell

DMR K5CS (Local Repeater) - 310515, CC1, TS2
DMR Arkansas - 3105

4
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Bill Somerville

On 17/10/2018 18:23, Bill Somerville wrote:

Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

Thanks all for the reports. As expected the problem is that some users 
have no OpenSSL libraries installed and others have a variety of 
versions supplied with various other packages.


There is no perfect solution to this, for example:

1) It would be great to package the right OpenSSL libraries with WSJT-X 
but US state and local legislation about strong cryptography software 
prevents us from doing that easily.


2) We could recommend that users install the OpenSSL libraries 
separately and copy them into the WSJT-X bin directory but this will 
cause problems for the WSJT-X uninstaller when later upgrading.


3) We could recommend that users install the OpenSSL libraries 
separately and add their location to the PATH environment variable but 
other applications are likely to undo that by doing the same with the 
version of OpenSSL they need.


4) We could recommend that users install the OpenSSL libraries 
separately and let the installer copy them to the system directory, this 
is not usually recommended as it may break other applications.


So I am going to go with the least bad of the above options which I 
think is (4). Instructions below.


By the way, the reason OpenSSL is required is that the ARRL web server 
will not respond to insecure requests (http) and only serves secure URLs 
(https). If an http request is made then it redirects to an https 
equivalent.


Those experiencing LotW download errors can try the following:

Download the OpenSSL installer for Windows from here: 
https://slproweb.com/products/Win32OpenSSL.html , specifically the 
"Win32 OpenSSL v1.0.2p Light" version. Note that this is the right 
version even if you are running 64-bit Windows. Download link is 
https://slproweb.com/download/Win32OpenSSL_Light-1_0_2p.exe .


Run the downloaded installer taking default options and accept the 
option to install the libraries into the Windows system directory.


Please report back on if this solves the issues? You will probably need 
to restart WSJT-X.


For those that have tried copying random OpenSSL DLLs into their WSJT-X 
bin directory, you will need to remove them as well.


73
Bill
G4WJS.

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Black Michael via wsjt-devel
OK...2011 version does not workSeems the first 2014 version does work and 
presumably anything since then.

04/08/2014  05:26 AM 1,177,088 libeay32.dll
04/08/2014  05:26 AM   270,336 ssleay32.dll
You can't use a non-https link for the download as it will just redirect.  So 
what is the solution besides copying the dlls into the wsjtx\bin directory?  
Sure can't put the dlls in the system path.

de Mike W9MDB

 

On Wednesday, October 17, 2018, 2:09:35 PM CDT, Bill Somerville 
 wrote:  
 
 On 17/10/2018 19:59, Black Michael via wsjt-devel wrote:
> If you're still getting the redirect error copy these two files into 
> \wsjt\wsjtx\bin and the problem should be solved.
>
> libeay32.dll
> ssleay32.dll
>
> de Mike W9MDB

Hi Mike,

that is not helpful advice, you have to have the correct versions of 
those files. Also copying them to the WSJT-X bin directory will cause 
problems down the line.

73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
  ___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Leo Bally
Plan B should be now activated 
Several crashes are reported
Fall back software must be activated now and any further test on mac must be 
cancelled

Leo Bally

> On 17 Oct 2018, at 21:08, Georg Isenbürger  wrote:
> 
> Hi Bill, 
> 
> installed WSJTx on my Desktop, launched it from the command line but it still 
> crashes. Do you want the dump?
> 
> 73’s
> 
> Georg, DJ6GI
> 
>> Am 17.10.2018 um 20:51 schrieb Bill Somerville :
>> 
>> On 17/10/2018 19:29, Georg Isenbürger wrote:
>>> Hi,
>>> 
>>> on my 2018 Mac Book Pro with Mojave RC3 crashes on start up…
>>> 
>>> regards
>>> 
>>> Georg
>>> 
>> Hi Georg,
>> 
>> we are aware of the issue with the macOS version of WSJT-X, it is due to 
>> some diagnostic code left in inadvertently. It is possible to work around 
>> the issue by starting the application from the command line rather than the 
>> application bundle. Something like:
>> 
>> cd /Applications/WSJT-X/Contents/MacOS
>> ./wsjtx
>> 
>> You may have to install the application away from the /Applications 
>> directory as well, you can drag'n'drop it onto the desktop for example.
>> 
>> 73
>> Bill
>> G4WJS.
>> 
>> 
>> 
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> 
> 
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Bill Somerville

On 17/10/2018 20:08, Georg Isenbürger wrote:

Hi Bill,

installed WSJTx on my Desktop, launched it from the command line but it still 
crashes. Do you want the dump?

73’s

Georg, DJ6GI


Hi Georg,

was there any error message? If not then yes the crash dump may be helpful.

73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Georg Isenbürger
Hi Bill, 

installed WSJTx on my Desktop, launched it from the command line but it still 
crashes. Do you want the dump?

73’s

Georg, DJ6GI

> Am 17.10.2018 um 20:51 schrieb Bill Somerville :
> 
> On 17/10/2018 19:29, Georg Isenbürger wrote:
>> Hi,
>> 
>> on my 2018 Mac Book Pro with Mojave RC3 crashes on start up…
>> 
>> regards
>> 
>> Georg
>> 
> Hi Georg,
> 
> we are aware of the issue with the macOS version of WSJT-X, it is due to some 
> diagnostic code left in inadvertently. It is possible to work around the 
> issue by starting the application from the command line rather than the 
> application bundle. Something like:
> 
> cd /Applications/WSJT-X/Contents/MacOS
> ./wsjtx
> 
> You may have to install the application away from the /Applications directory 
> as well, you can drag'n'drop it onto the desktop for example.
> 
> 73
> Bill
> G4WJS.
> 
> 
> 
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Chuck Furman
Here is the correct version:

[image: image.png]

On Wed, 17 Oct 2018 at 12:53, Bill Somerville  wrote:

> On 17/10/2018 18:38, Chuck Furman wrote:
>
> [image: image.png]
>
> Hi Chuck,
>
> the command you need to type is:
>
> WHERE libeay32.dll
>
> you omitted the *WHERE*
>
> 73
> Bill
> G4WJS.
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Black Michael via wsjt-devel
If you're still getting the redirect error copy these two files into 
\wsjt\wsjtx\bin and the problem should be solved.
libeay32.dllssleay32.dll
de Mike W9MDB

 

On Wednesday, October 17, 2018, 1:57:38 PM CDT, John Zantek 
 wrote:  
 
 Where libeay32.dll
C:\Program Files (x86)\Intel\iCLS Client\libeay32.dll
C:\Program Files\Intel\iCLS Client\libeay32.dll

Windows 10 Pro 64 v1809 (OS Build 17763.55)

-Original Message-
From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Wednesday, October 17, 2018 10:24 AM
To: WSJT software development 
Subject: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

Hi All,

I need some help from the community to try and diagnose these issue. I
suspect it is an OpenSSL problem with old version of the OpenSSL DLLs being
used. It would be nice to package the OpenSSL libraries with WSJT-X but fro
legal reasons that is not possible so we are somewhat at the mercy of what
is installed on your systems.

Can those of you having LotW User Data file download errors on Windows, that
are easily repeatable, please do the following:

Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
  ___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread John Zantek
Where libeay32.dll
C:\Program Files (x86)\Intel\iCLS Client\libeay32.dll
C:\Program Files\Intel\iCLS Client\libeay32.dll

Windows 10 Pro 64 v1809 (OS Build 17763.55)

-Original Message-
From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Wednesday, October 17, 2018 10:24 AM
To: WSJT software development 
Subject: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

Hi All,

I need some help from the community to try and diagnose these issue. I
suspect it is an OpenSSL problem with old version of the OpenSSL DLLs being
used. It would be nice to package the OpenSSL libraries with WSJT-X but fro
legal reasons that is not possible so we are somewhat at the mercy of what
is installed on your systems.

Can those of you having LotW User Data file download errors on Windows, that
are easily repeatable, please do the following:

Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Bill Somerville

On 17/10/2018 19:29, Georg Isenbürger wrote:

Hi,

on my 2018 Mac Book Pro with Mojave RC3 crashes on start up…

regards

Georg


Hi Georg,

we are aware of the issue with the macOS version of WSJT-X, it is due to 
some diagnostic code left in inadvertently. It is possible to work 
around the issue by starting the application from the command line 
rather than the application bundle. Something like:


cd /Applications/WSJT-X/Contents/MacOS
./wsjtx

You may have to install the application away from the /Applications 
directory as well, you can drag'n'drop it onto the desktop for example.


73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Neil Zampella

See attachment ..


On 10/17/2018 1:23 PM, Bill Somerville wrote:

Hi All,

I need some help from the community to try and diagnose these issue. I 
suspect it is an OpenSSL problem with old version of the OpenSSL DLLs 
being used. It would be nice to package the OpenSSL libraries with 
WSJT-X but fro legal reasons that is not possible so we are somewhat 
at the mercy of what is installed on your systems.


Can those of you having LotW User Data file download errors on 
Windows, that are easily repeatable, please do the following:


Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

73
Bill
G4WJS.







---
This email has been checked for viruses by AVG.
https://www.avg.com
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Georg Isenbürger
Hi, 

on my 2018 Mac Book Pro with Mojave RC3 crashes on start up…

regards

Georg

> Am 17.10.2018 um 20:22 schrieb Dave :
> 
> 
> 
> 
> Hi All,
> 
> I need some help from the community to try and diagnose these issue. I 
> suspect it is an OpenSSL problem with old version of the OpenSSL DLLs 
> being used. It would be nice to package the OpenSSL libraries with 
> WSJT-X but fro legal reasons that is not possible so we are somewhat at 
> the mercy of what is installed on your systems.
> 
> Can those of you having LotW User Data file download errors on Windows, 
> that are easily repeatable, please do the following:
> 
> Open a Command prompt window (*not* Administrator mode),
> 
> type the following command at the prompt:
> 
> where libeay32.dll
> 
> and report back the results printed.
> 
> 73
> Bill
> G4WJS.
> 
> Bill, this is what I get.
> 
> C:\Users\Dave>where libeay32.dll
> C:\Program Files (x86)\Intel\iCLS Client\libeay32.dll
> C:\Program Files\Intel\iCLS Client\libeay32.dll
> 
> Dave  W3DLQ
> 
>  
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Dave
Hi All,
>
> I need some help from the community to try and diagnose these issue. I
> suspect it is an OpenSSL problem with old version of the OpenSSL DLLs
> being used. It would be nice to package the OpenSSL libraries with
> WSJT-X but fro legal reasons that is not possible so we are somewhat at
> the mercy of what is installed on your systems.
>
> Can those of you having LotW User Data file download errors on Windows,
> that are easily repeatable, please do the following:
>
> Open a Command prompt window (*not* Administrator mode),
>
> type the following command at the prompt:
>
> where libeay32.dll
>
> and report back the results printed.
>
> 73
> Bill
> G4WJS.
>

Bill, this is what I get.

C:\Users\Dave>where libeay32.dll
C:\Program Files (x86)\Intel\iCLS Client\libeay32.dll
C:\Program Files\Intel\iCLS Client\libeay32.dll

Dave  W3DLQ
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Al


C:\program files (x86)\NTP\bin\libeay32.dll

I have Mienberg NTP installed in C:\program files (x86)\NTP\

AL, K0VM

On 10/17/2018 12:23 PM, Bill Somerville wrote:

Hi All,

I need some help from the community to try and diagnose these issue. I 
suspect it is an OpenSSL problem with old version of the OpenSSL DLLs 
being used. It would be nice to package the OpenSSL libraries with 
WSJT-X but fro legal reasons that is not possible so we are somewhat 
at the mercy of what is installed on your systems.


Can those of you having LotW User Data file download errors on 
Windows, that are easily repeatable, please do the following:


Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Black Michael via wsjt-devel
Yup...you're right...both are needed.  I didn't test the Fetch after it 
downloaded successfully the 1st time.
Mike


 

On Wednesday, October 17, 2018, 1:08:36 PM CDT, Bill Somerville 
 wrote:  
 
 On 17/10/2018 18:59, Black Michael via wsjt-devel wrote:
> I copied the most current libeay32.dll into the wsjtx bin directory 
> but that doesn't solve the problem.
>
> Instead just needed ssleay32.dll in there and it works OK now.

Hi Mike,

you need both DLLs.

Most of those OpenSSL libs in other packages are packaged illegally, the 
US prohibits export of strong cryptography without signing a special 
agreement with them. Even then exporting to Iran, DRPK etc. is prohibited.

I will get the others to try installing a recent official OpenSSL 
package and check that it fixes it for them. One further problem is that 
although putting the DLLs in the WSJT-X bin directory will certainly 
mean they get used, that will also interfere with the uninstaller which 
will not be allowed to delete them and therefore cannot clean up the 
install directories. OTOH putting the OpenSSL DLLs on PATH will 
potentially break other applications - DLL Hell in its worst form.

73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
  ___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Bill Somerville

On 17/10/2018 18:59, Black Michael via wsjt-devel wrote:
I copied the most current libeay32.dll into the wsjtx bin directory 
but that doesn't solve the problem.


Instead just needed ssleay32.dll in there and it works OK now.


Hi Mike,

you need both DLLs.

Most of those OpenSSL libs in other packages are packaged illegally, the 
US prohibits export of strong cryptography without signing a special 
agreement with them. Even then exporting to Iran, DRPK etc. is prohibited.


I will get the others to try installing a recent official OpenSSL 
package and check that it fixes it for them. One further problem is that 
although putting the DLLs in the WSJT-X bin directory will certainly 
mean they get used, that will also interfere with the uninstaller which 
will not be allowed to delete them and therefore cannot clean up the 
install directories. OTOH putting the OpenSSL DLLs on PATH will 
potentially break other applications - DLL Hell in its worst form.


73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Black Michael via wsjt-devel
Bingo...you got it Bill.That's why I only saw the error once.  First time I 
started WSJT-X from the end of the installation and that's when I got the 
error.  After that I was doing it from a JTSDK prompt so was getting 
libeay32.dll from the path in there.
In Windows 10 cmd prompt no path is shown.C:\Users\mike>where libeay32.dll
INFO: Could not find files for the given pattern(s).
I copied the most current libeay32.dll into the wsjtx bin directory but that 
doesn't solve the problem.
Instead just needed ssleay32.dll in there and it works OK now.
04/08/2014  05:26 AM   270,336 ssleay32.dll 
de Mike W9MDB
P.S. I have ssleay32.dll all over the place on my computer so most anybody 
should be able to find on and copy it into the wsjtx\bin directory
C:\JTSDK\cmake\bin\ssleay32.dll
C:\JTSDK\msys\bin\ssleay32.dll
C:\JTSDK\qt5\Tools\QtCreator\bin\ssleay32.dll
C:\JTSDK\qt55\Tools\mingw492_32\opt\bin\ssleay32.dll
C:\JTSDK\qt55\Tools\QtCreator\bin\ssleay32.dll
C:\JTSDK\Ruby\bin\ssleay32.dll
C:\JTSDK\subversion\bin\SlikSvn-ssleay32.dll
C:\JTSDK-Tools\tools\subversion\1.9.7\bin\SlikSvn-ssleay32.dll
C:\Program Files\DB Browser for SQLite\ssleay32.dll
C:\Program Files\Git\mingw64\bin\ssleay32.dll
C:\Program Files\Git\mingw64\libexec\git-core\ssleay32.dll
C:\Program Files\Google\Google Earth Pro\client\ssleay32.dll
C:\Program Files\Malwarebytes\Anti-Malware\ssleay32.dll
C:\Program Files\NVIDIA Corporation\NvContainer\ssleay32.dll
C:\Program Files\NVIDIA Corporation\NvStreamSrv\ssleay32.dll
C:\Program Files\Safer-Networking Ltd\Spybot Anti-Beacon\x64\ssleay32.dll
C:\Program Files\Safer-Networking Ltd\Spybot Anti-Beacon\x86\ssleay32.dll
C:\Program Files\Unigine\Superposition Benchmark\bin\ssleay32.dll
C:\Program Files (x86)\FWTools2.4.7\bin\ssleay32.dll
C:\Program Files (x86)\Microsoft Office\root\Office16\ODBC 
Drivers\Redshift\lib\OpenSSL32.DllA\ssleay32.dll
C:\Program Files (x86)\Microsoft Office\root\Office16\ODBC 
Drivers\Salesforce\lib\OpenSSL32.DllA\ssleay32.dll
C:\Program Files (x86)\Microsoft Visual 
Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team
 Explorer\Git\mingw32\bin\ssleay32.dll
C:\Program Files (x86)\Movavi Screen Capture 8\ssleay32.dll
C:\Program Files (x86)\NVIDIA Corporation\Nsight Visual Studio Edition 
5.6\Host\Common\Injection32\ssleay32.dll
C:\Program Files (x86)\NVIDIA Corporation\Nsight Visual Studio Edition 
5.6\Host\Common\ssleay32.dll
C:\Program Files (x86)\NVIDIA Corporation\Nsight Visual Studio Edition 
5.6\Monitor\Common\Injection32\ssleay32.dll
C:\Program Files (x86)\NVIDIA Corporation\Nsight Visual Studio Edition 
5.6\Monitor\Common\Injection64\ssleay32.dll
C:\Program Files (x86)\NVIDIA Corporation\NvContainer\ssleay32.dll
C:\Program Files (x86)\stunnel\bin\ssleay32.dll
C:\ProgramData\NVIDIA 
Corporation\Downloader\PostProcessing\GFE\641e4f1eb966a5b4040e9f355091aa0e\GFExperience.NvStreamSrv\amd64\server\ssleay32.dll
C:\ProgramData\NVIDIA 
Corporation\Downloader\PostProcessing\GFE\641e4f1eb966a5b4040e9f355091aa0e\NvContainer\x86\ssleay32.dll
C:\ProgramData\NVIDIA 
Corporation\Downloader\PostProcessing\GFE\641e4f1eb966a5b4040e9f355091aa0e\NvContainer\x86_64\ssleay32.dll
C:\Users\mike\Anaconda3\Library\bin\ssleay32.dll
C:\Users\mike\Anaconda3\pkgs\openssl-1.0.2n-h74b6da3_0\Library\bin\ssleay32.dll
C:\Users\mike\AppData\Local\Microsoft\OneDrive\18.162.0812.0001\ssleay32.dll
C:\Users\mike\AppData\Roaming\Mozilla\Firefox\Profiles\2u0z3p7d.default\extensions\fxdevtools-adapt...@mozilla.org\tools\win32\ssleay32.dll
C:\Users\mike\Desktop\Tor Browser\Browser\TorBrowser\Tor\ssleay32.dll

 

On Wednesday, October 17, 2018, 12:28:36 PM CDT, Bill Somerville 
 wrote:  
 
 Hi All,

I need some help from the community to try and diagnose these issue. I 
suspect it is an OpenSSL problem with old version of the OpenSSL DLLs 
being used. It would be nice to package the OpenSSL libraries with 
WSJT-X but fro legal reasons that is not possible so we are somewhat at 
the mercy of what is installed on your systems.

Can those of you having LotW User Data file download errors on Windows, 
that are easily repeatable, please do the following
Open a Command prompt window (*not* Administrator mode),

type the following command at the prompt:

where libeay32.dll

and report back the results printed.

73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
  ___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Bill Somerville

On 17/10/2018 18:38, Chuck Furman wrote:

image.png


Hi Chuck,

the command you need to type is:

WHERE libeay32.dll

you omitted the *WHERE*

73
Bill
G4WJS.

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Don Hill AA5AU
Here it is:

 

 

wsjt-x-2.jpg

 

Don AA5AU

 

-Original Message-
From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Wednesday, October 17, 2018 12:24 PM
To: WSJT software development
Subject: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

 

Hi All,

 

I need some help from the community to try and diagnose these issue. I 

suspect it is an OpenSSL problem with old version of the OpenSSL DLLs 

being used. It would be nice to package the OpenSSL libraries with 

WSJT-X but fro legal reasons that is not possible so we are somewhat at 

the mercy of what is installed on your systems.

 

Can those of you having LotW User Data file download errors on Windows, 

that are easily repeatable, please do the following:

 

Open a Command prompt window (*not* Administrator mode),

 

type the following command at the prompt:

 

where libeay32.dll

 

and report back the results printed.

 

73

Bill

G4WJS.

 

 

 

___

wsjt-devel mailing list

wsjt-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/wsjt-devel

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X v2.0.0 RC3 LotW Users Data File errors

2018-10-17 Thread Chuck Furman
[image: image.png]

On Wed, 17 Oct 2018 at 12:28, Bill Somerville  wrote:

> Hi All,
>
> I need some help from the community to try and diagnose these issue. I
> suspect it is an OpenSSL problem with old version of the OpenSSL DLLs
> being used. It would be nice to package the OpenSSL libraries with
> WSJT-X but fro legal reasons that is not possible so we are somewhat at
> the mercy of what is installed on your systems.
>
> Can those of you having LotW User Data file download errors on Windows,
> that are easily repeatable, please do the following:
>
> Open a Command prompt window (*not* Administrator mode),
>
> type the following command at the prompt:
>
> where libeay32.dll
>
> and report back the results printed.
>
> 73
> Bill
> G4WJS.
>
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel