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

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.

1 vote
0 answers
12 views

Python Celery connect to redis with sentinel TLS

I have a issue to connect to my Redis 6 with python 3.9 and celery 5.3.6. There is a Sentinel to use to connect and TLS activate. I use this code to test my connection: import ssl from celery import ...
Bastien Guillossou's user avatar
0 votes
0 answers
18 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
0 votes
0 answers
13 views

When issuing a certificate from the certbot, an error occurs

I'm trying to issue a certificate using the command certbot --apache and it gives me this error certbot --apache Saving debug log to /var/log/letsencrypt/letsencrypt.log Which names would you like to ...
Мейржан Толеутай's user avatar
0 votes
1 answer
38 views

WCF service throws error in ASP.NET MVC. Could not establish secure channel for SSL/TLS with authority

First of all there is a ton of question with the same title but I believe my problem is little bit different from other questions. I would like to state that everything where perfectly fine about two ...
MonkeyDLuffy's user avatar
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
24 views

Forwarding GoDaddy domain with masking to azure.websites.net - No Certificate [closed]

I have a .Net 8 blazor server application hosted as an App Service web application on Azure (using azure.websites.net). I have successfully set up redirects to the domain and the website runs. However,...
Replay22's user avatar
0 votes
0 answers
15 views

AWS Amplify Deployed Web App Appending Trailing Slash '/'

For whatever reason my Amplify hosted web app will no longer let me manually type to navigate to different routes. This is very important as it allows me to work and test different pages that aren't ...
Josh's user avatar
  • 40
1 vote
0 answers
16 views

HTTPS request using AT commands on SIM900 fails with 601

I have an Arduino UNO setup with a SIM900 Shield. I want to make http/s requests using AT commands. I can already perform GET requests via http. But i can't get them to work with https. Please help me ...
Basti's user avatar
  • 1,155
0 votes
0 answers
15 views

OSError when using pyiceberg with Hive Metastore on OpenShift - SSL peer certificate issue

I have an OpenShift cluster hosting Trino and Iceberg tables in Minio s3 buckets. I'm working on a feature to upload files using the pyiceberg library. For development, I'm using oc port-forward svc/...
o.O's user avatar
  • 491
-2 votes
0 answers
47 views

Cannot connect to a postgresql server from python (OperationalError: SSL connection has been closed unexpectedly)

it's my first time posting on stackoverflow :D I'm trying to connect to a postgresql database. Here is my code : conn = psycopg2.connect(dbname=database, user=username, password=password, host=...
theanonymouscoder's user avatar
0 votes
1 answer
52 views

Trouble to setup tls with kubernetes: "ERR_SSL_PROTOCOL_ERROR"

I'm trying to setup tls/https for my kubernetes-pod. I configured an ingress rule and I've a got service as loadbalancer. I obtained my certificate from my provider. Not sure, how important that is: ...
xforfun's user avatar
  • 592
1 vote
0 answers
50 views

SignalR connection takes very long to connect in some cases

I have an asp net core backend and a wpf frontend When i let run the backend on the localhost (on https) everything works fine and the SignalR connection is established very fast. But when I change ...
Lukas Schneglberger's user avatar
0 votes
0 answers
27 views

Flutter MQTT connection TLS without validation

I am trying to subscribe to a specific topic in MQTT broker which use TLS with no validation. But I failed because of certification failed to validation my flutter code client = MqttServerClient....
Filippos Ser's user avatar
0 votes
1 answer
37 views

Failed to connect to Azure SQL server from android due to TLS version mismatch using jtds connection

I also tried added ssl=require in connection string it returned error as "Network error IOException: SSL handshake aborted..." if I added sslProtocol=TLSv1.1 since in Azure server it set as ...
Dya's user avatar
  • 1
-1 votes
0 answers
63 views

Xampp Website enabled https and its super slow [closed]

So I have had my company website running on a windows server with XAMPP without HTTPS and it was pretty fast (its a single page site), having just enabled it by way of the following below in httpd-...
VGA's user avatar
  • 61

15 30 50 per page
1
2 3 4 5
3425