I did this
wine curl.exe https://github.com > /dev/null
GnuTLS error: An unexpected TLS packet was received.
curl: (35) schannel: initial InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308)
Curl was built on Windows 10 with Visual Studio 2015 using
nmake /f Makefile.vc mode=static RTLIBCFG=static MACHINE=x64
I expected the following
Successful download with curl.exe and programs using libcurl.
curl/libcurl version
operating system
Curl was ran with wine v1.9.17 on ArchLinux.
I did this
Curl was built on Windows 10 with Visual Studio 2015 using
I expected the following
Successful download with curl.exe and programs using libcurl.
curl/libcurl version
schannel: failed to retrieve ALPN resultschannel: initial InitializeSecurityContext failed: SEC_E_INVALID_TOKENafter setting winecfg's Windows Version to < Windows 8 as per "schannel: failed to retrieve ALPN result" when running on Windows 7 #840, otherwise same as 7.49operating system
Curl was ran with wine v1.9.17 on ArchLinux.