xna-cncnet-client icon indicating copy to clipboard operation
xna-cncnet-client copied to clipboard

Requests not using https

Open GrantBartlett opened this issue 5 years ago • 0 comments

Requests are not using https and is breaking CrossOver Catalina support. Requests should really be https anyway.

Something to also consider is just turning the requets to https will likely break XP support, IIRC due to SNI? Probably worth trying the https link, if failing use http?

Couple of places mainly:

  • client update requests
  • mapdb requests

GrantBartlett avatar Apr 18 '20 10:04 GrantBartlett