Top "Ssl-certificate" questions

An SSL certificate is an X.509 certificate that is used to provide authentication, privacy and integrity for a secure connection.

Problems with X509Store Certificates.Find FindByThumbprint

I'm having a problem when I use the method X509Store.Certificates.Find public static X509Certificate2 FromStore(StoreName storeName, …

c# wcf certificate ssl-certificate x509certificate
Testing SSL/TLS Client Authentication with OpenSSL

I am developing a client/server application with TLS. My idea is to use a certificate on the client so …

ssl openssl client-server certificate ssl-certificate
Using netsh, bind an SSL certificate to a port number is failing

I have followed the instructions in SSL with Self Hosted WCF Service. When I am trying to bind the certificate …

windows-7 ssl-certificate wcf-binding netsh
Imported certificate to Java keystore, JVM ignores the new cert

I'm trying to get an application running on top of Tomcat 6 to connect to an LDAP server over SSL. I …

java security tomcat ssl-certificate keytool
create a pfx file from a .cer and a .pem file

I have used openssl to create a .key and .cer file in pem format (you can read them). Now I …

openssl ssl-certificate pfx
SSL certificate issue while creating git clone with TortoiseGit

I want to clone the git repository with the help of TortoiseGit, but I am getting error : error: SSL certificate …

git ssl ssl-certificate tortoisegit
Certificate chaining error in Websphere

I am trying to consume a RESTful service from url https://someurl.com. I have added the following properties in …

ssl-certificate websphere-7
Is it possible to convert an SSL certificate from a .key file to a .pfx?

is there a way to convert from a .key file to a .pfx file? thank you. EDIT: I only have …

ssl-certificate pfx
Getting sun.security.validator.ValidatorException: PKIX path building failed Error

My application calls a web service in order to authenticate a specific user in that web service. That web service …

java rest ssl-certificate webservice-client
Installation SSL in wamp server: Error in httpd-ssl.conf

I am trying to set ssl on local host i have follwed the http://madurad.wordpress.com/2014/04/25/redirect-http-to-https-with-wamp-server/ and many …

ssl ssl-certificate wampserver apache2.4