Skip to content
Snippets Groups Projects
Commit 46e48868 authored by Joakim Söderberg's avatar Joakim Söderberg Committed by Andy Green
Browse files

Turn off IPv6 in windows for now

It's horribly broken
AG: issue seems to be size of the addr struct as suggested on the list
parent 590fb701
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,11 @@ endif()
set(LWS_OPENSSL_CLIENT_CERTS ../share CACHE PATH "Server SSL certificate directory")
if (WIN32)
set(LWS_OPENSSL_CLIENT_CERTS . CACHE PATH "Client SSL certificate directory")
if (LWS_IPV6)
set(LWS_IPV6 OFF)
message(WARNING "IPv6 does currently not work on Windows!")
endif()
else()
set(LWS_OPENSSL_CLIENT_CERTS /etc/pki/tls/certs/ CACHE PATH "Client SSL certificate directory")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment