ssl-certificate

Read SSL Certificates in a Firefox Extension

a 夏天 提交于 2020-01-05 04:28:07
问题 I am working on a Firefox extension that would display the SSL certificate information to the user. The actual information would be the same as the one built in to the browser, but I will be experimenting with layouts and other information for UX. I've been working with Firefox extensions instead of add ons due to deprecation of add-ons in 2017, but this project will be finished before then. I was trying the example found here, but the extension seems to stop on the require("chrome") . Next I

Verifying SSL certificate failing with Kohana

天涯浪子 提交于 2020-01-05 02:55:10
问题 I'm trying to use HTTPS on my localhost environment with Kohana but it keeps throwing the following error, does anyone know how to fix this? Request_Exception [ 0 ]: Error fetching remote /protected/someFunctionCall.json [ status 0 ] SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I'm building by post requests like so: $url = "https://www.foobar.com:18443"; $data = http_build_query($params); //

Weird certificate error when trying to generate web service client from secure site

我们两清 提交于 2020-01-04 14:35:12
问题 I get a weird error when trying to use AXIS1.4 Wsdl2Java tool to generate client code for the web service that is installed on the secure IIS site. When I run the tool I get the following SSL exception: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching XXXXXXX.net found at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1 591) at com.sun.net.ssl.internal.ssl

How do I create PFX certificate export for Azure Website from Network Solutions intermediate and domain certificate files?

≯℡__Kan透↙ 提交于 2020-01-04 04:24:27
问题 I purchased an SSL certificate from Network Solutions website. I received 4 .crt files. I believe three of those are intermediate certificates and the fourth is the actual certificate for my web site domain name. I tried importing the actual certificate with DigiCert utility. It errors on the three intermediate files. It lets me import the domain certificate and export the PFX file but that throws a warning in a browser - no issuer chain provided. I used a domain controller running Windows

Heroku ssl:endpoint with GlobalSign ExtendedSSL

僤鯓⒐⒋嵵緔 提交于 2020-01-04 01:19:10
问题 I have signed up for GlobalSign ExtendedSSL. I just can't figure out how to add this to ssl:endpoint addon. When I signed up for ExtendedSSL i had to generate CSR certificate, which has the following files: private-key.key www.domain.com_csr.pem Once the sign was complete, GlobalSign gave me the following: SSL Certificate ExtendedSSL Intermediate Certificate Extended Validation Cross Certificate I have combined SSL Certificate, ExtendedSSL Intermediate Certificate and Extended Validation

AD LDS through SSL on Windows Server 2012 R2

孤人 提交于 2020-01-03 21:15:32
问题 i am trying to configure my AD LDS instance to run through SSL so that i can connect to it from another computer using my application and perform password change operations. I installed the Certificate Authorities to create a Server certificate which i can use on my AD LDS instance. I added the certificate to the Personal Store of the AD LDS instance and gave read permission on the certificate for everyone (i couldn't find how to add only my AD LDS service name to it.) When i try to connect

Why is my iOS Profile “Not Trusted”?

巧了我就是萌 提交于 2020-01-03 19:36:49
问题 I have created a CA, server and client certificates with OpenSSL for my application. When I look under profiles, the root CA shows up as "Trusted", but my server and client certificates (which are signed by my CA) show up as "Not Trusted". These certificates show up as being signed by the root CA, and work correctly under IE or Chrome. Why don't these work? Any way to debug why they show up as "not trusted"? 回答1: I am speculating that it occurred because I was only using a small (512 or 1024)

CRYPT_E_NOT_FOUND when importing certificate

烈酒焚心 提交于 2020-01-03 17:34:16
问题 I'm trying to automate the process of generating a certificate signing request and then importing the response from the CA on a Windows Server 2012 R2 server to use as a cert for a SSL binding in IIS. I'm able to generate the CSR which I then provide to the security team which then provides me with a response to then import but am having troubles getting it to import. This server is in a workgroup. Thought I'd mention that so no AD enrollment policy. Here's my process: Generate a CSR with

ssl_error_weak_server_cert_key issue in firefox [closed]

坚强是说给别人听的谎言 提交于 2020-01-03 10:56:07
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I am facing the following problem when i access my local weblogic server over SSL. My Firefox version is 39.0 An error occurred during a connection to localhost:7002. The server certificate included a public key that was too weak. (Error code: ssl_error_weak_server_cert_key) . I red some thing related to it. It

Update Amazon RDS SSL/TLS Certificates - Elastic Beanstalk

我只是一个虾纸丫 提交于 2020-01-03 08:57:08
问题 AWS recently announced the need to: Update Your Amazon RDS SSL/TLS Certificates by October 31, 2019 I have a Rails application hosted with a classic Elastic Beanstalk load balancer, which connects to a Postgres DB using RDS. The required steps according to Amazon are: Download the new SSL/TLS certificate from Using SSL/TLS to Encrypt a Connection to a DB Instance. Update your database applications to use the new SSL/TLS certificate. Modify the DB instance to change the CA from rds-ca-2015 to