Skip to content

Instantly share code, notes, and snippets.

@aburan28
Created June 13, 2017 08:32
Show Gist options
  • Save aburan28/0552733184d84ea8fdeee90c7a3c222a to your computer and use it in GitHub Desktop.
Save aburan28/0552733184d84ea8fdeee90c7a3c222a to your computer and use it in GitHub Desktop.
../configure --enable-libevent --enable-ssl
SSL_ENABLED=1 SSL_KEY_FILE=key SSL_CERT_FILE=cert opt-flags binary
SSL_ENABLED=1 SSL_KEY_FILE=key SSL_CERT_FILE=cert SSL_REQUIRE_CERT=1 SSL_ENABLE_TLS_V1_1=true master.sh
SSL_ENABLED=1 SSL_SUPPORT_DOWNGRADE=1 SSL_KEY_FILE=key SSL_CERT_FILE=cert opt-flags binary
SSL_ENABLED=true SSL_SUPPORT_DOWNGRADE=false SSL_KEY_FILE=key SSL_CERT_FILE=cert opt-flags binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment