NAT64 & DNS64 Support

2 posts / 0 new
Last post
N5RLD
NAT64 & DNS64 Support

To preface, this is the error I am getting:

Connected to LoTW server
Downloading...
NOT logged
Error: 101
Error: Network is unreachable
Error: ssl_openssl

I can access LoTW on the web without a problem using the hostname. I assume that CQRLOG is attempting to connect via the literal IPv4 address, which isn't possible for me. If it were to connect using the hostname instead, this would be a non-issue. The DNS64 server would return a specialized IPv6 address that would resolve to an IPv4-only website, in this case, LoTW.

Please let me know if any other details are needed.

Thank you!

oh1kh
NAT64 & DNS64 Support

Hi!

These are addresses found source:

Donwload address from source:
url := 'https://LoTW.arrl.org/lotwuser/lotwreport.adi?login='+user+'&password='+pass+'&qso_query=1&qso_qsldetail="yes"'+
'&qso_qslsince='+edtDateFrom.Text;

And upload address:
const
UPLOAD_URL = 'https://LoTW.arrl.org/lotwuser/upload?login=%s&password=%s';

They should be ok.

It looks like your Cqrlog gets connected ok, but when LoTW server switches to websocket for sending the download contents the connection is lost. (Error 101)
https://stackoverflow.com/questions/61121725/101-switching-protocols

I assume at that time something goes wrong with your NAT as you are the first reporting this kind of download problem.
Usual problems are "wrong password" and errors with ssl (upload).

--
Saku
OH1KH