Skip to main content

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
0 votes
0 answers
14 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
22 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
17 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
37 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
36 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
86 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
76 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
42 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
0 votes
0 answers
22 views

dotnet run command throws "system cannot find the path specified" exception for certificate

In implementing the "dotnet run" command in my vscode terminal, I keep getting the "system cannot find the path specified" exception, specifically for the certificate. Currently ...
Jazzwal's user avatar
  • 11
-1 votes
1 answer
51 views

.NET 8 API with SQL Server: Error During Login Process

I am using .NET 8 to create an API that connects to a SQL Server. My connection string is as follows: configuration["ConnectionStrings:DBConnection"] = "Data Source=\"MYIP, MYPORT\\...
Sergio González's user avatar
0 votes
0 answers
57 views

Cannot find certificate name during the creation of a second azurerm_app_service_certificate_binding

I'm using Terraform to create some resources on Azure. In particular I have 2 App Service in different Locations and Traffic Manager Profile to switch traffic to the closest App Service. It works ...
Giacomo Brunetta's user avatar
1 vote
1 answer
53 views

Axios: Setting rejectUnauthorized to false using httpsAgent to ignore SSL issues doesn't work with POST requests

I'm using axios with NodeJS to query the REST API of Mikrotik RouterOS for that you need to use self-signed SSL certificates mandatorily. It all works fine when i run GET requests and add httpsAgent: ...
Vebama Wanematou's user avatar

15 30 50 per page
1
2 3 4 5
720