tls1.2 Questions

5

Solved

I'm trying to connect to an embedded device with an HTTP-server which works fine on android < P (until I set targetSdkVersion 28) because there was a change that Network TLS enabled by default. ...
Colure asked 21/6, 2018 at 6:57

2

Solved

I am working on a .NET 4.0 application that needs to make connections to a website server. I've been getting the following error on and off periodically (pattern appears to start around lunch and h...
Yokefellow asked 15/3, 2019 at 19:5

1

Solved

SSLParameters support the following properties (as per Spring notation): cipherSuites, protocols, wantClientAuth, needClientAuth, algorithmConstraints, endpointIdentificationAlgorithm, serverNames,...
Ineducable asked 3/5, 2018 at 16:55

7

Solved

In the latest update to the JDK in April 2021 (11.0.11+9-0ubuntu2~18.04) support for TLSv1 and TLSv1.1 was dropped, presumably because since March 2021 those versions are no longer supported. This ...
Unconscionable asked 30/4, 2021 at 11:13

2

Solved

I'm using the ClientCAs and ClientAuth options in tls.Config to do cert-based client authentication in my Go HTTP application. Is it possible to also verify the client certs against a provided CRL?...
Highpitched asked 5/5, 2016 at 19:2

2

I'm trying to login in an API. I followed the tutorial, and, at a moment, I've to run this command : export ID1=`curl -k --tlsv1.2 -b cookie.txt -c cookie.txt -v 'https://api-gateway.inpi.fr/auth/l...
Gilded asked 18/2, 2022 at 9:34

12

When I'm trying to pull from our git server I get this error: fatal: unable to access 'xxx': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to xxx When this happened before I was able t...
Uni asked 28/9, 2017 at 15:15

4

I am trying to update TSL to 1.2 on glassfish v3.1.2.2 server, and I have tried for days I got no luck. when I put below configuration to glassfish -Djdk.tls.client.protocols=TLSv1.2 or -Dhttps....
Intrepid asked 1/3, 2017 at 21:18

6

Solved

Using Kubernetes 1.12.6-gke.7 or higher it is possible to create a ManagedCertificate which is then referenced from an Ingress Resource exposing a Service to the Internet. Running kubectl describ...
Sputter asked 15/4, 2019 at 18:37

7

I'm trying to add the following line of code to the Global.asax file in a website project. System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12; The vs2012 Int...
Mettlesome asked 13/11, 2017 at 16:56

2

Solved

I am currently trying to connect to an AWS REST API which requires at least TLS v1.2. The documentation stats that clients must also support cipher suites with perfect forward secrecy (PFS) such as...
Mating asked 13/12, 2021 at 17:56

3

Solved

I am new to MQTT and I have a frustrating problem. I have been using MQTT.fx to subscribe to a topic; I have set the: Broker Address Port Client ID Enable SSL/TLS Topic This works well, howe...
Vega asked 6/5, 2017 at 22:43

6

Solved

Recently deployed a Windows 2016 Standard Server, with Active Directory and Exchange 2016. We have disabled SSL 1.0, 2.0 and 3.0 for both Server and Client, and have disabled TLS 1.0 and TLS 1.1....
Abjuration asked 2/11, 2018 at 15:52

1

Being very new to elasticache, I'm trying to connect to it from instance running in different VPC. It works perfectly fine when client is within VPC over TLS, as no need to pass TLS certificates.( ...
Cherri asked 13/4, 2021 at 6:47

0

I am calling Power school API to fetch student data. Using the below code. public Token GetAuthToken(string baseUrl, string authKey) { try { ServicePointManager.SecurityProtocol = SecurityProto...
Chandos asked 11/9, 2022 at 4:1

2

Solved

In my local PC Braintree showing error "The request was aborted: Could not create SSL/TLS secure channel" when executing : var clientToken = gateway.ClientToken.generate(); I am using "Braintre...
Jacintha asked 15/12, 2016 at 7:9

3

Solved

We are starting to use Guzzle in PHP with code which calls a variety of different APIs, a few of which don't support TLSv1.2 and some of which require TLSv1.2. What's the best way to force Guzzle ...
Churchyard asked 14/10, 2015 at 19:46

2

Solved

I have two EDI servers, A and B. Trading Partners connect using TLS. One trading partner is cannot connect to server B, but can connect to server A. The issue apparently is that the cipher suites...
Saphra asked 7/4, 2017 at 19:26

2

Solved

I have a problem with TLS 1.2 in ASP.NET Core 5.0 running on Linux. It's happening only in ASP.NET Core 5.0, the same code runs OK in ASP.NET Core 3.1 SSL Handshake failed with OpenSSL on Ubuntu 1...
Gardiner asked 5/7, 2021 at 23:48

0

I have the following issue: I have built a webservice that is supposed to run as an Azure Webservice, which calls an external API retrieve some data. For the connection, the external company has pr...
Mays asked 26/7, 2022 at 14:45

5

My server is windows 2008 server r2. I found the following error on my server after disable tls 1.0 and SSLv3. [DBNETLIB][ConnectionOpen (SECCreateCredentials()).]SSL Security error. Currentl...
Rienzi asked 6/4, 2016 at 13:29

4

Solved

We have an on premise server (Windows Server 2012 R2) with an Azure Pipelines agent running on it. Today (31st Jan 2022) this agent could not longer connect to our Azure DevOps organisation. Judgi...

3

I have the following MutatingWebhookConfiguration apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: name: example-webhook webhooks: - name: example-webhook....
Audryaudrye asked 5/6, 2022 at 12:22

1

We have a .NET 4.7+ application running on an Azure Cloud App Service. When we try to call and API that has TLS 1.2 minimum, using HttpWebRequest, we get a "The request was aborted: Could not ...
Fondness asked 11/5, 2022 at 17:8

7

Solved

I need to serve a vue application over HTTPS while doing local development. The application is being served with: npm run serve which runs: vue-cli-service serve I have tried to create a vue.conf...
Sanity asked 28/7, 2019 at 18:50

© 2022 - 2024 — McMap. All rights reserved.