tls1.2 Questions

4

Solved

As per PCI, we need to stop using SSL and TLS(1.0 and 1.1 in certain implementation) from June 30th 2016 as per http://blog.securitymetrics.com/2015/04/pci-3-1-ssl-and-tls.html We have an client ...
Unmuzzle asked 9/7, 2015 at 12:19

2

Solved

I am trying to establish a TLS mutual authentication with third party API. Client certificate is configured fine and when I try to access the end point url through Chrome it works fine(Chrome asks ...
Wallenstein asked 19/2, 2018 at 5:21

2

I've SQL server 2016 running on windows 2012 R2 and I applied the patch for TLSv1.2 support and rebooted the VM, https://support.microsoft.com/en-us/help/3135244/tls-1-2-support-for-microsoft-sql-s...
Gobelin asked 16/2, 2018 at 20:39

1

I want to show some warning message on browsers which has the TLS version 1.0 or older. How will I determine the TLS Version of Browser via Code ? I can have access to User Agent String. I don't t...

1

Solved

When executing the line Invoke-WebRequest -Uri https://www.freehaven.net/anonbib/date.html PowerShell throws WebCmdletResponseException. How can I get more information about it, and what may be cau...
Dragster asked 3/2, 2018 at 23:36

3

Solved

I have the following C# code, constructing an https call with a custom certificate. When using Tls 1.1, the call works fine. When using Tls 1.2 the call breaks. I using curl, using tls 1.2 works fi...
Airdry asked 20/12, 2017 at 11:16

1

Solved

I am trying to test new HttpClient from Java 9. For test purpose I am using api provided by https://jsonplaceholder.typicode.com. However, I am receiving an handshake exception and do not know the ...
Backpack asked 21/1, 2018 at 9:35

1

I'm unable to use System.Net.WebRequest for a request with TLS 1.2. If I do so, I get an Exception The request was aborted: Could not create SSL/TLS secure channel. and the protocol error Handshake...
Mozarab asked 7/12, 2017 at 15:6

3

Solved

We recently updated our ZNC server (don't think this matters) with a new certificate to include a Subject Alternative Name (SAN) DNS field. It works now in incognito but my existing session shows t...
Penland asked 23/5, 2017 at 22:17

3

Server: TLS Version: v1.2 Cipher Suite: TLS_RSA_WITH_AES_256_CBC_SHA256 Client: JRE 1.7 I am receiving the below error when I try to connect to the Server from Client through SSL directly: Ca...
Median asked 12/10, 2015 at 19:53

1

Solved

I'm trying to figure out if it is possible to upload a TLS client certificate to be used for my cloud functions in firebase. The TLS client certificate is required by a third-party payment solution...
Uppermost asked 24/8, 2017 at 8:21

2

Solved

I'm trying to connect to Bloomberg through the FIX protocol (4.4) using QuickFIX/n. Bloomberg requires to use the TLS 1.2 protocol. I have installed the PFX certificate following the instructions....
Pentstemon asked 25/10, 2017 at 15:28

3

Solved

I develop a C# program in Visual Studio 2013 which communicates with a SOAP webservice. How can I tell which version of TLS my program uses?
Margemargeaux asked 23/10, 2017 at 12:4

3

Solved

I want to use TLS mutual authentication to authenticate a client on a API made in go. I've created a certificate authority, and let's say Bob has a key pair he wants to use with the client. Bob cre...
Toner asked 7/3, 2017 at 7:58

2

Solved

I want to use Nginx to expose my NodeJS server listening on port 443. I don't want to manage the SSL certificate with Nginx. I would rather do that on the NodeJS server using the SNICallback optio...
Rectus asked 25/9, 2017 at 19:38

1

I would like to know the correct way of configuring the SSL protocol on wildfly. On looking at examples, I found two different ways of doing so. I want to know which one is the proper way of doing...
Sudatorium asked 13/11, 2015 at 1:23

2

I use Retrofit and OkHttp3 for making requests. I konw that in Android 4.4 TLS 1.1 and TLS 1.2 are not enabled by defult. So i'm trying to enable them. But so far i had no sucsess. I read that it c...
Kaisership asked 25/8, 2017 at 8:16

6

Solved

Kubernetes API request curl https://192.168.0.139 --cacert /home/mongeo/ku-certs/ca.pem return Unauthorized Request curl localhost:8080 worked good. My kube-proxy and kube-apiserver standart (cor...
Middlings asked 16/12, 2015 at 7:20

2

Solved

Say I have a standard .NET (4.5) web application that needs to connect to a secure server using TLS. I want to stop supporting unused or weak protocols and cipher suites in my server and support o...
Boser asked 2/7, 2017 at 11:35

1

Solved

How to connect to TLS 1.2 enabled URL using HTTP POST Method.
Copley asked 27/6, 2017 at 19:54

2

My question is related to Apple Transport Security (ATS) and I am too much confused. I want to support all the protocols (all version of TLS and SSL) in my swift app. If I change NSAllowsArbitrary...
Mordant asked 19/5, 2016 at 10:48

0

I am new to C# programming and have managed to develop non-secure C# websocket server. The server is working as expected with clients connecting to server from browser and c# client application usi...
Disdainful asked 13/5, 2017 at 16:58

0

I am trying to write a Java client that makes HTTP RESTful calls to a remote server that only accepts TLSv1.2 and only accepts three ciphers: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_W...
Meehan asked 8/5, 2017 at 15:1

1

We are building a server in Golang that opens a TCP port over SSL. We would like to enable mutual-authentication between the client and the server. But also detect when a client attempts to connec...
Singles asked 8/3, 2017 at 6:8

2

I have a simple question but can't find an answer anywhere. I have a WCF-Server-Application. I want it to use ONLY TLS1.2. I have no control over the client and am not able to edit the SCHANNEL set...
Quag asked 24/3, 2017 at 13:21

© 2022 - 2024 — McMap. All rights reserved.