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.

add or create 'Subject Alternative Name' field to self-signed certificate using makecert

How can I create a certificate using makecert with a 'Subject Alternative Name' field ? You can add some fields eg, …

certificate x509certificate self-signed makecert
Java: SSL Clientside Authentication with self-signed certificates

I'm trying to secure a connection from a Java Client/Server application that communicates over the Internet. My idea was …

java ssl self-signed
HTTPS with Self-Signed SSL Certificate Issues... Solution or better way?

All I need to do is download some basic text-based and image files from a web server that has a …

android https download self-signed
iOS 8 has broken SSL connection in my app - CFNetwork SSLHandshake failed (-9806)

My app simply connects to a web server on a home device and reads some html. It works fine when …

ssl https ios8 afnetworking self-signed
javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca

I have to connect to a server via SSL dual authentication. I have added my own private key plus certificate …

java ssl keystore self-signed truststore
How to create a working trusted and or self-signed certificate for a Windows 10 UWP application via Visual Studio 2019, 2017 and 2015

Per this documentation: https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/makecert The following command describes creating a windows cer-file (…

visual-studio uwp visual-studio-2017 certificate self-signed
How to make and deploy a self-signed ClickOnce manifest with Visual Studio 2012

Let's get this out of the way... I : use Visual Studio 2012 develop VB.NET applications - mostly .NET framework 3.5, some 2.0. …

visual-studio certificate clickonce self-signed
Spring 5 WebClient using ssl

I'm trying to find examples of WebClient use. My goal is to use Spring 5 WebClient to query a REST service …

spring ssl reactive-programming self-signed spring-webflux
Advanced Rest Client Desktop App Self Signed Certificate issue

Recently Advanced Rest client is changed to desktop app instead of chrome extension. Earlier browser used to trust the self …

self-signed advanced-rest-client
PHP - Swiftmailer using STARTTLS and self signed certificates

I'm trying to send an email with php and swiftmailer, using STARTTLS, but I'm getting a certificate error. I have …

php smtp certificate swiftmailer self-signed