tls1.2 Questions
2
Solved
I am developing a mobile application based on Ionic + Angular + Cordova + Node js.
the application visits a https server via window.XMLHttpRequest:
module.exports = function request (method, ur...
8
Solved
C:\Users\casta>curl https://c5.ppy.sh
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the cert...
Coremaker asked 1/3, 2019 at 4:39
4
I am trying to connect to a MongoDB database, I have created my MongoDB account and created a database and I put my IP Adresses there but when I try to connect it with my code it puts up this error...
3
Solved
I am attempting to use Stripe on my site but am getting the following error:
Fatal error:
Uncaught Stripe\Error\ApiConnection: Unexpected error communicating with Stripe. If this problem persists...
Midgut asked 5/4, 2019 at 15:13
4
Hi I receive the following error:
Error Domain=NSURLErrorDomain Code=-1202 \"The certificate for this server is invalid. You might be connecting to a server that is pretending to be “server-prod...
Affiche asked 19/12, 2016 at 11:41
9
Solved
I need to use TLS 1.2 to connect from my .NET web service to another that is going to force TLS 1.2. I found a resource that said .NET 4.6 uses TLS 1.2 by default so that sounded like the easiest s...
2
I am trying to connect to a web service which uses 2-way authentication on TLS version 1.2. The SSL handshake fails and I get the following handshake error when I sniff the packets on wireshark. (M...
2
After a PC reconfiguration I am unable to use Docker properly, since some curl commands are rejected due to SSL/TLS issues.
In just one example curl -vfsSL https://apt.releases.hashicorp.com/gpg re...
Sainted asked 9/5, 2022 at 6:3
5
I have a docker registry that I'm accessing behind an nginx proxy that does authentication using client-side ssl certificates.
When I attempt to push to this registry, I need the docker daemon to ...
6
Solved
I support a .NET site which (amongst many, MANY, other things) talks to remote APIs from supplier systems.
We want to upgrade to support TLS 1.2
We're hoping to do so as per this question: Are the...
Olivann asked 14/12, 2015 at 20:51
2
I'm using the node-module basic-ftp to try to establish a secure connection via TLS/ SSL.
The server uses a wildcard CA-signed certificate as it's hostname. I can't seem to find an answer for the ...
4
Solved
On our Windows 2012 Server R2, we need to disabled TLS 1.0.
However we have .NET 4.5 Wcf services running. We found that if we disable TLS 1.0 that the WCF services no longer run, as we get the e...
8
Solved
I have a Windows server 2008 R2 server running a dozen .NET Framework 4.0 WebForms applications, and I need to disable TLS 1.0 and lower. When I do that, all secure connections fail and I was force...
Jackquelin asked 17/11, 2015 at 16:19
2
I have this strange problem, SslStream.AuthenticateAsClient() throws following exception:
System.Security.Authentication.AuthenticationException : A call to SSPI failed, see inner exception.
----...
Conservancy asked 2/12, 2016 at 18:46
5
We have a web app hosted in an Azure Server (using api in an Azure Server). For security purposes we'd like to know if the server is under tls 1.2 (I suppose for a non-cloud server we'll just have ...
7
Solved
In my Ubuntu 20.04. I am using two python versions. One of them is Python3.8.2 which came with my Ubuntu installation and another one is Python3.7.5. I installed Python3.7.5 using update-alternativ...
Pitchfork asked 25/7, 2020 at 3:35
3
Solved
I'm making HTTPS connections from a node app, using a client certificate:
var options = {
hostname: 'https://my-server.com',
port: 443,
path: '/',
method: 'GET',
key: fs.readFileSync('c...
4
As Paypal updated their response, I need to update security protocols TLS to v1.2 in my existing application which is on .NET 3.5 framework.
What changes required to update this in existing code, ...
5
Solved
Is there a command to check the TLS version required by a host site? Right now, the only way I know to check is by adjusting the max TLS version of my browser and checking if I can still access the...
2
Solved
I am attempting to upgrade to Apache NiFi from 1.9.2 to 1.12.1 and no matter how I tweak the properties file, I keep getting errors about TLS. I was running just fine before the upgrade. I was able...
Delocalize asked 26/12, 2020 at 22:16
10
My application connects to Experian server and Experian will soon stop supporting TLS 1.0 and TLS 1.1. All connectivity using HTTPS must use TLS Version 1.2.
I want to do some research on that iss...
Ironhanded asked 16/6, 2016 at 20:51
2
I am starting a brand new PlanetScale backed project, with a Prisma setup. I followed the instruction on this official documentation (aside from changing the name of the database) and after locally...
Ching asked 16/12, 2022 at 23:2
4
Solved
I see this message when trying to enforce https on my github pages website with a custom domain, which I registered through GoDaddy. The message showed up when I first linked my custom domain, bu...
Scapegrace asked 30/5, 2020 at 0:21
3
Solved
In trying to disable TLS 1.0, there are KitKat devices needing access to my API. I have tried overriding the default socket factory without success. I have tried converting to okhttp. Still not wor...
Estray asked 19/7, 2017 at 22:46
3
Solved
Since today for some reason I'm unable to connect to the NuGet package manager through Visual Studio.
[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json.
A...
Huzzah asked 13/5, 2022 at 12:22
1 Next >
© 2022 - 2024 — McMap. All rights reserved.