Re: [Quickfix-developers] Does QuickFIX support SSL?
Brought to you by:
orenmnero
From: Nicholas P. <nic...@sl...> - 2003-10-22 06:46:55
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bhagirathi G wrote: | Hello All. | | This is, again, regarding the SSL port that I was talking about. QuickFIX does not support SSL directly, as it would need to link with something like OpenSSL to do so. What you want to do is go get stunnel, which uses OpenSSL to create an SSL tunnnel. You then run stunnel in acceptor mode on a local port and point it at the remote port, and then point QuickFIX at the local port for stunnel. QuickFIX connects to stunnel, which then encrypts the information in SSL and forwards it on to the place you want the SSL connection to go to. This works great, and is exactly the sort of thing that Stunnel is designed for. - -Nick -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/lbdCR42/Somtp0QRAmdZAJ4lI6YFSc7Qjc8uEyNhEUkVRRT1RQCfQQBQ fCSm2lDSmcT7h/QB9M6YvvE= =w78U -----END PGP SIGNATURE----- |