Questions tagged [self-signed-certificate]

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

265 questions
0
votes
1 answer

Self signed cert in chain from only some servers

I have multiple Intel NUCs out in the field that I use for displaying digital signage. Out of the thousands I have in the field, a couple complain with this error: SSL certificate problem: self signed certificate in certificate chain. More details…
Andrew
  • 3,545
  • 4
  • 31
  • 37
0
votes
1 answer

How to use a self signed SSL with WebSockets between AngularJS and a Raspberry?

I have an AngularJS application that is running on a SSL secured server. Now I want to contact a RaspberryPI via a websocket to get some stream data. The Raspberry doesn't have it's own webserver (nginx/apache) so i can't use e.g. letsencrypt but…
Lars
  • 920
  • 1
  • 14
  • 34
0
votes
0 answers

Client server authentication with self signed certificate - Curl is working but Apache HttpClient throws exception

I'm trying to implement client and server authentication with Apache HTTPClient, and to test it with a self signed certificate. I've tried to follow several tutorials and answers to similar questions here but with no success. I've tried to detail as…
apines
  • 1,254
  • 14
  • 36
0
votes
1 answer

Windows 10 device portal provisioning self signed SSL certificate

for Windows 10 DESKTOP device portal, has anyone been able to successfully provision self-signed SSL certificate to device portal as per instruction found in https://learn.microsoft.com/en-us/windows/uwp/debug-test-perf/device-portal-ssl? I only…
Tom_L
  • 1
  • 3
0
votes
0 answers

How to use Self Created Certificate in Visual Studio

So as in the Titel said, my Problem is that i cant use my self Signed Cert to sign the app via Visual Studio. I created 2 Certificates, one via MakeCert.exe and one in Powershell via SelfSignedCertificates as Described in here MSDocs(Example 7). I…
-1
votes
1 answer

Can we use self-signed certification for our azure function which run on timer schedule/trigger

I developed an Azure Function which is timer triggered. For this I created a self-signed certification : New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "SP Az Func 3" $pwd =ConvertT-SecureString -String "**************"…
John John
  • 1
  • 72
  • 238
  • 501
-1
votes
2 answers

Install a seft signed driver on Windows 10 64 bit

I am struggling to develope my own driver to hook on serial port IRP. To start I followed microsoft guide "Write a Universal Windows driver (KMDF) based on a template" It seems that the driver is written and built successfully so as signed…
-1
votes
1 answer

How to assign self-signed certificate to all users connected to a intranet domain?

I am trying to publish asp.net application to iis server with https protocol in intranet domain (local), which requires ssl certificate. I created self-signed certificate using Jexus Manager. But i am facing problem to run my web application on…
-1
votes
1 answer

How to secure self sign certificate on ubuntu?

I have used self signed certificate in ubuntu lampp server. I have used SSL with the IP address like https://111.11.11.111/ I have created the crt and key file using this command: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout …
-1
votes
1 answer

Self-Signed Certificate Issue in Windows 7 - Alternative Solution/Hint

I wanted to write out this question here for anyone looking to resolve issues related to SSL certificate. I know that there are a lot of solutions out there (setting any form of sslVerify = false IS NOT the solution people!) for both Windows and…
t_s
  • 1
  • 4
1 2 3
17
18