Top "Self-signed" questions

Self-signed certificates are a type of security certificates that are signed by the same entity that actually uses the certificate.

Making HTTPS request in iOS 9 with self-signed certificate

I want to make an HTTPS request to custom server with self-signed certificate. I'm using NSURLConnection class and processing authentication …

ios objective-c ssl https self-signed
Can I install self-signed drivers on 64-bit Windows without test mode if the self-signed CA root certificate is imported to the machine store?

Here is a great SO answer which covers the creation of self-signed CA and then signing executables with the obtained …

windows security driver self-signed ca
Check in the onReceivedSslError() method of a WebViewClient if a certificate is signed from a specific self-signed CA

I would like to override the onReceivedSslError() of a WebViewClient. Here I want to check if the error.getCertificate() certificate …

android ssl-certificate self-signed webviewclient ca
How to use self signed certificate at iOS app

Basically our iOS app needs to communicate with a server which has a self signed certificate for now. In my …

iphone ios keychain self-signed
Trouble getting https to work with self signed certificate on aws elastic load balancer

I am having issue configuring https on my aws elastic load balancer using a self-signed certificate. After I've done with …

ssl https amazon-web-services self-signed amazon-elb
Adding self-signed SSL certificate for libcurl

I am using libcurl in my C application to communicate with an HTTPS server that I have set up. I …

c ssl libcurl self-signed
Install self-signed certificates no longer working in Android Q

I have generated a self-signed certificate which I tried to install on my phone running Android 10, but a snack appears …

android self-signed android-10.0 self-signed-certificate
How to create self-signed certificate programmatically for WCF service?

I have a self-hosted WCF server running as a Windows service under the Local System account. I am trying to …

c# .net certificate wcf-security self-signed
How to bypass certificate errors using Microsoft-EDGE

When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is …

certificate ssl-certificate microsoft-edge self-signed self-signed-certificate
Android Self-signed certificate cannot be verified without a previous internet connection

Working SSL infrastructure: We have a working client/server setup where phones with the Android versions 4.2 and 4.4 act as clients …

android ssl https certificate self-signed