Questions tagged [sslexception]
90 questions
4
votes
2 answers
spotify/dockerfile-maven plugin: Could not build image: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection
maven-plugin to build my docker image.
Whenever I run dockerfile:build
I always get this error :
"failed to execute goal com.spotify:dockerfile-maven-plugin:1.3.6:build (default-cli) on project XXX: Could not build image"
"Caused by:…

TryMyBest
- 333
- 5
- 11
4
votes
0 answers
What are the detail reasons for every SSLException
the questions are:
(1) How many exception reasons that SSL Exception has?
(2) Are there any specifications or documents for SSL Exception?
We all know that SSL Exception has many types, such as SSLException, SSLHandshakeException,…

Schroeder
- 61
- 6
4
votes
1 answer
Android-Query - Random SSLExceptions
I'm using Android-Query to make HTTP calls, and I keep getting random SSLExceptions, like these:
AQuery(7746): javax.net.ssl.SSLException: Read error: ssl=0x19d3c0: I/O error during system call, Connection reset by peer
AQuery(7746): at…

Josh
- 12,448
- 10
- 74
- 118
3
votes
0 answers
Android SSLException
While downloading files in Android device, I am getting below error. I am unable to find the root cause, not sure if anyone has come across this network
error
javax.net.ssl.SSLException: Read error: ssl=0xd1823640: I/O error during system call,…

user1223035
- 241
- 2
- 21
3
votes
0 answers
FTPS over SSL/TLS using Apache Commons to upload a file fails
I am trying to implement a FTP file upload in android, using Apache commons library. The communication must be done through explicit TLS authentication. I can login, connect to server and list files successfully, but when i am trying to store a file…

heritageboy51
- 93
- 4
3
votes
1 answer
Receiving "javax.net.ssl.SSLException: java.lang.ArrayIndexOutOfBoundsException" while connecting to "https:" site
I am trying to connect to a "https://" site which supports "TLSv1" protocol and the following cipher suites,
TLS_DHE_RSA_WITH_AES_256_CBC_SHA (0x39) DH 4096 bits
TLS_DHE_RSA_WITH_AES_128_CBC_SHA (0x33) DH 4096 bits
using Apache's httpclient…

Uthra
- 115
- 1
- 2
- 8
3
votes
1 answer
javax.net.ssl.SSLException: Read error: ssl=0x56e63588: I/O error during system call, Connection reset by peer
I have been using using org.apache.http.client.HttpClient to download some data from a HTTP server for past 2 years and its been working fine.
Recently we switched to HTTPS for some security reasons.This is also working fine with WiFi and High speed…

MohanRaj
- 662
- 1
- 6
- 21
3
votes
0 answers
Could not generate DH keypair
We recently moved our code from Java 5 to Java 7, Tomcat 6 to Tomcat 7 and Spring 2.5 to Spring 4.0.6. All of this together. Unix servers were upgraded as well in Memory and disc space.
But since release we are getting below error in Production…

Sammy Pawar
- 1,201
- 3
- 19
- 38
3
votes
1 answer
javax.net.ssl.SSLException: Received fatal alert: unexpected_message in Java7
We have a https client that connects to a webservice over ssl. This always works fine with Java 1.6.
Last week we switch the client to use Java 1.7. Unfortunately the client is no longer able to connect to the webservice. I want to know what is…

Jonny
- 51
- 1
- 6
3
votes
2 answers
javax.net.ssl.SSLException: Server selected improper ciphersuite SSL_RSA_WITH_DES_CBC_SHA
When applet is served through HTTPS connection I am getting following exception.
This problem is experienced at Java 1.7.0_25 but not at java 1.6.
when i look at the chipersuit supported by java…

Mithat Bozkurt
- 547
- 5
- 17
2
votes
2 answers
javax.net.ssl.SSLException: Connection reset on few request out of the total
We have a service that is sending POST request once every second to one of our mircoservices.
The sent request is to the same URL each time it is sent.
The code class TrackTask that sends request is using…

Ran Koren
- 41
- 1
- 1
- 3
2
votes
0 answers
Bitbucket Pipeline CLI command return "the trustAnchors parameter must be non-empty"
I am trying to run an CLI command from one of my packages installed in a Bitbucket Pipeline in a cloud hosted server which I do not have access to. That command should push a bunch of files to a remote server.
The pipeline always fail with
Caused…

Bobby
- 4,372
- 8
- 47
- 103
2
votes
5 answers
Connection has been shutdown: javax.net.ssl.SSLException: Tag mismatch
Has anyone encountered this error before? I'm new in flutter, is there anything wrong while running the sample file of flutter that I'm missing? The stack trace gives me 3 error like :
Exception in thread "main" javax.net.ssl.SSLException:…

Vishal D Rajpara
- 43
- 1
- 1
- 4
2
votes
0 answers
Rest Assured - javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
I am trying to hit a restful service hosted in AWS through the corporate proxy using RestAssured, but getting javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? Can some one please help identify what needs to be done to…

Suresh Kumar
- 21
- 1
2
votes
2 answers
Java 8 Update 162 javax.net.ssl.sslexception received fatal alert unexpected_message
(I am not a Java expert but if you can provide instruction and where I need to run commands or make changes I should be fine thanks again)
We have a https client that connects to a webservice over ssl. This always works fine with Java 7.
We are…

S.Mahmood
- 129
- 11