Top "Self-signed-certificate" questions

Questions about self-signed SSL certificates, e.g. they will not validate in browsers and other systems with default SSL checking and key stores.

How to deal with self-signed TLS certificates in Laravel's SMTP driver?

I'm trying to send an email with this configuration: return [ 'driver' => 'smtp', 'host' => 'mail.mydomain.com', 'port' => 26, …

php laravel email ssl self-signed-certificate
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 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
Ignoring self-signed certificates in SpringBoot using RestTemplate

I'm working on a SpringBoot application which needs to make RESTful calls to an internal API that uses a self-signed …

java spring-boot certificate resttemplate self-signed-certificate