[QFJ-465] Use stunnel with quickfix Created: 28/Aug/09  Updated: 20/Mar/11  Resolved: 20/Mar/11

Status: Closed
Project: QuickFIX/J
Component/s: Networking
Affects Version/s: None
Fix Version/s: None

Type: Other Priority: Default
Reporter: Ahmed Al Jebouri Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None

Attachments: Text File demo-stunnel-client.pem     File stunnel.conf    

 Description   

HI support,

I am a beginner developer and want to use your API to connect to integral, i will use stunnel to establish ssl, they sent me the new certificate but i am not sure how i can use it i will attach the new certificate can you advise on how to use it in stunnel.conf



 Comments   
Comment by Ahmed Al Jebouri [ 28/Aug/09 ]

conf file

Comment by Ahmed Al Jebouri [ 28/Aug/09 ]

cert

Comment by Laurent Danesi [ 01/Sep/09 ]

Hi,

Your stunnel seems well configured and your PEM is holding private key and public certificate. But the certificate is expired :Valid until may 7 2009.

Are you sure that your certificate is the good one?

Anyway, QFJ supports SSL connections and you can use it by converting your PEM to a Java Keystore using KeyMan or JDK commands.
Just add these parameters to your Session config:

SocketUseSSL=Y
SocketKeyStore=[your key store path]
SocketKeyStorePassword=[your password]

Laurent

Generated at Fri May 17 03:42:14 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.