Discussions about the preview versions of Virtual Radar Server.
Forum rules
Please bear in mind if you do install a preview version that it is unfinished code, there may be bugs, bits missing, things that don't work etc.
Posts in this forum will not show up in forum search results. Old threads will be pruned occasionally.
-
spotterssol
- Posts: 11
- Joined: Fri Sep 22, 2017 11:27 am
Post
by spotterssol » Sat Jul 06, 2019 11:04 pm
Maps not loading with "ESRI - World Topo Map" selected:
Code: Select all
22:00:10.018 95 ESRI - World Topo Map 8 96 142 [Error: SecureChannelFailure (The authentication or decryption has failed.)]
22:00:09.879 1 openAIP 7 45 55 Served from cache
-
agw
- Posts: 2249
- Joined: Fri Feb 17, 2012 3:20 am
Post
by agw » Mon Jul 22, 2019 9:12 pm
Sorry for the late reply.
There is a potential issue with SSL tile servers that only allow TLS 1.2 connections. .NET version 3.5 does not natively support TLS1.2. This was patched by Microsoft but you need to let Windows Update update your .NET installation and I think you need to be running a version of Windows that has TLS 1.2 support. Which version of Windows are you running?
If you are able to run the version 3 beta then that runs under .NET 4.6, which has support for TLS 1.2.
-
spotterssol
- Posts: 11
- Joined: Fri Sep 22, 2017 11:27 am
Post
by spotterssol » Fri Jul 26, 2019 8:32 pm
Hi,
sorry, I was using mono on raspbian. Upgrading to latest solved the problem.