Skip to main content

Questions tagged [ssl]

SSL refers to Secure Sockets Layer, a security protocol that has been replaced by Transport Layer Security (TLS). TLS is still commonly referred to as SSL.

0 votes
0 answers
17 views

SSL Error: ERR_SSL_PROTOCOL_ERROR - only happening with Chrome -- all other browsers fine

I get the following error in Chrome: ERR_SSL_PROTOCOL_ERROR when trying to connect to a client website. This only happens in Chrome and for everyone. The "website" is hosted in IIS and is ...
monkeySeeMonkeyDo's user avatar
0 votes
0 answers
30 views

Wget show error certificate of <domain> name was signed using an insecure algorithm, while curl works

We are trying to check domain wget domain <like httpx://abc.com> we are getting error "The certificate of domain(abc.com) was signed using an insecure algorithm. But SSL certificate is ...
Neeraj Punmiya's user avatar
0 votes
0 answers
10 views

how to configure Piped for https on local network with self signed certificate?

I'm configuring Piped on my RPI home lab. In my router I created DNS records youtube.home, api.youtube.home and proxy.youtube.home with the IP of my RPI. I download Piped and execute the configure ...
jotyhista's user avatar
0 votes
0 answers
21 views

How to setup SSL certification for host inside CGNAT accessed via ddns

I am just learning networking (absolute noob, still) and NAS managing. I have a media server running an interface app with no security measures so far, and want to implement SSL certification through ...
GaloisFan's user avatar
  • 101
-1 votes
1 answer
43 views

How to add Private key to SSL Cert

I have been supplied a certificate file; CSR; Public Key and Private key by my SSL Cert reseller, all in txt files with ciphertext inside. I have to renew a ssl cert hosted on a IIS server, and the ...
Scott E's user avatar
0 votes
1 answer
26 views

openssl certificate signing: subject line not copied

When I create CSR, I have the subject line specified. $ openssl req -in csr -noout -text ... Certificate Request: Data: Version: 1 (0x0) Subject: CN = 12345-67890, serialNumber = ...
user180574's user avatar
3 votes
1 answer
296 views

How do I obtain a trusted, signed, client certificate for use with an FTPS site in IIS and tied to a Windows user?

I've been asked by a third party to setup an FTPS site for them to connect to. I am doing this on IIS 10. It is required that the third-party client uses a client certificate which is tied to the FTP ...
readyStateFail's user avatar
1 vote
1 answer
61 views

Trying to create a .crt and .key for apache using certutil/certreq end up with empty files

I have this cert_functions.ps1 file $ErrorActionPreference = "Stop" $PSDefaultParameterValues['*:ErrorAction']='Stop' function New-WorkstationCertificateRequestConfiguration { param( ...
Daviid's user avatar
  • 118
1 vote
1 answer
157 views

The Windows trusted the self-signed certificate but Google Chrome returned the NET::ERR_CERT_AUTHORITY_INVALID error

I created a self-signed Root CA certificate, then created an IA certificate signed with Root CA, and finally created a server certificate signed with IA certificate. These are the commands that I use: ...
Tần Quảng's user avatar
0 votes
0 answers
81 views

An error occurred while reading data from the provider: The remote certificate is not valid according to the validation procedure, PowerBI Postgresql

I wanted to use PowerBI to view and manage things on my Postgresql Database server, but when I select obtain data from another source and select Postgresql DB and enter the credentials (server, DB ...
Caeruleum's user avatar
1 vote
0 answers
72 views

Cannot connect to GitHub on Mac

I'm using Mac Ventura 13.6.6 and git version 2.39.3 (Apple Git-145). Due to my location, I have to use VPNs to use Google, GitHub, etc. It has been working well. Since several days ago, I realize that ...
SoftTimur's user avatar
  • 1,277
0 votes
0 answers
25 views

Broke my mac network after apache/ssl changes

I tried to configure Apache2 with SSL for local web development on my Mac (MacOS Ventura). What I did with apache/ssl was : install httpd and make some basic configuration. Enable mod_ssl module, ...
Amandine Dt's user avatar
1 vote
2 answers
43 views

SSL in private network

My network contain one windows PC and dozens of embedded PCs running linux. Customer requires that communication between PC and all endpoints will be secured. In the endpoint I'm running python HTTP ...
Zvi Vered's user avatar
  • 113
0 votes
1 answer
173 views

Exchange showing local fqdn certificate warning after installing second exchange

hello and thanks in advance, following problem: we installed a second exchange 2019 server in a network to slowly migrate mailboxes etc. as of know it is just a blank installation. after said ...
max's user avatar
  • 1
0 votes
1 answer
254 views

rootless podman container needs access to host's SSL cert and key - what's the correct thing to do here?

As the title says, I need a rootless podman container to have access to SSL keys (created with certbot, of course) from the host (Fedora CoreOS, SELinux active) machine, since the main server on the ...
Alexis Purslane's user avatar

15 30 50 per page
1
2 3 4 5
122