Closed klnusbaum closed 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.
Fixed. Using a custom ca cert for the moment until we can afford a better ssl cert.
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.