tls1.2 Questions

1

Solved

One API I have to use for my app only supports ECDHE ciphers for TLS connections. PORT STATE SERVICE 443/tcp open https | ssl-enum-ciphers: | TLSv1.2: | ciphers: | TLS_ECDHE_RSA_WITH_AES_256_GCM_...
Vocable asked 20/9, 2019 at 11:12

13

Solved

Tried to run my existing app on iOS9 but getting failure while using AFURLSessionManager. __block NSURLSessionDataTask *task = [self.sessionManager dataTaskWithRequest:request completionHandler:^(...
Infrangible asked 9/6, 2015 at 17:58

3

Our application hosted on Google App Engine Node.js (Flexible Environment). We are now under review of security inspection and failing on the issue that Google App Engine supports TLS 1.0 and 1.1 v...
Partain asked 23/1, 2018 at 14:48

2

Solved

I have a rabbitmq server and use the pika library with Python to produce/consume messages. For development purposes, I was simply using credentials = pika.PlainCredentials(<user-name>, <pa...
Granado asked 21/8, 2019 at 15:59

2

When connecting to an SMTP server using javax.mail , how can I make sure that the version of TLS is v1.2 or higher. I am using Java version 8 (update 162).
Tracy asked 5/6, 2018 at 19:5

0

I'm sending emails using System.Net.Mail.SmtpClient. It has an EnableSsl property that seems to work most of the time, but now one user claims that his email provider will only accept connections w...
Treadmill asked 15/8, 2019 at 13:25

3

Solved

I'm looking for a recommended configuration for SSL/TLS in Traefik. I have set minVersion = "VersionTLS12" to avoid the weaker older versions and found the supported ciphers in Go. Cross-checking t...
Sceptre asked 1/9, 2018 at 14:20

2

Solved

In Console Application, while trying to hit the "https" Endpoint configured with TLS 1.2. In C# While using HttpClient I am getting the success response from endpoint HttpClient httpClient = new...
Unclench asked 6/8, 2019 at 12:55

4

Solved

I have an application that is internal and exposed only to other application on the cluster by a service with cluster IP. Other services are accessing this application via it's DNS (serviceName-nam...

4

Our ASP.NET 2.0 website processes credit card transactions via calls to Authorize.Net's API. Authorize has informed us that on a date certain, to be announced, our client must utilize TLS 1.2 proto...
Congius asked 25/1, 2017 at 22:48

1

I'm testing kafka cluster creation using let's encrypt staging certs. After creating, on my machine, I run the kafka-provided kafka-console-consumer.sh and kafka-console-producer.sh scripts. When I...
Argot asked 17/6, 2019 at 22:35

3

Solved

Problem I recently encountered the following message when I pushed to a GitHub repo: "fatal: HttpRequestException encountered. " followed by being prompted for my username and password again. F...
Fealty asked 2/3, 2018 at 10:16

1

Solved

How to enforce Mojolicious(hypnotoad) app to use TLS v1.2? mojo version output: CORE Perl (v5.16.3, linux) Mojolicious (8.0, Supervillain) OPTIONAL Cpanel::JSON::XS 4.04+ (n/a) EV 4.0+ (4.22...
Tricot asked 28/5, 2019 at 10:52

0

I facing a problem with standard java http client. By some reason that I don't know yet it go into infinite loop and utilize all cpus I have. Below is an example stack trace and a method where the ...
Anatolian asked 22/3, 2019 at 11:16

2

Solved

Does any one know how to make SvcUtil.exe connect to an end point that is using TLS 1.2? I am using .Net Framework version 4.6.1. When I connect using VS 2017 I can see using Fiddler the request i...
Seymour asked 12/10, 2017 at 10:36

0

I am trying to use Spring Data Couchbase to connect to Couchbase server using SSL certificates. I believe the certificate is configured correctly and can log in to the bucket using CertAuth but I a...
Zwick asked 13/2, 2019 at 14:30

1

I've got a web server written in Go. tlsConfig := &tls.Config{ PreferServerCipherSuites: true, MinVersion: tls.VersionTLS12, CurvePreferences: []tls.CurveID{ tls.CurveP256, tls.X25519, }...
Quinton asked 7/11, 2018 at 12:17

4

I'm trying to disable TLSv1.0 in Java 8 I have included TLSv1.0 in the following line as follow in the JRE/lib/security/java.security jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH, TLSv1....
Tiffie asked 16/12, 2016 at 9:59

1

Solved

I am developing an app which manages the Wi-Fi connections. My scenario is as follows: Let's say, the entire building has a Wi-Fi network named “testing-tls”. My app should be able to connect to on...
Kinsley asked 28/12, 2018 at 9:11

1

Solved

I have a .p12 file and I need to change its password. And this new password have to be "1234" I already tried to do this with Keytool : keytool -importkeystore -srckeystore authentification.p12 -...
Conjunctiva asked 21/12, 2018 at 14:8

1

Solved

I have noticed the new System.IO.Pipelines and are trying to port existing, stream based, code over to it. The problems with streams are well understood, but at the same time it features a rich ech...
Quechua asked 12/12, 2018 at 21:13

1

Solved

TF400324:Team Foundation services are not available from server xxxx Technical information (for administrator): The request was aborted: Could not create SSL/TLS secure channel Some of our devel...
Saltzman asked 16/11, 2018 at 17:9

0

I use library autocert in my application for generating an SSL certificate. The problem is 30% of users have a problem with my application. My current code is: fmt.Println("Starting server on ...
Sentimentalize asked 3/12, 2018 at 12:43

2

After reading both HTTP/2 RFC (#7540) and TLS-ALPN RFC (#7301), I'm still unable to figure out the expected behavior when ALPN is lacking in one end. Assuming I have a client that uses HTTP/2 &quot...
Clute asked 11/12, 2017 at 18:0

1

If I have a dozen endpoints, and my WebAPI Service is configured for TLS 1.1 and TLS 1.2, how do I check each incoming endpoint request to see which version was negotiated? So if a consumer of my ...
Summation asked 24/11, 2018 at 19:25

© 2022 - 2024 — McMap. All rights reserved.