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
This commit is contained in:
parent
590fb70102
commit
46e48868ac
1 changed files with 5 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue