certificate Questions

5

Solved

I've installed composer globally (and locally - just for testing) according to https://getcomposer.org/download/ Then, I'm trying composer create-project laravel/laravel and I receive an error: co...
V1 asked 27/5, 2021 at 12:22

1

Once I import *.cer files that I got by sending a CertificateSigningRequest.certSigningRequest to Apple I can export them as one Certificates.p12 (Personal Information Exchange) which contains all ...
Thyratron asked 29/1, 2022 at 7:26

3

Thanks to a very old post available here https://web.archive.org/web/20140217003950/http://forum.sysinternals.com/topic16893_post83634.html I came across a function that will call WinVerifyTrust on...
Hersch asked 1/7, 2021 at 19:13

4

Solved

I had downloaded a verified (not self-signed) S/MIME certificate with iceweasel (firefox) which was stored in cert8.db Then I used: certutil -L -d <path_to_folder_that_cert8.db_resides> i...
Enzymolysis asked 27/12, 2014 at 10:49

2

Solved

I would like to run my API using dotnet run, so I can run some tests against it. However, on Azure Pipelines and AppVeyor, they don't have a developer certificate installed and I get an error when ...

2

I'm a new user to REST services. I need to consume a RESTful API service generated with Jersey. The problem comes because that service is hosted on remote host and it requires https access with cer...
Anlage asked 11/7, 2012 at 9:41

15

Solved

I see that this question has been asked many times but I see no solution that works for me so I'm hoping that providing more info might shed some light. We use appcenter.ms to test iOS apps. Until ...
Aquatic asked 3/2, 2021 at 14:41

8

Solved

Is there a way to install CA certificate (.crt file) under the Security -> Trusted Credential -> User tab via ADB? or any other "scriptable" way.
Conflagration asked 6/7, 2017 at 7:51

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...

3

I am generating a self-signed certificate for a development server but I need it to be trusted in order to use some of the tools that will be using the certificate. This is what I have tried: ope...
Forthcoming asked 28/9, 2017 at 18:2

1

Solved

I am working on a java web app, that I will deploy on a tomcat 10 server, which requests a (smart card) certificate from a user to authenticate them (after having entered their regular user credent...

5

i created a PEM certificate from a PFX certificate and wanted to verify it. However i ran into this issue, try to find some answers, but i didnt and therefore i dont know how to fix it. could you ...
Tamarin asked 26/4, 2013 at 11:38

2

I'm trying to call open banking production endpoint but It keeps kicking me out as I believe root certificate for MTLS is not picking up from the certificate store. How does postman pick the correc...

3

Today I encountered ERR_SSL_KEY_USAGE_INCOMPATIBLE error: This site can't be reached The webpage at https://... might be temporarily down or it may have moved permanently to a new web address. ERR_...
Retarded asked 20/11, 2023 at 22:2

12

I'm trying to create a certificate using the BouncyCastle.Crypto dll, which is then used to authenticate a SslStream as the server in a Windows Service process, which runs under the Local System ac...
Contortionist asked 2/11, 2011 at 17:48

0

My C++ application (WinSCP) connects to my server to check for new versions. The HTTPS code uses neon and OpenSSL libraries. I'm verifying the TLS certificate using CertVerifyCertificateChainPolicy...
Quandary asked 28/5 at 13:42

9

Solved

Certificate is already installed on machine. Now I want to give read permission on PrivateKey of Certificate to application user.

12

I'm using the OpenSSL command line tool to generate a self signed certificate. It seems to be working correctly except for two issues. I can't get it to create a .cer with a Subject Alternative Nam...
Adaurd asked 31/5, 2011 at 22:20

3

Solved

Using openssl, I've created a private key as follows: openssl genrsa -out myKey.pem Then, to generate the csr demanded by the CA, I've executed the following: openssl req -new -key myKey.pem -o...
Arrack asked 15/1, 2014 at 15:18

6

Since roughly a week or two ago, I've not been able to use pip at all, as it always kicks back the following error: ERROR: Could not install packages due to an EnvironmentError: HTTPSConnect...
Marilou asked 12/10, 2020 at 3:20

5

Solved

Is there a way to generate a certificate or such so that my prod server can pull from my github repo without me authenticating every single time?
Saddlebag asked 31/10, 2013 at 8:54

21

Solved

Those are my first steps in IOS applications development and I'm facing some problem that I can't figure out. error: Embedded binary is not signed with the same certificate as the parent app. Verif...
Hamper asked 12/1, 2015 at 16:9

3

Solved

Suppose I am at network where there is MITM SSL swaping firewall (google.com is not issued by Google, but reissued by custom CA root authority) some more details here https://security.stackexchange...
Middleman asked 23/4, 2021 at 14:22

6

I was trying to obtain JWT token from Microsoft Azure Active Directory using Certificate credentials for application authentication. I am struck at figuring out the value of "x5t". I have tried w...

17

Solved

I'm attempting to migrate an Xcode project to another computer. It gives me the warning "Warning: unable to build chain to self-signed root for signer" and when it runs it crashes immediately simil...
Discoverer asked 21/2, 2018 at 16:51

© 2022 - 2024 — McMap. All rights reserved.