Tagged Questions
JSSE is a Java implementation of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. Its functionality includes data encryption, server authentication, message integrity, and optional client authentication.
22
votes
8answers
47k views
Java client certificates over HTTPS/SSL
I am using Java 6 and am trying to create an HttpsURLConnection against a remote server, using a client certificate.
The server is using an selfsigned root certificate, and requires that a ...
14
votes
7answers
11k views
scp via java
What is the best method of performing an scp transfer via the Java programming language? It seems I may be able to perform this via JSSE, JSch or the bouncy castle java libraries. None of these ...
12
votes
6answers
9k views
Where to find Java 6 JSSE/JCE Source Code?
Where can I download the JSSE and JCE source code for the latest release of Java? The source build available at https://jdk6.dev.java.net/ does not include the javax.crypto (JCE) packages nor the ...
8
votes
2answers
3k views
jsse handshake_failure on public https web site
I have read a related question already, but it doesn't seem to fail at the same place I am seeing a failure.
I am trying a very simple operation:
public static void main(String [] argv) {
try {
...
4
votes
1answer
2k views
Why does Java's SSLSocket send a version 2 client hello?
The SSLSocket.getEnabledProtocols() method returns the following: [SSLv2Hello, SSLv3, TLSv1]. And indeed, when I call connect() and I have SSL debugging turned on, I see that a v2 client hello is ...
4
votes
2answers
6k views
Registering multiple keystores in JVM
I have two applications running in the same java virtual machine, and both use different keystores and truststores.
A viable option would be use a single keystore and import all the other ones into ...
4
votes
2answers
3k views
How do I programmatically import a public key .cer file into a java keystore using JSSE?
I want to take a public key .cer file generated from java keytool command like this:
"keytool -export -alias privatekey -file publickey.cer -keystore privateKeys.store"
and import it into a new, ...
3
votes
1answer
121 views
Java NoClassDefFoundError With SSL Connection
We have an application that uses a JAX-RPC client library and is running on a legacy version of Java (1.4.2) and are receiving the following SSL error:
java.lang.NoClassDefFoundError
...
3
votes
3answers
2k views
JDK/JRE source code with matching JSSE (SSL) source code and matching runnable JDK / JRE?
I have seen Where to find Java 6 JSSE/JCE Source Code?
and asked the question myself
How to get JRE/JDK with matching source? but I don't either of these was specific enough to get the answer I was ...
2
votes
4answers
218 views
Obfuscating the SSL client Hello v2 message in Java
I am currently working on a client/server TLS tool that requires us to connect through firewalls.
For reasons that are outside our control, we are only granted an outgoing TCP connection.
The problem ...
2
votes
2answers
290 views
Why do I get a handshake failure between TLS 1.0 client and SSL 3.0 server?
There is a project that uses extensively JSSE.
Depending on a configuration parameter the SSLContext is initialized for SSLv3. Meaning that if the parameter is not set it is SSLv3, otherwise it is ...
2
votes
1answer
435 views
java secure client socket authentication
For secure server sockets in order to send the server certificate, all I do is initialize SSLContext with a KeyManagerFactory.getKeyManagers() that has been initialized with my keystore.
But how can I ...
2
votes
2answers
922 views
Is there a way to load a different cacerts than the one specified in the java_home/jre/lib/security folder?
I have a single installation of java in a system that runs 2 or 3 applications.
All the applications use the same runtime.
Is there a way to specify a different keystores for the ca certs than the ...
2
votes
1answer
414 views
How to connect to a queue manager with ssl enabled server connection channel when authentication is required
I am trying to write a java application connecting to server connection channel with SSL enabled.
So far, I have been successfully connected to the channel by setting authentication to 'optional'. ...
2
votes
2answers
204 views
End of an XML stream over a JSSE connection?
I have a Java server that accepts SSL connections using JSSE and uses a simple XML message format inside the stream. I would like the server to read a complete message and then send a reply. This ...
1
vote
1answer
152 views
javax.net.ssl.SSLException: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
I'm looking to parse an XML file that updates said file daily - the only issue I've run into is that they use their own certificate (https://...) and I can't use that specific URL, nor is there an ...
1
vote
1answer
125 views
How to get the java.security.PrivateKey object from RSA Privatekey.pem (from a file)?
I have a RSA private key file (OCkey.pem). Using java i have to get the private key from this file. this key is generated using the below openssl command.
Note : I can't change anything on this ...
1
vote
1answer
79 views
implementing ssl in localhost in jsp using jsse api
can anybody tell me how to implement ssl (https) on localhost in java/jsp using tomcat server and Netbeans IDE. I followed the steps provided by apache website, to make keystore file. But, the problem ...
1
vote
2answers
99 views
What kind of SSL implementation do I go for?
I am currently testing the waters of SSL, and am new to the SSL stuff. As a part of my research, I came across two different implementations of SSL in the java space.
First, let me state my ...
1
vote
2answers
472 views
Can I avoid putting key store password on command-line with JSSE?
We are using Maven 2 and have a maven repository manager secured with SSL client authentication. In order for Maven to access the repository the following system properties must be passed to Java:
...
1
vote
2answers
790 views
java secure socket without authentication?
I have a trivial secure socket server-client program.
For the server certificates, I created a keystore using keytool.
When I try to connect to the server by my client I get these exceptions:
In ...
1
vote
2answers
842 views
How to include jssecacert (cacert) in client jar file during client calling https wsdl
I have a jar that must be imported in the client application and enable the client to call my https wsdl web service with the help of the imported jar.
I see that when https service must be called, ...
0
votes
0answers
11 views
Web Service on Oracle WebLogic 10.3 over SSL hangs if sent data size exceeds around 12Kb
I have a Web Service running on a Oracle WebLogic Server 10.3. One of its purposes is to send documents over a one-way JSSE SSL connection (acts as a client to another web service). The service runs ...
0
votes
1answer
190 views
Setting multiple truststore on the same JVM
I have an Java application running on a weblogic server. The application has two distinct modules which use SSL to connect to external web services - let's say module A and module B.
Module A - Built ...
0
votes
1answer
230 views
tell java to accept a self-signed certificate (to some extent a repeated question)
Alright, so when I attempt to access the file manager through webmin it fails and throws an error to the tune of:
failed to get language list : javax.net.ssl.SSLHandshakeException : ...
0
votes
1answer
28 views
Where to download SunPKCS11Provider
I'm trying to access smardCard folowing this article but I have no idea where to find jar with SunPKCS11Provider. In Oracle docs they say it is standard since 1.5. Here is my block where compiler is ...
0
votes
1answer
46 views
How to ensure server certificate is created with which private key through java
Customer has created key and certificate using openssl command below
openssl req -newkey rsa:1024 -sha1 -keyout OCkey.pem -out OCreq.pem -subj ...
0
votes
1answer
23 views
Multiple sockets - one of which causing SSLException - how to debug trace openSocket in jsse.jar
I've got an issue in an enterprise application that is opening multiple sockets in a particular scenario. I want to trace back from the openSocket method in the SSLSocketFactory in jsse.jar - but the ...
0
votes
2answers
155 views
How to reference jsse classes in Android?
I am using Eclipse Helios with Android SDK plugin and writing for Android 2.2
I am attempting to write an app the encrypts communication that is sent to a web service, but errors
It fails at
...
0
votes
0answers
46 views
Override apache default SSLImplementation
Has someone tried to override the default apache SSLImplementation of apache tomcat for https connector ?
I would like to have your advise to evaluate difficulties & important points.
Thanks ...
0
votes
1answer
163 views
Adding Cipher Suite to Android/Harmony Jsse
So Harmony JSSE doesn't have the ciphersuite that I need to connect to my server. It has no support for TLS_ECDHE_ECDSA_WITH_AES_256_SHA. Is it possible (and if so, how) to add in support for that ...
0
votes
1answer
296 views
Configure Oracle JDK to use IBM JCE/JSSE providers for FIPS compliance
I would like to configure the Oracle JDK to use IBM's FIPS-compliant JCE/JSSE security providers. What JAR files do I need and where should they be installed? What should the provider list in the ...
0
votes
1answer
349 views
Java 1.6 JSSE default SSL session timeout?
What is the default SSL session timeout used by Java 1.6 JSSE?
SSLSessionContext has methods for getting and setting it, but neither it or the JSSE Reference Guide mention any default value.
0
votes
1answer
414 views
setup SSL connection with JSSE (Javase6) and self-signed certificate
I'm trying to build a simple client/server system wich uses SSLSocket to exchange data. (JavaSE 6)
The server must have its own certificate, clients don't need one.
I started with this
...