tls1.2 Questions
1
Solved
I am working on Asp.Net Core 3.1 project. I am testing locally. I started getting errors as
Your connection is not fully secure
This site uses an outdated security configuration, which may expose y...
Hourihan asked 17/8, 2020 at 12:57
2
Solved
I use AWS ALB. I configured it to the strictest security policy which is "FS 1.2 res" and as described here it still supports ECDHE-RSA-AES128-SHA256 and ECDHE-RSA-AES256-SHA384
(TLS_ECDH...
Kilian asked 14/7, 2020 at 17:22
2
Solved
In my Android application I've got to communicate with a https web service and read the response.
I've informed the server configured SSL with TLS 1.2.
I am using the following sample code to co...
3
Solved
We have an application running with .Net Framework 4.6.1 that access to Linkedin calling to the endpoint:
https://www.linkedin.com/oauth/v2/accessToken
It was working until past 2020/07/14 after t...
Orifice asked 20/7, 2020 at 8:59
1
Solved
I would like to create a TLS connection to a server. Then, I want to send some encrypted data to the server. I know the hostname and port and I have the certificate. Surprisingly, I also received t...
Thunderstruck asked 3/8, 2020 at 9:7
0
Recently I came across this c# code:
var dn = new X500DistinguishedName($"CN={_appSettings.CommonName};OU={_appSettings.OrganizationalUnit}", X500DistinguishedNameFlags.UseSemicolons);
Su...
1
I have traffic between clients (which send XML over HTTPS) to my IIS.
I tried to decrypt the traffic using Wireshark and the following settings:
Adding the private key:
But even after setting this...
Freeborn asked 12/7, 2020 at 14:58
1
Solved
Node now supports TLS 1.3 which offers increased security and reduced latency.
By implementing TLS 1.3, Node apps will have increased end-user privacy while also improving the performance of requ...
Snaggy asked 22/7, 2019 at 17:8
3
Solved
io on server and client on android.
It results in connection error on android as long as I enable HTTP(S) SSL(works fine if disable it however)
I've tried to implement HTTPS connection on Android...
2
Solved
In my android application I need to display 3rd-party registration form inside WebView. Unfortunately, I need to also support android versions < 4.3, where you get SSL handshake error when you c...
1
Solved
I'm in the process of upgrading an environment with new versions of Ubuntu, Consul and Spring Boot. At first glance, everything seems to be working just fine. The app connects to Consul, requests i...
Iceman asked 15/5, 2020 at 7:7
0
I have deployed 2 istio enabled services on a GKE cluster.
istio version is 1.1.5 and GKE is on v1.15.9-gke.24
istio has been installed with global.mtls.enabled=true
serviceA communicates proper...
Propaedeutic asked 25/4, 2020 at 10:7
1
I am testing my app on older devices, as we are targeting the developing market and expect users to have older, pre-lollipop, devices.
I use RetroFit (2.6.4) and OkHttp (3.12.4) to communicate wit...
0
Env: Console App, C# Core 3.1, VS 2019
I'm executing the following line:
var response = await client.SendAsync(request).ConfigureAwait(false);
I'm getting the following error:
{"The SSL connec...
Lictor asked 24/2, 2020 at 15:42
10
I am trying to enable TLS 1.2 in my web app which uses JBoss 6.4 and Java 1.7. I have -Dhttp.protocols = TLSv1.2 in my application environment but it doesn't seem to work for me.
Is there anythin...
0
TL/DR: Is it possible to use Docker on Windows, with Linux containers, and with TLS enabled?
Observation 1:
When I use Docker on Windows 10 (Docker Desktop 2.2.0.3, and engine 19.03.5) I can happil...
Troth asked 12/2, 2020 at 23:19
1
There is very limited documentation for referencing self-signed certificates for Træfik v2 in the docker-compose YAML file. Here is how you can do it for Let's Encrypt:
https://github.com/containou...
Noisome asked 28/10, 2019 at 0:44
1
I want to enable TLS 1.2 in Ubuntu server 18.
I have edited the /etc/apache2/mods-available/ssl.conf, adding
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCipherSuite HIGH:!aNULL:!MD5:!3DES
S...
1
Solved
I am trying to experiment ssl connection in istio ingress gateway.
From here istio ssl gateway without termination, i assume that istio ingress gateway by default should terminate ssl.
I have ins...
1
My current network has no TLS, deployed on Kubernetes. Currently, we are migrating from Kafka (1.4.0) to RAFT(1.4.4).
TLS is not necessary for Kubernetes.
Is it compulsory to have TLS enabled for...
Reverberation asked 10/12, 2019 at 4:47
2
Solved
how to enable TLS 1.3 in windows 10
4
Solved
My company had some dotNET code which has been talking to Twitter's API happily over the last three months, tweeting our news out.
On 29th July it stopped working, and the POST request was hit wi...
2
Solved
I have installed iOS 13 beta version and run my framework which contains a lot of network requests, but I got this error:
2019-09-19 15:01:33.566811+0200 ---[395:25439] Connection 4: default TLS T...
Churl asked 19/9, 2019 at 13:8
3
Solved
In a live system, we are making multiple connections to various MSSQL servers using the SqlConnection object in C#.
As a client is in the process of updating their SQL servers to TLS 1.2, I would ...
Fusspot asked 30/3, 2017 at 12:31
4
PayPal sandbox just recently restricted to TLS 1.2 connection. This makes our site stop working with PayPal sandbox although it stills work with the production PayPal. In the future the production ...
Grory asked 29/1, 2016 at 16:54
© 2022 - 2024 — McMap. All rights reserved.