Questions tagged [tls1.0]

Transport Layer Security version 1.0 - formerly an upgrade of SSL Version 3.0

Transport Layer Security version 1.0 - formerly an upgrade of SSL Version 3.0

88 questions
1
vote
0 answers

MSCRM 2013 - On Premise - Import Organization error

CRM 2013 On Premise SQL Server 2012 Update on servers: TLS 1.0 and 1.1 were disabled. TLS 1.2 is enabled now. One of the Organizations was deleted and we are trying to re import the same, but it is failing Error at the last stage while in…
1
vote
3 answers

Kubernetes ELB service: How to disable TLS 1.0 and 1.1?

I am running Kubernetes on AWS, and exposing services using a Service with type: LoadBalancer, which provisions an ELB. Is there any way to control the ELB cipher configuration with annotations on this service? I need to disable TLS 1.0 and 1.1. I…
Christian Johansen
  • 1,861
  • 1
  • 16
  • 22
1
vote
1 answer

How to disable TLS 1.0 on a single Virtual Host in LBL ADC (version without GUI)

I need to disable the TLS 1.0 on a single virtual host, the version of LBL is older (Version 9). How can i do it? Thanks, Lorenzo
1
vote
1 answer

TLS session resumption

I use Caddy (a webserver written in GO), I have TLS 1.0-TLS 1.2 allowed, and GO supports only the tickets option of session resumption (the TLS session data is stored on the client side). Now I'm not quite sure about when the TLS resumption should…
RefaelF
  • 11
  • 2
1
vote
0 answers

Debian change server and SSL problem TLS 1.2 to TLS 1.0

I want to switch server Gentoo -> Debian 7 (with php 5.3, Yes i know, but i've an old code) When I copy SSL's certificats to the new server, I've a problem, it downgrade to TLS 1.2 to TLS 1.0. I don't understood.. I've install Open SSL 1.1.1c, I've…
Fabrice
  • 47
  • 10
1
vote
1 answer

What is SSL, TLS, and SSL/TLS?

I want to know what is ssl and TLS. Someone in Internet are saying ssl is renamed as TLS both are same. Someone says both are different both are different protocols. I have read one more article that using of ssl and tls will give more security I.e…
saketh
  • 317
  • 2
  • 10
1
vote
0 answers

HTTPS request with TLS_RSA_WITH_3DES_EDE_CBC_SHA chiper and TLSv1

I'm trying to make a request to a host with TLS_RSA_WITH_3DES_EDE_CBC_SHA chiper and TLSv1. When I try to do it with Python requests I get "OpenSSL.SSL.SysCallError: (-1, 'Unexpected EOF')". Code example: import…
1
vote
1 answer

Pusher is not catching the triggered event since there is a change of TLS from september 6, 2018 in Laravel

Pusher is not catching the triggered event since there is a change of TLS from September 6, 2018. It not giving a single error on console, when I open the page that contains the client side JavaScript of pusher it shows that channels are connected…
Taha Siddiqui
  • 13
  • 1
  • 4
1
vote
1 answer

What will happen if SSL gets prohibited?

When browsing the internet about TLS and SSL I found that on 30th June 2018, IETF are prohibiting SSL and TLS 1.0 because of exploits such as POODLE (Found it on this website:…
1
vote
1 answer

Apache: Allow TLS 1.0 for one host while forcing all others to use 1.2?

Is there a way to configure Apache mod_ssl to allow TLS 1.0 for one particular IP while enforcing TLS 1.2 for all other IPs? I need to support connections from one legacy system that only supports TLS 1.0 but I would like to not completely open up…
reibuehl
  • 35
  • 1
  • 1
  • 5
1
vote
1 answer

Updating Authorize.net since TLS 1.0 and 1.1 is now deprecated

Background I have taken over a making updates to a site that was running a very old version of PHP. After moving the site from 5.3 to 7.1 I have since noticed that authorize.net keeps sending out emails stating, we will no longer allow TLS 1.0 and…
wuno
  • 9,547
  • 19
  • 96
  • 180
1
vote
1 answer

how to decrypt radius peap protocol client finish handshake message

i am using TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher suite for the radius server, received a encrypted handshake message(40 bytes) right after ChangeCipherSpec from the client, i had tried to use 3des with cbc mode to decrypt those bytes, but with an…
YanXi
  • 161
  • 1
  • 9
1
vote
0 answers

When TLS1.0 disabled on Server 2012 R2 Giving error to client browser as "The connection with the server was terminated abnormally"

I did following things on Server 2012 R2 : -> Disabled TLS 1.0 -> To enable TLS 1.1 . Application Pool changed to ".NET CLR Version v4.0.30319" Which wAS earlier "V2.50727" -> In code TLS 1.1 is enabled as :-…
1
vote
1 answer

redirect TLS 1.0 to a page from website using apache

I have a website foo.com and I need to redirect all the connections from browsers with TLS 1.0 to foo.com/specific-page. I checked the Apache documentation and I can disable the TLS protocol, but there is any way to force a redirect to a specific…
X-Pippes
  • 1,170
  • 7
  • 25
1
vote
1 answer

Cordova SSL Handshake failed error on Android 7.0

I am using Cordova Android platform 5.2.2. Whenever I am performing SSL Checking on my Android N device I am facing the below error: CONNECTION_FAILED. Details: Handshake failed. From server side we are using TLS 1.0. And in the app SSL…
Naresh
  • 108
  • 1
  • 7