[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: |
|
| 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. SocketUseSSL=Y Laurent |