Questions tagged [sslexception]

90 questions
2
votes
0 answers

SSL handshake aborted: ssl=0x55b0d4f9b8: I/O error during system call, Connection reset by peer, on Marshmallow and a below devices

I am getting this error SSL handshake aborted: ssl=0x55b0d4f9b8: I/O error during system call, Connection reset by peer in Marshmallow version andandroid versions below marshmallow. I have tried all solutions available on Stack Over flow and other…
Ghulam Ali
  • 21
  • 4
2
votes
2 answers

Java 1.8 and tomcat 6.0.53 Caused by: java.io.EOFException: SSL peer shut down incorrectly

java -cp catalina.jar org.apache.catalina.util.ServerInfo Server version: Apache Tomcat/6.0.53 Server built: Apr 19 2017 22:34:06 UTC Server number: 6.0.53.0 OS Name: Linux OS Version: 4.1.7-15.23.amzn1.x86_64 Architecture: amd64 JVM…
user3328342
  • 41
  • 1
  • 3
2
votes
1 answer

Test for SSL attacks - possible to extract certificate of server after SSLException?

For a project, I want to test if anyone is tampering with the SSL connection. The HttpsUrlConnection is using a SSLContext with a pinned the certificate. My question is: in case I get an SSLException, e.g. someones is trying to forge a wrong…
soey
  • 1,113
  • 11
  • 16
2
votes
1 answer

Java SSL: Invalid service principal name

On my game's Java server I ran 'sudo yum update' and now I am getting the following error when trying to connect via my game client: [2015-07-26 01:58:12] [Thread-2] INFO - Socket class: class sun.security.ssl.SSLSocketImpl [2015-07-26 01:58:12]…
KisnardOnline
  • 653
  • 4
  • 16
  • 42
2
votes
0 answers

Android javax.net.ssl.SSLPeerUnverifiedException: No peer certificate error in application but browser opens the URL correctly

I went through most of the questions on SSLPeerUnverifiedException: No peer certificate on SO, but could not find a solution for my problem. Most of the solution either provide a custom Trust Manager to accept all SSL certificate or provide a custom…
2
votes
0 answers

SSLException in AndroidHttpClient

I'm using AndroidHttpClient to connect to my server over https. Certificates are ok, but sometimes on bad internet connection an exception is thrown. Url is always the same. I/ActivityManager( 300): Displayed ru.mw.android/.FavouritesActivity:…
nixan
  • 523
  • 1
  • 6
  • 13
1
vote
0 answers

javax.net.ssl.SSLException: Received fatal alert: internal_error when running as a java application

I am using RAD8.0.4, Websphere Application Server v8.0 JRE, Java version 1.8.0_351. I would appreciate if anyone can provide the resolution for this error: javax.net.ssl.SSLException: Received fatal alert: internal_error at…
Superstar
  • 11
  • 1
1
vote
1 answer

AWS Lambda getting SSLException while calling third party endpoints

Thanks in advance for your support, We developed our schedulers (Listeners) on AWS Lambda serverless, and some of our lambda functions are calling multiple third party endpoints to retrieve data and save them in our database. some of the endpoints…
1
vote
0 answers

javax.net.ssl.SSLException: Broken pipe error while sending image to server

i have a update profile activity, and i send the new data to my asp.net server for database updating. when i attempt to upload a new profile image to my server after converting it to base64, i get a error saying javax.net.ssl.SSLException: Write…
1
vote
0 answers

Catching javax.net.ssl.SSLException: Read error

I am using good old-fashioned HttpURLConnection to fetch a bitmap (this is handled asynchronously) along the following lines: Bitmap bmp; boolean fetchOk = false; try { URL url = new URL(strURL); HttpURLConnection connection =…
drmrbrewer
  • 11,491
  • 21
  • 85
  • 181
1
vote
0 answers

SSLHandshakeException(Connection closed by peer) in Glide 4.11.0 while showing image from firebase strorage

While showing an image from downloadurl from firebase storage, i get this error from glide library. Load failed for …
1
vote
0 answers

SSLHandshakeException Even after adding github certificate to %JAVA_HOME%

I have followed all instructions on https://github.com/escline/InstallCert and the main method worked for the first time, but when I started the main method second time it again started throwing same error: Exception in thread "main"…
Nagendra Singh
  • 577
  • 1
  • 7
  • 24
1
vote
1 answer

Android SSLProtocolException and unexpected end of stream on Connection on OkHttp

There is very low probability to produce "HTTP FAILED: javax.net.ssl.SSLProtocolException: Read error: ssl=0xdfa6e140: Failure in SSL library, usually a protocol error error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE…
linguokun
  • 41
  • 5
1
vote
1 answer

connection reset - apns

I got an exception when send a push notification in PROD environment but it works in UAT environment.I'm getting below exception, Exception while waiting for error code: javax.net.ssl.SSLException: Connection has been shutdown:…
Pramuka Dias
  • 568
  • 4
  • 16
1
vote
1 answer

javax.net.ssl.SSLException: Unsupported record version Unknown-0.0 error on a MySQL SSL connection on Amazon RDS and HikariCp datasource config

I was able to break down the rds-combined-ca-bundle.pem cert file and import each one into the keystore separately. Then I added the -Djavax.net.ssl.trustStore=path_to_truststore_file and -Djavax.net.ssl.trustStorePassword=password into the jvm…
J.Mustang
  • 11
  • 2