python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
When l use go get l can't download package, x509: failed to load system roots and no roots provided; SecTrustSettingsCopyCertificates error: -25300
the problem picture is below:
#
$ go get github.com/swaggo/gin-swagger
go get: module github.com/swaggo/gin-swagger: Get "https://goproxy.io/github.com/swaggo/gin-swagger/@v/list": x509: fa...

heidou
Votes: 0
Answers: 1
TLS Secure communication - Certificate validation
I need some information for validating a server certificate.
Am looking to perform date based validation as the first step.
To be precise, am looking at the possibility of expiry of a server certifica...
Amal Jesudas
Votes: 0
Answers: 1
Create a x509 certificate signed by an existing Root CA
Leshan demo server provided a root CA
If you want to connect a client using DTLS with certificate(x509) mode, your client need to trust this certificate to accept DTLS connection with this server.
W...
MCh
Votes: 0
Answers: 1
how to secure my desktop app with a uniq machine id
How to secure my desktop app to only work on specific machines which i accept through API requests, for example hardCoded MacAddress List Allowed but it can be changed so do u have any other solution ...

Ahmed Badawi
Votes: 0
Answers: 0