Questions tagged [tls1.1]
41 questions
0
votes
1 answer
Is it true that support for TLS 1.0 and 1.1 has been completely removed in later Jetty versions that support TLS 1.3?
Referencing this doc, https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html#configuring-sslcontextfactory-cipherSuites toward the top there is a note:
Once TLS v1.3 is released, there will be no workaround available for TLS v1.0…

Leon Shaner
- 71
- 8
0
votes
0 answers
Powerbuilder 6.5 not able to connect to SQL Server 2008 R2 after disabling TLS1.0
We are using PB 6.5 version, which uses ntwdblib.dll for DB connection, We are suing SQL Server 2008 R2. recently TLS1.0 on the SQL Server is disabled. As a result, we are not able to access the database from PB. Every time when the application…

Pani
- 125
- 2
- 15
0
votes
0 answers
TLSv1.1 Server Hello Delay
Here I'm using WSO2 Api manager 1.7.0 as server(172.x.x.6) and another VM (172.x.x.21) as client.
Server is enabled TCP 8243 port for secured connections.When I tried curl request from my client VM (with certificate), I am experiencing some delays…

Hasitha
- 738
- 8
- 16
0
votes
1 answer
DTLS AES 256 CBC with SHA, how do I calculate the final encrypted handshake message
I'm trying to understand how the final Encrypted Handshake message works
To do this, I'm trying to ensure that my algorithm gives the same result as this example that works:
https://www.cloudshark.org/captures/56acf0481a79
I'm quiet sure that DTLS…
user5637001
0
votes
0 answers
Azure - Disabled TLS 1.0 on windows server 2012 R2 which broken RDP capability
After the security audit, we have disabled TLS 1.0 and TLS 1.1 on our Windows server 2012 R2 (Azure cloud service) machines. After the above change, we were not able to RDP on our cloud VM's.
Following is the script that used to disable TLS.
…

AjItH V S
- 99
- 6
0
votes
1 answer
Django CSRF error with AJAX on iOS 8
I am trying to make an AJAX call to a Django function, but have started getting a CSRF Verification failed error in iOS 8. It works with the latest iOS and used to work with iOS 8.
This may be related to the recent updates to TLS. My host recently…

user984003
- 28,050
- 64
- 189
- 285
0
votes
2 answers
tls 1.2 1.0 Windows 2008 R2 Server
I have a scenario as below;
client <--TLS 1.0- -> server process <--- TLS 1.2 ---> Backend
Existing clients need to continue to talk TLS 1.0 to my server process (they will be upgraded another day) however the "server process" needs to talk to the…

Graham Walsh
- 34
- 2
0
votes
1 answer
How to determine what version tls/ssl security protocol is connecting to LDAP (PHP)?
I am using the openLDAP library. How do I determine what security protocol type and version my server is using to connect to the AD server?
ldap_connect("ldaps://server:636");
I understand for websites, I can easily see the type and version by…

Dip
- 343
- 7
- 22
0
votes
1 answer
How to connect XMPP client using secure Ejabbered server in IOS?
I am working on chat apps where my Ejabbered server is secure using SSL
and TLSv1.1/1.2 and i am trying to connect client to server getting the following error code.
Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer"…

Avinash
- 11
- 2
0
votes
1 answer
Is it possible to get TLSv 1.1 to work with Coldfusion 6.1
We have a legacy system that runs on Coldfusion 6.1 with JVM 1.6.0 build 24. It appears that TLSv 1.1 was added in build 111. Is it possible to get Coldfusion 6.1 to work with that build (or higher) and what would I have to do?

Movak
- 105
- 1
- 10
0
votes
0 answers
Can I set https.protocols jvm property on a per connection basis instead of globally?
Is there a way to do something like this on a per connection basis instead of for the entire JVM?
System.setProperty("https.protocols", "TLSv1");
I'm getting an error like this and another post shows the above as the…

Brian T Hannan
- 3,925
- 18
- 56
- 96