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.

Unable to resolve "unable to get local issuer certificate" using git on Windows with self-signed certificate

I am using Git on Windows. I installed the msysGit package. My test repository has a self signed certificate at …

windows git curl ssl-certificate msysgit
How to fix the "java.security.cert.CertificateException: No subject alternative names present" error?

I have a Java web service client, which consumes a web service via HTTPS. import javax.xml.ws.Service; @WebServiceClient(…

java ssl https certificate ssl-certificate
Is it possible to have SSL certificate for IP address, not domain name?

I want my site to use URLs like http://192.0.2.2/... and https://192.0.2.2/... for static content to avoid unnecessary cookies in request …

https dns ip-address ssl-certificate
Trust Anchor not found for Android SSL Connection

I am trying to connect to an IIS6 box running a godaddy 256bit SSL cert, and I am getting the …

android ssl ssl-certificate
Ignore invalid self-signed ssl certificate in node.js with https.request?

I'm working on a little app that logs into my local wireless router (Linksys) but I'm running into a problem …

node.js https ssl-certificate
How to ignore PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException?

I got the following exception when try to post a request to a http server: Here is the code I …

java ssl certificate ssl-certificate
Failed to load resource: net::ERR_INSECURE_RESPONSE

IS there a way to trick the server so I don't get this error: Content was blocked because it was …

iframe ssl-certificate chromium self-signed
SSL Error: unable to get local issuer certificate

I'm having trouble configuring SSL on a Debian 6.0 32bit server. I'm relatively new with SSL so please bear with me. …

security ssl https openssl ssl-certificate
Error: unable to verify the first certificate in nodejs

I'm trying to download a file from jira server using an url but I'm getting an error. how to include …

node.js ssl-certificate jira