Questions tagged [certificate]

Certificates are a Public Key and Identifying Information

Within public key cryptography (such as that used in SSL and TLS), you have both a private key (that you keep secret), and a public key (that you share widely).

In order to avoid MITM (Man In The Middle) attacks, rather than publishing just the raw public key, you normally share a Certificate. The Certificate contains your public key, along with information identifying you (such as the hostname of your website, and your organisation). The identifying information is authenticated by a Certificate Authority (CA), and can be used to ensure you're talking to the right person.

Certificates are normally issued by a Public Certificate Authority, but they can be self signed (the certificate is its own CA), or issued by a private CA.

1327 questions
-2
votes
2 answers

Why does domain hosted with no-ip.org get rejected by browser's phishing filter/malware detection

I'm trying to host a tiny website on my home server (Windows 2012) and I am using a domain hosted with no-ip.org. That domain is forwarded to my server here at home, which is only hooked up to a simple DSL router, but people tell me that when…
John
  • 97
  • 1
-2
votes
1 answer

How to discover HTTPS servers on local network with certificate for particular hostname

I am making a network-connected device (using Raspberry Pi 4 inside), and I would like a way for these devices to discover each other (when on the same local subnet). I am vaguely aware of protocols like SSDP / UPnP which can help with things like…
jacobq
  • 132
  • 4
-3
votes
1 answer

Buying a certificate for APIs

Our requirements are simply to secure end-to-end communication over https://. We need it from a CA that will be available on most android / iphones. The variety of certificates out there are simply mind boggling and range from free to 1000USD.…
-3
votes
1 answer

Is my FTP account compromised?

Today I tried to connect to my ftp account with Cyberduck. There was a popup screen saying that I had an "Unsecured FTP connection" and that "The server supports encrypted connections. Do you want to switch to FTP-SSL?". I clicked on the "change"…
developer
  • 555
  • 2
  • 8
  • 16
-3
votes
1 answer

prompt for client certificate on IIS doesn't work with Firefox

I have a client certificate from startssl. I can login to their control panel with that certificate and Firefox. But with my asp.net website I am NOT prompted for the certificate only when using IE or Chrome not Firefox. I did second test on…
user46250
  • 362
  • 1
  • 6
  • 22
-5
votes
2 answers

OpenVPN left a SSL certificate… How to remove it?

Well a while ago I tried OpenVPN Access Point to use my server as VPN. Then I wanted to get letsencrypt then everything failed then I removed OpenVPN Access Point then the stupid certificate is still there I have tried purging OpenSSL...…
jD91mZM2
  • 1
  • 2
-5
votes
1 answer

How do I renew my cert? ACMEv1 Brownout in Progress

I dont know what this means, their website doesn't offer any guides, and googling it doesn't provide any help. My whole website is now inaccessible and I can't fix it. Cert is due for renewal, auto-renewing... Attempting to renew cert from…
stackers
  • 307
  • 1
  • 3
  • 14
1 2 3
88
89