-
Notifications
You must be signed in to change notification settings - Fork 560
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
Does it support CipherSuites? #706
Comments
I have no idea what CipherSuites is, so I strongly believe that we don't support it. |
Thanks for quick reply! I assume java version is very different from .net, you can find more info here http://quickfixengine.org/quickfix/doc/html/configuration.html SSLCipherSuite: "This complex directive uses a colon-separated cipher-spec string consisting of OpenSSL cipher specifications to configure the Cipher Suite the client is permitted to negotiate in the SSL handshake phase. Notice that this directive can be used both in per-server and per-directory context. In per-server context it applies to the standard SSL handshake when a connection is established. In per-directory context it forces a SSL renegotation with the reconfigured Cipher Suite after the HTTP request was read but before the HTTP response is sent" perhaps some alternative I can implement? |
This (SSL in general) is not a topic that I know well. Whatever support we have came from a code submission. I'd suggest asking on the mailing list. |
Was trying to add CipherSuites or SSLCipherSuites in config but doesn't look like its working. Checked source code and don't see any reference for it. Some help appreciated.
The text was updated successfully, but these errors were encountered: