poodle-attack Questions

16

Solved

I have an issue with a C# PayTrace Gateway. The below code was working fine until yesterday when I believe they turned off SSL3 due to the Poodle Exploit. When running the code below we got the fol...
Darden asked 4/11, 2014 at 18:10

6

Solved

Due to the POODLE vulnerability, my server, hosted in Amazon AWS does no longer support SSLv3. As a result, the first HTTPS connection my Android app does against the server results in an error wh...

8

We wrote client application in android which connects with https servers using HttpsUrlConnection apis. Due to Poodle vulnerability, we need to disable SSLv3 from the list of enabled protocols whil...
Vachill asked 30/10, 2014 at 9:33

1

Solved

In my java Code i am creating one instance of SSL Context using command SSLContext ctx = SSLContext.getInstance("TLS"); But in my tomcat server i am setting TLSv1.2 and i am getting handshake er...
Jurisprudence asked 24/4, 2015 at 7:45

4

Solved

Since Java 8 Update 31 the SSL 3 protocol is disabled by default due to security flaws in the SSL Protocol (see POODLE attack). Even if not recommended, how can it be enabled?
Exuberant asked 30/1, 2015 at 12:35

3

Solved

Now that SSL 3 has been found to be vulnerable to the POODLE attack: Which versions of SSL/TLS does System.Net.WebRequest use when connecting to any https Uri? I use WebRequest to connect to sev...
Mamiemamma asked 16/10, 2014 at 21:43

1

Solved

Hi I want to support multiple version's of TLS using SSLV23 method on client side.But I am not able to connect getting error : SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Can anyone p...
Keratosis asked 21/4, 2015 at 17:44

4

Solved

Regarding the POODLE vulnerability, if I understand it correctly, it requires a client that automatically downgrades TLS protocol to SSLv3 when failing to establish a secure channel with a server u...
Swaim asked 17/10, 2014 at 16:46

4

Because of the Poodle attack it is now recommended to disable SSLv3 for client and server applications and only allow TLS 1.0 -TLS 1.2 connections. Is there a way to disable SSLv3 for all Java bas...
Cuman asked 22/10, 2014 at 9:46

1

Solved

I have App that makes use of some web service and acquire data via JSON, all was working fine for quite long time, up until latest discoveries about SSLv3 being vulnerable to man-in-the-middle atta...
Matterhorn asked 17/10, 2014 at 3:13
1

© 2022 - 2024 — McMap. All rights reserved.