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
10 views

Cloudflare messing up nginx certbot SSL

Very very similar to issue here, but the solutions posted did not work for me. I am using nginx as a reverse proxy on my home network in order to host a couple of websites. I have been using ...
kinneyan's user avatar
0 votes
0 answers
10 views

How to find server certificate details after sun.security.provider.certpath.SunCertPathBuilderException

I have a JavaFX application that packaged as desktop app using javapackager. This application invokes a REST API to fetch data. Depending on where the tool is run, it may require connecting to the ...
shan_shine's user avatar
0 votes
0 answers
6 views

Perforce error "SSL routines::unexpected eof while reading" when submitting

I wanted to use a Perforce depot after some time of inactivity but I couldn't connect to the server anymore (hosted on a remote OVH server). To have it online again, I battled for a day, updating ...
Cannard's user avatar
1 vote
0 answers
5 views

ERR_SSL_CLIENT_AUTH_CERT_NEEDED when sending custom client certificate from Electron

I have been trying to send a certificate (in the form of a .pem file) from Electron to my backend (using gevent) and encountering the following error (node:18946) electron: Failed to load URL: https://...
Keane Dixon Wong's user avatar
-1 votes
0 answers
28 views

How to specify ciphers to use on Spring boot 3.x app with embedded Tomcat server [closed]

Using a spring boot app, I'm trying to communicate with an external server on a specific port that only accepts one cipher by TLS version used (eg for TLSv1, the accepted cipher is CIPHER_A, for TLSv1....
Fermalt's user avatar
0 votes
0 answers
13 views

SSL CONNECTION ERROR- Dotmim sync httpresponse

I have Implemented the dotmim.sync nuget package to sync the data from clent to server and server to client db my client site uses a self signed certificate and the data is stored in sqlite db My ...
user3632220's user avatar
0 votes
0 answers
39 views

Spring Boot Error: PKIX Path Building Failed - Unable to Find Valid Certification Path to Requested Target

this certificate is new to me in Spring Boot. I have Postman, and it successfully gets a response after I manually added the sample.key and sample.pem in the client certificate section. First, I ...
RedBlue's user avatar
  • 123
0 votes
0 answers
15 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
0 answers
8 views

scrapy - ResponseNeverReceived ('SSL routines', '', 'unexpected eof while reading')

I am encountering an issue while crawling a website using Scrapy. I am making a GET request to a specific API endpoint, but the request is failing with an SSL error. Below is the code for the request ...
Jff's user avatar
  • 111
0 votes
0 answers
17 views

Migrated from Tomcat 8.0 to Tomcat 10.1

We are currently migrating our system from Elastic Beanstalk Platform(Corretto 8 & Tomcat 8.1) to (Corretto 17 & Tomcat 10.1). I am getting HTTP Status 400 from an HTTP request sent by a host ...
needHelpInTomcatAndSpring's user avatar
0 votes
0 answers
13 views

Zyte Scrapy SSL issue

The below is my zyte api configuration and the error message. I am deploying my code windows 10 aws server which give ma this error message, when i run it on my pc it did not give me any error. [...
Nasir Ali's user avatar
0 votes
0 answers
24 views

IBM MQ C# .Net with SSL cannot find my certificate

I have simple console app which should connect to IBM MQ with their .Net driver. Here is piece of the code with my settings: MQEnvironment.SSLKeyRepository = "*USER"; MQEnvironment....
oLDo's user avatar
  • 517
0 votes
0 answers
44 views

Python ssl library not using a certificate that should be available on the machine

I'm facing a SSL issue when trying to use OpenAI python SDK library on Azure App Service. The issue seems to be comming from the fact that I'm connecting via API Gateway that uses company's self-...
Picek's user avatar
  • 53
0 votes
0 answers
8 views

Wildfly Admin Page returning 403

I have default WildFly setup where management interface is listening on http instead of https. However I've changed port to be 8990. This is the config: <management-interfaces> <...
Marko Todoric's user avatar
0 votes
0 answers
22 views

operation timeout occured when use guzzle send a request, but work well use php curl

Guzzle version(s) affected: 6.5.0 PHP version: 7.2.34 cURL version: 7.88.1 Description I use guzzle to send a https request but operation timeout occered. my example code is: $url = "...
Luscoe's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
3425