nss Questions

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

12

Solved

Just recently my server has stopped working for curl requests to https:// addresses for my web server. Having dug around a little it appears that it's a problem with the user the webserver is runni...
Onehorse asked 12/6, 2013 at 11:42

4

I am trying to use php curl to connect to a site, but get the error "no common encryption algorithm". Further investigation, and I think this has something to do with NSS? I've discovered that from...
Frye asked 5/6, 2015 at 11:14

1

I'm trying to enable FIPS mode using SUNPKCS11 with NSS in Java 11. I got this exception java.security.NoSuchAlgorithmException: PKCS11 KeyStore not available. When I tried to enable FIPS in Java ...
Cetus asked 20/11, 2018 at 16:55

1

The following command: certutil.exe -L -d “C:\Users\Home\AppData\Roaming\Mozilla\Firefox\Profiles\1bku2z91.default-1633392324717\” returns this error message: certutil.exe: function failed: SEC_ERR...
Swollen asked 24/10, 2019 at 23:31

1

Solved

Scenario I am working on a Java Swing project, where I must develop a feature of listing certificates for users to choose for authentication via SSL against the server. These certificates must co...
Raffinate asked 17/11, 2016 at 11:4

2

Solved

I'm interested in Java-NSS libraries, and I'm reading the Sun's P11 Guide. I am confused on the following: What is the difference between using a PKCS12 keystore and a PKCS11 keystore? A keyst...
Cainozoic asked 27/5, 2011 at 20:49

4

Solved

I'm using curl library (with NSS) in PHP to connect to my other server. Everything was fine until last week, when the destination server stoped supporting SSLv3 due to poodle vulnerability (CloudFl...
Mishmash asked 19/10, 2014 at 16:35

2

Solved

I want to create certificate chain in java as follows: ca.mycompany.com |--asia.mycompany.com |--india.mycompany.com where ca.mycompany.com is a root certificate (self signed). I know this is ...
Watanabe asked 4/6, 2015 at 3:52

1

let textBytes = ctypes.uint8_t("hello"); let a = new SECItem; a.type = siBuffer; a.data = textBytes.address(); a.len = textBytes.length; I got ReferenceError: can't access lexical declaration te...
Ailyn asked 26/6, 2015 at 8:41

1

Solved

The SSL / TLS handshake between a "Java 1.7 TLS 1.1 server" and a "Java 1.8 client" fails in my environment with the following exception on the server side: java.security.NoSuchAlgorithmExceptio...
Strudel asked 7/12, 2014 at 18:14

1

Solved

I have SSL certificate ( key.pem, cacert.pem, pcert.pem ) generated with OpenSSL on Linux Mint machine. Now I'm trying to move my application to another server where is installed Fedora 18 with NSS...
Tophet asked 19/3, 2014 at 7:49

1

If I get an initial "Name or service not known" (EAI_NONAME), the next call to getaddrinfo() seems to go straight to the dns instead of checking the cache first (nscd logs show no lookup attempts, ...
Chiro asked 24/5, 2013 at 18:49

1

Solved

So I am trying to add a service to NSS (Name Service Switch). Please note the GNU guide on how to do it here. I have been following that guide. I need to implement a service that works with the pas...
Carrelli asked 3/5, 2013 at 19:55

2

Solved

I'm experiencing strange timeouts using cURL with PHP when trying to access Amazon Cloudfront. This seems to affect all invalidation requests, creating distributions etc. cURL either reports receiv...
Lesseps asked 7/3, 2012 at 14:49

3

I have just started working with X.509 certificates. Can any one tell me how to go about validating a certificate on linux? The use case is that my app had downloaded a certificate in a previous se...
Oddson asked 20/7, 2010 at 9:38
1

© 2022 - 2024 — McMap. All rights reserved.