Skip to main content

Questions tagged [ssl]

Secure Sockets Layer (SSL) is a cryptographic protocol, now superseded by Transport Layer Security (TLS) that provides secure communications over the Internet. Often, SSL is used as a blanket term and refers to both the SSL protocol and the Transport Layer Security (TLS) protocol. The most recent version of the protocol is TLS version 1.3, specified by the IETF in RFC 8446.

0 votes
0 answers
9 views

Python SSL: CERTIFICATE_VERIFY_FAILED macos 14.1

I have tried every suggestion I could find online but I keep getting the same error when I try to run yfinance or alpha vantage. urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] ...
Sl3n's user avatar
  • 1
0 votes
0 answers
32 views

self created X.509Certificate missing ca hierarchy

The X.509 certificate created through self programming cannot display the certificate hierarchy properly in the certificate viewer of Chrome browser. Is there any missing information? 1.in browser 2....
Developer333's user avatar
1 vote
0 answers
33 views

TLS Null Ciphers in Go

I'm currently implementing a TLS client in go. Unfortunately, the TLS Server is only supporting a NULL cipher. The Server is not under my control, so I cannot change that. As can be seen in https://...
0xAffe's user avatar
  • 1,186
0 votes
0 answers
13 views

Defining the cause of handshake failure

I'm trying to make an LDAP connection between a Spring boot application and an external LDAP server. The spring boot app is running on a linux server. The problem is that I always have a handshake ...
Fermalt's user avatar
0 votes
1 answer
14 views

Why does `ssl.SSLContext.wrap_socket` cause socket to close?

I found some "strange" phenomena when using Python for network programming. After constructing the SSL context and obtaining the SSL socket, the original socket will be automatically closed. ...
S-N's user avatar
  • 352
-1 votes
0 answers
26 views

Android TLS 1.3 connection - Problem with PKCS12 keystore [duplicate]

I want to establish a authenticated tls1.3 socket-connection from an android client to a kotlin server. I am stuck for days by importing a .p12 file in the android client. The android target version: ...
mad_mosel's user avatar
-7 votes
0 answers
28 views

Java.security.NoSuchAlgorithmExeption [closed]

I Am setting up ssl keystore and Trust store passwords and both have been made default . I am using Javax.net.ssl.keystore and truststore in command line . expecting ssl secure password to be picked ...
saurabh kandpal's user avatar
0 votes
0 answers
50 views

ld: library 'ssl' not found on rust

I try to build in rust with diesel. When run cargo run An error occurs error: linking with `cc` failed: exit status: 1 | = note: env -u IPHONEOS_DEPLOYMENT_TARGET -u TVOS_DEPLOYMENT_TARGET -...
iubns's user avatar
  • 25
0 votes
0 answers
7 views

SSL error: "Connection reset" when connecting to a database in RazorSQL

Seemingly sporadically, I am receiving the following error when attempting to connect to a database in to RazorSQL: `ERROR: An error occurred while trying to make a connection to the database: JDBC ...
JJDS123's user avatar
  • 11
0 votes
1 answer
22 views

How to configure axios to use SSL certificate with an umbrella proxy pac?

We're trying to use axios to contact some APÏ using a proxy pac umbrella. We're using the conf we've seen around here but have the same error as this topic : How to configure axios to use SSL ...
Zonderziel's user avatar
0 votes
0 answers
10 views

Implementing TLS beetwen two PLC´s on Scada LTS?

I would like to implement a TLS connection between two simulated components (PLC) or between a PLC and a Scada Historian on Scada LTS. This is necessary for a simulation - is this possible with Scada ...
broadark's user avatar
0 votes
0 answers
13 views

Maven Build Failing with SSLContext Error When Downloading Plugin

I'm trying to execute a Maven build using the following command: mvn clean install. I encounter the following error message: [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:3.2.0 or one of ...
Sajed Hamdan's user avatar
0 votes
0 answers
8 views

Configure Helidon with SSL in http4k

I am trying to configure Helidon Webserver with mutual SSL in http4k. The following is my configuration class HelidonSsl(val port: Int = 8305) : ServerConfig { override val stopMode = ServerConfig....
ICC's user avatar
  • 33
0 votes
1 answer
29 views

C# ASP.NET Core 7 MVC web application with client certificate on some API calls

I have an ASP.NET Core 7 MVC web application that has full user authentication, but also has a couple of API endpoints. A need has arisen for us to allow authentication on those endpoints using client ...
Simon Parker's user avatar
  • 1,816
0 votes
0 answers
17 views

SSL Certificate validation fails ERR_CERT_AUTHORITY_INVALID in Chrome but works fine in Firefox

I have an application that hosts multiple RESTful APIs. When the application is installed, it automatically generates a self-signed certificate authority cert and then each API gets its own ...
resnak's user avatar
  • 43

15 30 50 per page
1
2 3 4 5
3424