Skip to content

Quick Fix J (QFJ) SSL connection between Initiator and Acceptor logic #641

Answered by the-thing
cypatorYA asked this question in Q&A
Discussion options

You must be logged in to vote

Normally key stores contain certificate key-pairs and trust stores contain trusted certificates, but the file format e.g. JKS is the same so nothing stops you from using a single file for acceptor and initiator respectively. That's how QFJ did it initially and now we have to follow it.

Client always validates server's certificate, but not vice versa, although this can be enforced. QFJ has a "feature" that when a trust store is not specified it will use a dummy one that will trust anyone. Not super nice, but this is for backwards compatibility.

I can't advise on keytool command line tool, but I can suggest using "KeyStore Explorer" which is an excellent desktop application for key files an…

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@chrjohn
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@chrjohn
Comment options

@the-thing
Comment options

Answer selected by cypatorYA
Comment options

You must be logged in to vote
1 reply
@cypatorYA
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants