python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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 instal...
Neuran
Votes: 0
Answers: 1
Akamai purge cache CLI: API Error: 400 400 Bad Request Invalid timestamp More Info https://problems.luna.akamaiapis.net/-/pep-authn/request-error
I am trying to figure out how to Purge the Akamai cache through the Akamai CLI (version 1.3.1).
I am using a ~/.edgerc with :
[default]
host = *.luna.akamaiapis.net
client_token = akab-****
client_sec...

nabello
Votes: 0
Answers: 1
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
t...
teddymonster
Votes: 0
Answers: 1
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 ...
ziemowit141
Votes: 0
Answers: 1