self-signed-certificate Questions
7
Solved
When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is using a self-signed certificate. I would like to enable access to this spec...
Elver asked 2/7, 2020 at 15:4
2
I tried several WebTranport server examples, but failed to establish a webtransport connection with Chrome 111.
Server examples:
https://github.com/wegylexy/webtransport/blob/main/ServerDemo/Progr...
Wedekind asked 10/4, 2023 at 17:29
2
I'm using powershell New-SelfSignedCertificate to create a certificate and import into trusted root for a .netcore project.
It has been working fine, but has recently stopped, certificate doesn't e...
Lavatory asked 20/10, 2022 at 7:27
5
it is really frustrating. Since the demo-end-day I'm not able to get Copilot running again. The login issues seems to be gone, but now I dont get any suggestions. I've found this log:
WARN - #copil...
Sarpedon asked 8/9, 2022 at 9:50
5
Solved
I'm trying to send an email with this configuration:
return [
'driver' => 'smtp',
'host' => 'mail.mydomain.com',
'port' => 26,
'from' => ['address' => '[email protect...
Calcimine asked 8/6, 2015 at 16:14
2
Solved
I am creating a simple android app that will be used in a closed local network. In this local network, a flask server is running which is configured to use a self-signed certificate via nginx proxy...
Enwreathe asked 18/3, 2022 at 16:50
1
I'm trying to communicate with a SSL secured server (https) in a local network which uses a Self-Signed Certificate Authority to generate certificates. I'm using okhttp-tls to create SSLSocketFacto...
Quaff asked 21/12, 2021 at 10:41
3
I have generated a self-signed certificate which I tried to install on my phone running Android 10, but a snack appears telling me that Private key required to install certificate.
I have tried on...
Cavatina asked 22/10, 2019 at 9:15
1
Solved
I have a self signed certificate that I am trying to import to Azure Key Vault Certificate, and I am facing issues. I am not doing it using the Import-AzKeyVaultCertificate command, but using the A...
Fiddle asked 15/2, 2020 at 20:48
0
I installed OpenSSL and tried to use it to verifiy my SSL certificates with the commands shown in this page but I always get this error:
s_client -connect server.yourwebhoster.eu:995
18556:error:2...
Christopherchristopherso asked 5/12, 2019 at 9:50
2
Solved
I'm trying to setup docker with traefik to use self signed certificate on localhost
I'm am developing on my local machine and I want to use docker with traefik. The problem I'm having is that i ca...
Plunk asked 20/10, 2019 at 21:36
1
Solved
With Guzzle HTTP client I know you can set new GuzzleClient(['verify' => false]) to have it not check the certificate, eg. when you are using a self-signed certificate. But how can I make it acc...
Kellum asked 12/4, 2019 at 11:45
1
© 2022 - 2025 — McMap. All rights reserved.