klnusbaum / UDJ-Desktop-Client

The official Desktop Player Client for UDJ
www.udjplayer.com
GNU General Public License v2.0
6 stars 4 forks source link

No SSL verification on Windows #13

Closed klnusbaum closed 12 years ago

klnusbaum commented 12 years ago

On windows, I've had to disable SSL in order to get network communication to work. This can be seen in the file main.cpp with the ifdefs used to add code on windows that accepts all ssl certificates. We need to fix this a.s.a.p.

klnusbaum commented 12 years ago

Fixed. Using a custom ca cert for the moment until we can afford a better ssl cert.