Questions tagged [sslexception]

90 questions
1
vote
1 answer

How to create certificate for gitblit server?

I use a gitblit server. I can access it using: https://localhost:8443, but when accessing https://192.168.10.1:8443, which is the IP address of my PC, I see SSL Error. Can someone please shed a light on what I might be doing wrong?
Miron
  • 1,007
  • 2
  • 17
  • 31
1
vote
1 answer

Can't catch SSLException - Java

I am trying to parse some url's with Jsoup but I get this error: javax.net.ssl.SSLException: Received fatal alert: protocol_version at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) at…
yasuo
  • 37
  • 6
1
vote
2 answers

How to set “jsse.enableSNIExtension” to false only for a single HTTPURLConnection?

I currently have an application that would make HTTP post request to a lot of URLs. Some of the connections are failing with the following exception. Exception in thread "main" javax.net.ssl.SSLProtocolException: handshake alert: …
Keen Sage
  • 1,899
  • 5
  • 26
  • 44
1
vote
0 answers

javax.net.ssl.SSLException when using REST client in PyCharm

Update: As per JetBrains support, JDK 8 will solve the issue but now the font rendering is horrible. I'll leave this here for later updates. I'm trying to send an HTTPS request with REST client in PyCharm in OSX Yosemite, but it gives…
Sam R.
  • 16,027
  • 12
  • 69
  • 122
0
votes
0 answers

how to fix java.net.sll.SSlException: Tag mismatch warning

had this error while installing android studio, please how to i resolve it java.net.sll.SSlException: Tag mismatch warning: An error occured while preparing SDK package Android Emulator: Tag mismatch!. i tried turning off my antivirus and…
0
votes
0 answers

How to resolve intermittent NoHttpResponseException and SSLException after enabling cipher suites in Wildfly

Our Server Vulnerability Scan gave below vulnerability: Weak SSL/TLS Key Exchange on port 443 Weak Cipher Names: DHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-SHA256, DHE-RSA-AES128-SHA256, DHE-RSA-AES256-SHA,…
technikal
  • 1
  • 1
0
votes
0 answers

SSLException [org.springframework.web.client.ResourceAccessException https://chec.. Connection reset; nested exception is javax.net.ssl.SSLException ]

I am trying to invoke HTTPS end point using rest template and I am getting SSLException as per below. I have also included code to read truststore info from GCP bucket and set with System and it executing all steps nicely but still can see…
0
votes
0 answers

javax.net.ssl.SSLException: Unsupported record version Unknown-0.0 (slack-webhook)

I am developing a batch application. I need to send message using slack webhook api 'local' -> slack webhook (send message) -> success (succeed local) but, 'dev' -> slack webhook (send message) -> fail (fail dev) The reason is…
김시용
  • 1
  • 1
0
votes
3 answers

Remote host terminated the handshake In JMeter

I got three kind of errors while using load run via JMeter. Probably this can be happen due to SSL issue but can't identify the point. Here are the exceptions that I got. I did try with jmeter.properties , user.properties files but nothing was…
Terry
  • 33
  • 1
  • 2
  • 6
0
votes
1 answer

Debugging SOAP webservice calls using CXF generated stubs in Java gives SSL Exceptions for some people

We have a project setup where we call external SOAP webservices using CXF generated stubs. The SOAP calls use certificate based security. This all works perfectly except when debugging the code (we use IntelliJ). When running the code, it works. …
B.T.
  • 132
  • 2
  • 15
0
votes
1 answer

Server chat java - SSLException

I am stuck in a serious place..., I am trying to create a secure server. So I had to modify my code to be able to send in a secure way, the problem is the following. It displays me the error: javax.net.ssl.SSLException: Connection has closed:…
Forcela8
  • 61
  • 6
0
votes
1 answer

Java 14 javax.net.ssl.SSLException occurs only on some computers with identical cacerts files

I have a Java 14 application where some computers throw a javax.net.ssl.SSLHandshakeException or javax.net.ssl.SSLException when trying to access https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl. It works fine for me, and all computers are…
Andrew L
  • 243
  • 1
  • 11
0
votes
2 answers

Class cast exception occur while updating OpenJDK version from 11.0.2 to 11.0.10

After updating the minor version of OpenJDK , I am getting an error in any API call with HTTPS protocol The same code was working fine with the older version. Older version(Working fine): java version "11.0.2" 2019-01-15 LTS Java(TM) SE Runtime…
0
votes
0 answers

why this error is occuring javax.net.ssl.SSLException: Unsupported record version Unknown-0.0

What is the reason for this error? Why does it occur? I searched but found nothing Caused by: javax.net.ssl.SSLException: Unsupported record version Unknown-0.0
paradox
  • 51
  • 7
0
votes
2 answers

SSLException while testing spring boot rest endpoint using JMeter

I am trying to do load testing with JMeter for a spring boot application running locally on port 8080. Request configured is a GET request, and protocol is https. I get following error message: javax.net.ssl.SSLException: Unsupported or unrecognized…
Mandroid
  • 6,200
  • 12
  • 64
  • 134