sslsocketfactory Questions

2

Solved

My question is similar to: SSLSocketFactory in java I need to set a custom SSLSocketFactory...except I do NOT have an https connection (it's LDAPS), so can't use: HttpsURLConnection.setDefaultSSL...
Boater asked 6/3, 2020 at 20:16

4

Solved

I hava an app in Google Play, I received a mail from Google saying that: Your app(s) listed at the end of this email use an unsafe implementation of the interface X509TrustManager. Specifically,...

2

Solved

I'm given a self-signed client certificate kit that is to be used to access a server via HTTPS. The kit consists of the following PEM files: client.crt (client certificate) client.key (client pri...
Nadaha asked 8/3, 2017 at 15:14

5

Solved

I'm trying to create an SSLSocket on top of another SSLSocket in an Android app. The lower connection is an SSL-secured connection to a Secure Web Proxy (HTTP proxy over SSL), the upper connection ...
Immure asked 6/2, 2017 at 22:9

2

SSLSocketFactory provides getDefaultCipherSuites (ciphers that are enabled by default on sockets) and getSupportedCipherSuites (ciphers that can be enabled, if desired). However, SSLSocketFactory ...
Ferne asked 27/4, 2014 at 7:53

1

In OkHttp3, the following is deprecated [A]: sslSocketFactory(SSLSocketFactory sslSocketFactory) It is replaced by [B]: sslSocketFactory(SSLSocketFactory sslSocketFactory, X509TrustManager ...
Quizmaster asked 8/11, 2018 at 5: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...

3

Solved

My project has been using Android Volley network framework for a long time, but recently I found a SSL 3.0 protocol bug published on the Internet. I want to know how can I find out what's the TLS ...
Pawnshop asked 7/7, 2015 at 13:7

1

Solved

I've written a server based on a Java SSLServerSocket that accepts connections and communicates to android applications via a custom binary protocol: ServerSocket serverSocket = SSLServerSocketFac...
Bartholemy asked 23/9, 2017 at 1:23

2

Solved

I am working on an Android app that requires Client Certificate Authentication (with PKCS 12 files). Following the deprecation of all that's apache.http.*, we have started a pretty big work of ref...
Agitator asked 23/6, 2015 at 11:57

2

I get connection failures that appear randomly when connecting to an HAProxy server using SSL. I have confirmed that these failures happen on JDK versions 1.7.0_21 and 1.7.0_25 but not with 1.7.0_0...
Collation asked 15/8, 2013 at 22:34

2

Solved

I'm working on encrypting a tcp connection between a server and a client. In the course of research and testing I'm leaning towards using secret key encryption. My problem is that I cannot find any...
Pontifical asked 29/3, 2014 at 22:53
1

© 2022 - 2024 — McMap. All rights reserved.