Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--disable-proxy build causes tests failing #3926

Closed
MarcelRaad opened this issue May 22, 2019 · 0 comments
Closed

--disable-proxy build causes tests failing #3926

MarcelRaad opened this issue May 22, 2019 · 0 comments

Comments

@MarcelRaad
Copy link
Member

I did this

As seen in this autobuild:
https://curl.haxx.se/dev/log.cgi?id=20190522044629-2216

./configure --enable-threaded-resolver --disable-pthreads --enable-debug --enable-warnings --enable-curldebug --enable-optimize --enable-static --disable-shared --enable-http --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual --disable-libcurl-option --enable-ipv6 --enable-sspi --disable-cookies --without-zlib --without-libpsl --without-libmetalink --without-libssh2 --without-librtmp --without-winidn --without-libidn2 --without-nghttp2 --without-zsh-functions-dir --without-brotli --disable-proxy --disable-crypto-auth --with-ssl && make && cd tests && ./runtests.pl -a -p -v 19 20 1084 1085 1247 1260 1263 1264 1281 1291 2075 2080

I expected the following

The tests to succeed. Instead, they failed with curl: (48) An unknown option was passed in to libcurl. The unknown option was always 10254 (CURLOPT_PROXY_SSLCERT).

curl/libcurl version

a57e478

operating system

MSYS2 on Windows 10 using MinGW-w64

bagder added a commit that referenced this issue May 22, 2019
bagder added a commit that referenced this issue May 23, 2019
bagder added a commit that referenced this issue May 23, 2019
bagder added a commit that referenced this issue May 23, 2019
@bagder bagder changed the title HTTP-only OpenSSL tests failing --disable-proxy build causes tests failing May 23, 2019
@bagder bagder closed this as completed in 4e86f2f May 23, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

2 participants