8000 Added SSLCiphers into Instance section to select ciphers from client by toni-moreno · Pull Request #946 · collectd/collectd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added SSLCiphers into Instance section to select ciphers from client #946

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

Merged

Conversation

toni-moreno
Copy link
Contributor

Libcurl and curl itself have disabled by default some ciphers by example RC4 from libcurl > 7.34 as you can see in the following link.

http://curl.haxx.se/mail/tracker-2014-11/0046.html

"curl" tool client can force ciphers with --ciphers option.

With this new option "SSLCiphers" you can force also any cipher suite from the apache plugin configuration.

take as example:

LoadPlugin apache
<Plugin apache>

  <Instance "test_0">
    URL "https://localhost:440/server-status?auto"
    CACert "/opt/collectd/etc/ca-bundle.crt"
    SSLCiphers "RC4-SHA"
    VerifyPeer false
    VerifyHost false
  </Instance>

</Plugin apache>

@toni-moreno toni-moreno changed the title added SSLCiphers into Instance section to select ciphers from client Added SSLCiphers into Instance section to select ciphers from client Feb 24, 2015
@mfournier
Copy link

LGTM 👍

For the record, CURLOPT_SSL_CIPHER_LIST was added to curl 7.9 (released in september 2001).

@mfournier mfournier added this to the 5.5 milestone Mar 6, 2015
@mfournier mfournier merged commit 3d274ef into collectd:master Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0