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

Does it support CipherSuites? #706

Closed
nikitaso opened this issue Sep 13, 2021 · 3 comments
Closed

Does it support CipherSuites? #706

nikitaso opened this issue Sep 13, 2021 · 3 comments

Comments

@nikitaso
Copy link

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.

@gbirchmeier
Copy link
Member

I have no idea what CipherSuites is, so I strongly believe that we don't support it.

@nikitaso
Copy link
Author

nikitaso commented Sep 13, 2021

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?

@gbirchmeier
Copy link
Member

gbirchmeier commented Sep 13, 2021

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.

See http://quickfixn.org/help/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants