Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [ssl-certificate]

An SSL certificate is an X.509 certificate that is used to provide authentication, privacy and integrity for a secure connection. Although the acronym refers to Secure Sockets Layer, the SSL protocol is deprecated and the certificates are more commonly used for Transport Layer Security (TLS) connections.

ssl-certificate
1 vote
0 answers
25 views

Java HTTPS client abruptly lost ability to communicate with server using Let’s Encrypt

I have a server and client written in Java that uses Let’s Encrypt for TLS/SSL certs. Everything was working great until July 7th 2024 when it stopped working after Let’s Encrypt issued new certs. The ...
Maxim Dossioukov's user avatar
0 votes
0 answers
17 views

Wrong SSL certificate but for only one computer

The SSL certificate for one website that I manage seems to be fine, however, I am receiving an error for that site on a single computer. The error says that the certificate expired 22 days ago, but ...
yti-8vzBKekDu's user avatar
-4 votes
0 answers
26 views

How to open a browser with Python and give him SSL Certificate? [closed]

I need to host a local host server and then open a web browser that uses that server. However, the server needs to be https for further functions. So I start the server with self signed-certificates, ...
Gruny's user avatar
  • 57
0 votes
0 answers
7 views

How to validate PFX certificate in each of SOAP API call using Jakartha soapConnection.call() in Java

I need to validate a SOAP API call with PFX certificate using jakartha API - SOAPConnection class call() I have tried to add the below by converting pfx fiel to jks using keytool -importkeystore -...
Manjunath B's user avatar
0 votes
0 answers
15 views

Unable to Login to cPanel after Installing SSL Certificate on GoDaddy Hosting from Office Network

I am experiencing a strange issue with my GoDaddy hosting setup. I have one main domain and two subdomains. Here's a summary of the problem: Background Hosting Provider: GoDaddy Domains: One Main ...
Murtaza Abbasi's user avatar
-2 votes
0 answers
26 views

i want to obtained the SSL certificate through the command line in ubuntu 20.04 [closed]

"I am using an Ubuntu server with an Apache web server installed. I want to obtain an SSL certificate to secure my domain and convert traffic from HTTP to HTTPS. To obtain the SSL certificate via ...
Vaidehi Arbhi's user avatar
0 votes
0 answers
20 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
39 views

docker compose --> nginx cannot load certificate

I am very new to Docker and containers. I am using docker-compose to start up my application. I keep getting this error: 2024/07/19 17:05:54 [emerg] 1#1: cannot load certificate "/etc/nginx/certs/...
finn's user avatar
  • 1
0 votes
1 answer
38 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
1 vote
2 answers
90 views

PHP webDav client gives ClientException: SSL certificate problem: unable to get local issuer certificate

I want to upload files to NextCloud via PHP on Windows 11. I do not know PHP much but I managed to install sabre/dav via composer Then I found on the internet simple code sample to list files. <?...
Radek's user avatar
  • 12.7k
0 votes
0 answers
10 views

Acme4j Http01Challenge failing because mismatch of tokens after update operation

Help with this. I was assigned this task and it's my first time working with ACME4J. The report says that a jks file isn't being generated, but this is a process that happens after the validation ...
Edder Javier Peña Barranco's user avatar
0 votes
0 answers
30 views

Communicating from a Docker containerized .Net 6 API to .Net Framework 4.7.2 API

I have been running several .Net 6 APIs in Linux Docker in my local development environment for my work. I have been able to get the containerized APIs to communicate with each other after resolving ...
Claudio Medrano's user avatar
0 votes
1 answer
78 views

how to update device twin using python?

I am currently trying to update a property in device twin using python. but unable to do it due to SSL error. below is the code from azure.iot.hub import IoTHubRegistryManager import certifi import ...
sai's user avatar
  • 43
0 votes
0 answers
23 views

Micronaut Http Client PKIX and trustAnchors Cerificate errors

I am using Windows OS, developing in IntelliJ IDE, using JDK 22 and Micronaut. I am trying to integrate with an application that requires a custom trusted root CA certificate, and this started to ...
Roberto Alves's user avatar
0 votes
0 answers
45 views

How to implement SSL pinning using public key in Ktor client

I am using the Ktor in my native application, In which I will be receiving the Public key from the login API. This public key I will be saving in a preference at init Now I need to use this public ...
arun's user avatar
  • 205

15 30 50 per page
1
2 3 4 5
720