Thread: [Quickfix-developers] QuickFix with SSL (port 443) connection
Brought to you by:
orenmnero
|
From: Andrew C. <And...@Tw...> - 2006-08-31 15:59:48
|
Newbie question - I've created a small C# test app (initiator) using the quickfix library. I've modified the toAdmin method to insert some password tags into the login method but the acceptor in this case has given me an IP address as a 443 port and requires the use of SSL - they see my packets hitting their server, but I'm not using any sort of encryption so the socket just gets immediately closed. How do I set up quickfix to communicate on port 443? Many thanks in advance. Andrew Culross TwoFour Systems (914) 220-8849 www.TwoFour.Com The views and opinions expressed in this e-mail message are the sender's own and do not necessarily represent the views and opinions of {TwoFour Systems, LLC or F-O-R Software, LLC} |
|
From: Andrew C. <And...@Tw...> - 2006-08-31 16:16:31
|
Just saw something about stunnel - is that the solution everyone is using? Thanks. -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Andrew Culross Sent: Thursday, August 31, 2006 12:01 PM To: qui...@li... Subject: [Quickfix-developers] QuickFix with SSL (port 443) connection Newbie question - I've created a small C# test app (initiator) using the quickfix library. I've modified the toAdmin method to insert some password tags into the login method but the acceptor in this case has given me an IP address as a 443 port and requires the use of SSL - they see my packets hitting their server, but I'm not using any sort of encryption so the socket just gets immediately closed. How do I set up quickfix to communicate on port 443? Many thanks in advance. Andrew Culross TwoFour Systems (914) 220-8849 www.TwoFour.Com The views and opinions expressed in this e-mail message are the sender's own and do not necessarily represent the views and opinions of {TwoFour Systems, LLC or F-O-R Software, LLC} |
|
From: Oren M. <or...@qu...> - 2006-08-31 16:34:15
|
Yeah, that's pretty much the way to go. Nick Fortescue wrote a =20 section in the QuickFIX/J wiki on how to configure stunnel at the =20 bottom of this page: http://www.quickfixj.org/confluence/display/qfj/=20 SSL+Support The exact same technique applies to QuickFIX. --oren On Aug 31, 2006, at 11:18 AM, Andrew Culross wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/=20 > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Just saw something about stunnel - is that the solution everyone is =20= > using? > > Thanks. > -----Original Message----- > From: qui...@li... =20 > [mailto:qui...@li...] On =20 > Behalf Of Andrew Culross > Sent: Thursday, August 31, 2006 12:01 PM > To: qui...@li... > Subject: [Quickfix-developers] QuickFix with SSL (port 443) connection > > Newbie question - > > I've created a small C# test app (initiator) using the quickfix =20 > library. I've modified the toAdmin method to insert some password =20 > tags into the login method but the acceptor in this case has given =20 > me an IP address as a 443 port and requires the use of SSL - they =20 > see my packets hitting their server, but I'm not using any sort of =20 > encryption so the socket just gets immediately closed. > > How do I set up quickfix to communicate on port 443? > > Many thanks in advance. > > Andrew Culross > TwoFour Systems > (914) 220-8849 > www.TwoFour.Com > > The views and opinions expressed in this e-mail message are the =20 > sender=92s own and do not necessarily represent the views and =20 > opinions of {TwoFour Systems, LLC or F-O-R Software, LLC} > > ----------------------------------------------------------------------=20= > --- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642________________________= ______=20 > _________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
|
From: Rich H. <rh...@ql...> - 2006-08-31 20:55:29
|
stunnel works fine. I have used it with C++ Quick Fix. Cheers, Rich Andrew Culross wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > ------------------------------------------------------------------------ > > Just saw something about stunnel - is that the solution everyone is using? > Thanks. > > -----Original Message----- > *From:* qui...@li... > [mailto:qui...@li...] *On > Behalf Of *Andrew Culross > *Sent:* Thursday, August 31, 2006 12:01 PM > *To:* qui...@li... > *Subject:* [Quickfix-developers] QuickFix with SSL (port 443) > connection > > Newbie question - > I've created a small C# test app (initiator) using the quickfix > library. I've modified the toAdmin method to insert some password > tags into the login method but the acceptor in this case has given > me an IP address as a 443 port and requires the use of SSL - they > see my packets hitting their server, but I'm not using any sort of > encryption so the socket just gets immediately closed. > How do I set up quickfix to communicate on port 443? > Many thanks in advance. > Andrew Culross > TwoFour Systems > (914) 220-8849 > www.TwoFour.Com > The views and opinions expressed in this e-mail message are the > sender’s own and do not necessarily represent the views and > opinions of {TwoFour Systems, LLC or F-O-R Software, LLC} > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |