×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Ok, I'm forking this thread a bit ... because the thread nesting was
getting pretty distracting.
I've made a bit of progress ... although I'm not really happy with the
way I had to do it.
I got my test java app to talk to a my SSL server ... but I had to make
some modifications to the global java config that are fairly
unacceptable (especially since this is going to be used on a customers
system).
In the /QIBM/Proddata/java400/jdk14/lib/security/java.security file, I
made the following modifications:
-----------------------------
1. I added 'com.ibm.jsse.IBMJSSEProvider' as a security provider and
moved it to the top of the list. When it was at position 8 I still got
the cipher error.
#
# List of providers and their preference orders (see above):
#
# commented out by dmg 11/9/07
#security.provider.1=sun.security.provider.Sun
#security.provider.2=com.ibm.crypto.provider.IBMJCE
#security.provider.3=com.sun.rsajca.Provider
#security.provider.4=com.ibm.security.cert.IBMCertPath
#security.provider.5=com.ibm.as400.ibmonly.net.ssl.Provider
#security.provider.6=com.ibm.jsse.IBMJSSEProvider
#security.provider.7=com.ibm.security.jgss.IBMJGSSProvider
# added by dmg 11/9/07
#security.provider.8=com.ibm.jsse.IBMJSSEProvider
I *THINK* that this configuration is using the
/QIBM/ProdData/Java400/jdk14/lib/security/jssacacerts file to pick up my
CA certificate.
The test program works fine when I run it with a secofr profile ... but
when I run it with a normal programmer profile, I get
javax.net.ssl.SSLHandshakeException: unknown certificate :(
david
As an Amazon Associate we earn from qualifying purchases.
This thread ...
Re: Private CA 'jssecacerts' file location?, (continued)
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.