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
1 answer

What is the impact on Sharepoint 2010 when TLS 1.0 is disabled

First thing, if there is any existing post related to this please let me know. I wanted to disable TLS 1.0 as what our client has requested. This was purposely turned-on for Sharepoint 2010 applications. I came across this msdn blog regarding on…
Carls Jr.
  • 3,088
  • 7
  • 37
  • 57
0
votes
0 answers

OpenSSL ssl routines::no protocol available when running curl on Windows

Attempting to execute this curl command on Windows legacy (2012) to use TLS 1.0 as follows: curl -v -i --tlsv1.0 --tls-max 1.0 https://localhost:8443 And I get this error: OpenSSL 3.1.0: error 0A0000BF::SSL routines::no protocols available. I have…
Klaus Nji
  • 18,107
  • 29
  • 105
  • 185
0
votes
0 answers

Disabled TLSv1.0 and TLSv1.1 on Window

I want to enable TLS 1.2 in Window Server. I have edited the C:/apache2/conf/extra/httpd-ssl.conf, adding SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 SSLCipherSuite HIGH:!aNULL:!MD5:!3DES SSLHonorCipherOrder on but still Apache is using tls 1.0.…
이준혁
  • 1
  • 1
0
votes
0 answers

Why am I getting error "the server selected protocol version tls10 is not accepted by client preferences [tls13, tls12]"

I am trying to connect to a ms sql db and I get this error. All of the fixes I have found say to remove the Disabled algorithms of TLSv1 from the java.security file, however TLSv1 was not disabled to begin with inside of this file. I am running JDK…
0
votes
0 answers

An old black box server with only TLSv1 connectivity with limited cipher suites available for handshake

I am developing a native android app in java, that needs to communicate with a server, which is very old and only have TLSv1 connectivity with limited number of cipher suites available. Building the app using Android Studio Chipmunk…
0
votes
1 answer

Apache-Airflow 1.10.12 SSL

we have received a vulnerability of SSLV3/TLSv1 in our Ec2 instance in which apache-airflow 1.10.12 is installed. Please guide us to upgrade the SSL protocol to a secure connection in airflow web UI.
0
votes
0 answers

.NET 2.0 Windows 2003 issue with TLS 1.0

Env: Windows 2003 Standard SP2, .Net 2.0 / 4.0 I have an app that is trying to access https site which has enabled TLS 1.0. var response = (HttpWebResponse)webRequest.GetResponse(); var responseContent = new…
iz25
  • 274
  • 1
  • 11
0
votes
1 answer

Disable TLS 1 TLS1.1 on ubuntu server with xampp

Sorry, to bother with this common issue which I found lots of resources on the web but non has worked for me. I have Apache/2.4.51 (Unix) OpenSSL/1.1.1l PHP/7.3.33 mod_perl/2.0.11 Perl/v5.32.1 installed with XAMPP on Ubuntu Server 20.04. My SSL…
Neuran
  • 137
  • 10
0
votes
1 answer

Forcing a TLS 1.0 POST request with Requests

To start I know that TLSv1.0 is super old and should not be used, but I need to connect to some really old local hardware that isn't supporting anything else atm #import ssl from OpenSSL import SSL try: import urllib3.contrib.pyopenssl …
0
votes
1 answer

How to enable TLS 1.0 in python container?

I need to connect to an old FTP server, which uses TLS 1.0. I'm trying to enable TLS 1.0 support in my container but with no luck. Environment: docker Image: python:latest What I did so far: Changed MinProtocol to TLS_v1.0 in /etc/ssl/openssl.cnf: …
ziemowit141
  • 465
  • 3
  • 18
0
votes
0 answers

How to disable TLS 1.0, TLS 1.1 for Port 9711 in WSO2

My Security Team flagged us about "Vulnerability Assessment" and WSO2 port 9711 flagged still has TLS1.0, TLS1.1. I Tried to remove TLS1.0, TLS1.1 for 9711 from deployment.toml and nothing happen, run the tools again still have TLS1.0, TLS1.1 for…
0
votes
0 answers

TLS 1.0 in the middle

So I have 2 services in my network which are both setup to run with TLS 1.2 as minimum standard. They communicate via a proxy network device which has the minimum TLS version set to 1.0. Now am I correct to assume that all communication via the…
Kumar
  • 113
  • 1
  • 10
0
votes
1 answer

Azure Application TLS version based redirection

I have an app service on azure which only supports TLS 1.2. Is there any way that I can redirect all the incoming traffic with TLS 1.0 to another app service which supports TLS 1.0? I don't want to force support old TLS on my application but only…
0
votes
0 answers

Turn OF TLS 1.0 & 1.1

I am working on windows application (WPF, WCF and XAML etc). There is also a legacy web application designed in VB6 (Web class). The application is using framework 4.0 although some have been upgraded to 4.5. In short all of it is somewhat…
moodhi
  • 23
  • 5
0
votes
1 answer

Use of TLS 1.0 and 1.1 with DNN and 2sxc

We will soon be attempting to turn off TLS 1.0 and 1.1 on our servers that host our DNN websites. Before we do so, we thought we'd ask if anyone knew of any reason that the 2sxc module might not function correctly after those are turned off? Thanks!