Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

62
votes
14answers
127k views

What do I need to do to get Internet Explorer 8 to accept a self signed certificate?

We use self signed certificates on our intranet. What do I need to do to get Internet Explorer 8 to accept them without showing an error message to the user? What we did for Internet Explorer 7 ...
21
votes
7answers
9k views

Validate SSL certificates with Python

I need to write a script that connects to a bunch of sites on our corporate intranet over HTTPS and verifies that their SSL certificates are valid; that they are not expired, that they are issued for ...
18
votes
3answers
8k views

Using a self-signed certificate with .NET's HttpWebRequest/Response

I'm trying to connect to an API that uses a self-signed SSL certificate. I'm doing so using .NET's HttpWebRequest and HttpWebResponse objects. And I'm getting an exception that: The underlying ...
15
votes
9answers
1k views

why do we trust SSL certificates?

A friend of mine asked me why we pay so much for SSL certificates if everyone could theoretically issue one. Why indeed? And how do we judge if the little lock in the browser is really trustworthy?
12
votes
10answers
323 views

Should client pay for things overlooked in the spec?

For a client, I developed a web-application and took responsibility for the hosting of the site. They squeezed the price really low (fixed-price contract), but I wanted the project so took it anyway. ...
12
votes
3answers
13k views

Tomcat Server/Client Self-Signed SSL Certificate

I have an Apache Tomcat 6.x server running with a self-signed SSL certificate. I want the client to present their own certificate to the server so I can authenticate them based on a database of ...
12
votes
3answers
7k views

How to assign a SSL Certificate to IIS7 Site from Command Prompt

Can you advise me whether it is possible or not to assign a SSL Certificate to a website in IIS7 using the APPCMD application? I am familiar with the command to set the HTTPS Binding appcmd set site ...
11
votes
2answers
733 views

.NET doesn't trust my self-signed certificate, but IE does?

I've got a self-signed certificate for testing in development. I've added it under the "Trusted Root Certification Authorities" folder in certificate manager, and when visiting the site under IE or ...
11
votes
2answers
9k views

What RSA key length should I use for my SSL certificates?

I'm in the process of creating a CSR, and I wonder which is arguably the best length for my RSA key. Of course, 384 is probably too weak, and 16384 is probably too slow. Is there a consensus on the ...
10
votes
3answers
3k views

Self-signed certificates, Java, Hudson and JIRA

I'm trying to set up the Hudson JIRA plugin. Our JIRA server is secured with an self-signed SSL certificate. I've inserted the certificate my web browser has stored using the keytool command, and ...
9
votes
4answers
373 views

Good articles to read on SSL and HTTPS?

I had a problem with accepting invalid SSL certificate in my iPhone program. That problem is solved now, however I came to understanding that I have very abstract idea on how exactly the whole thing ...
9
votes
1answer
4k views

Creating .pem file for APNS?

how to create a .pem file to be stored in the hosting server for APN payload data ? thanks
8
votes
2answers
8k views

Trouble understanding SSL certificate chain verification

My app uses SSL to communicate securely with a server and it's having trouble verifying the certificate chain. The chain looks like this: Entrust.net Secure Server Certification Authority -> DigiCert ...
8
votes
5answers
29k views

Converting a Java Keystore into PEM Format

I am trying to convert into Java keystore file into a PEM file using keytool and openssl applicactions. But I could not find a good way to do the conversion. Any idea? Instead of converting the ...
7
votes
3answers
709 views

SSL Certificate Error: certificate_unknown

while creating push notification provider for development pr we are facing the below error: I want to what is the wrong with certificate, because I have enabled the push notification then created the ...
7
votes
1answer
2k views

How do I setup SSL certs on Amazon AWS Load Balancer using Godaddy certificates? -Public key and private cert don't match

I'm trying to install a GoDaddy SSL certificate on a new load balancer I'm setting up on Amazon AWS. I originally created the certificate at Godaddy using the keytool program for direct installation ...
7
votes
1answer
1k views

AJAX calls to untrusted HTTPS fail silently

I want to make AJAX calls to a secure server that uses a self-signed certificate. In the environment where my app is being used, this is fine -- I can provide the CA cert to users and have them ...
7
votes
1answer
620 views

Basic SSL Certificate Questions

It has been a long time since I purchased a SSL Certificate for a web site and I am confused on what I need. There are a lot of options and I can't filter out what is really needed verse what are ...
7
votes
6answers
3k views

Adding SSL support to existing TCP & UDP code?

Here's my question. Right now I have a Linux server application (written using C++ - gcc) that communicates with a Windows C++ client application (Visual Studio 9, Qt 4.5.) What is the very easiest ...
7
votes
3answers
3k views

Import certificate with private key programmatically

I'm trying to use the HttpListener class in a C# application to have a mini webserver serve content over SSL. In order to do this I need to use the httpcfg tool. I have a .pfx file with my public ...
7
votes
8answers
4k views

Why can't one SSL certificate be used for multiple machines?

Here is the situation. I am making changes to an application but I do not have test environment. There is a QA server for the testing team to use, but I would rather test the application on my local ...
7
votes
2answers
5k views

Importing SSL Certificate into Eclipse

How do you import an SSL certificate created by java into a project in Eclipse?
7
votes
7answers
2k views

Best SSL certificates provider? [closed]

I am going to switching SSL onto a Rails site of mine pretty soon and was wondering if anyone has thoughts or suggestions as to who is the best provider? Does anyone have any happy stories or horror ...
6
votes
2answers
409 views

self signed certificate in windows server

I have a C# console app that consumes a web service that is outside of my network. I am told that the web services uses self-signed certificate for SSL. I am not familiar with the certificate and I ...
6
votes
2answers
6k views

Difference Between SSLCACertificateFile and SSLCertificateChainFile

I provide SSL pages on my web server, and I have a question. What is the difference between SSLCACertificateFile and SSLCertificateChainFile? When I use SSLCertificateChainFile, I got warnings from ...
6
votes
3answers
7k views

Using SSL and SslStream for peer to peer authentication?

I need to provide secure communication between various processes that are using TCP/IP sockets for communication. I want both authentication and encryption. Rather than re-invent the wheel I would ...
6
votes
5answers
12k views

Apache Name Virtual Host with SSL

I am attempting to setup our servers to allow traffic over SSL. I am aware that SSL does not work with Name Virtual Host, but we have all of our apache servers on virtual machines with dedicated ...
6
votes
2answers
3k views

What SSL certificate do I need?

I'm developping a software which will be deployed using clickonce (on the website foo.com), and which will then connect to my server using WCF with an encrypted transport So I need an SSL certificate ...
5
votes
1answer
47 views

Is there a valid reason to ignore null/invalid SSL certs (when dealing with payment processing)?

So I got this dll from UnionPay for an ecom project with China and was asked to review. After throwing this into ILSpy, I couldn't help but notice the following method: private static bool ...
5
votes
1answer
367 views

Urllib and validation of server certificate

I use python 2.6 and request Facebook API (https). I guess my service could be target of Man In The Middle attacks. I discovered this morning reading again urllib module documentation that : Citation: ...
5
votes
1answer
1k views

How to programmatically add certificates to a truststore and use that also for verifying server authentication

I my app I want to use a https connection to a user-specified server which uses a self-signed certificate. What I gathered by now is, that self signed certificates are rejected (as expected) the ...
5
votes
4answers
234 views

Some understanding gaps about Public Key Infrastructure workflow

Recently, I have stumbled upon the basic understanding about PKI work-in-action process. I have looked at major articles about the principles but still I feel quite dumb to understand this process. I ...
5
votes
2answers
1k views

Is there a java setting for disabling certificate validation?

I received this error while trying to start up an application: Sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: ...
5
votes
4answers
1k views

Programmatically adding a trusted cert in Java

I use SSL to communicate between two components written in Java. I can't use a CA, so I have to self-sign everything. Unfortunately, this means that when I try to handshake, I get a ...
5
votes
1answer
448 views

SSL and authentication across multiple domains

I am building an app with Ruby on Rails which allows users to sign up and create their own subdomain: joebloggs.myapp.com So at the very least I need a wildcard SSL certificate to handle when users ...
5
votes
6answers
6k views

IPhone app with SSL client certs

I'm building an iphone app that needs to access a web service over https using client certificates. If I put the client cert (in pkcs12 format) in the app bundle, I'm able to load it into the app and ...
5
votes
4answers
2k views

Can I create self-signed certificate in Java which will be automatically trusted by web browsers?

I've generated a self-signed certificate for my Java app using keytool. However, when I go to the site in a browser it always pops up with a warning - saying this site does not own the certificate - ...
5
votes
3answers
6k views

How to ignore a certificate error with c# 2.0 WebClient - without the certificate

Using VS2k5 - c#2.0, System.Net.WebClient.UploadData(Uri address, byte[] data) Windows Server 2k3 So here's a stripped down version of the code: static string SO_method(String fullRequestString) ...
5
votes
2answers
4k views

Difference between https protocol and SSL Certificate

What is difference between https protocol and SSL Certificate that we use in web browser? Aren't both of these used to encrypt communication between client (browser) and server?
4
votes
5answers
128 views

SecCertificateRef: How to get the certificate information?

I have a certificate (SecCertificateRef), I can check if it's valid and I can extract a "summary" using SecCertificateCopySubjectSummary. What is the "summary" exactly? I don't understand the term "A ...
4
votes
1answer
140 views

ColdFusion SSL authentication failure

I have a simple cfhttp request (a login) going out to an SSL server: <cfhttp url="https://www2.[domain].com/api/user/login" method="POST" port="443" > <cfhttpparam type="formfield" ...
4
votes
2answers
424 views

Netbeans & Mercurial - Clone a repository from a server with self-signed certificate

I have a web server that share mercurial repositories. It shares projects in HTTPS with a self-signed certificate. If I want to clone a repository, I can use the command (note the --insecure option ...
4
votes
1answer
2k views

Use a self-signed ssl certificate in an iphone app

I apologize in advance for the long-winded question. I'm having trouble with a self-signed SSL cert and I want to document everything I've tried so far. I'm working on an app that communicates with ...
4
votes
4answers
272 views

SSL advantages worth the hassle?

Currently using a Godaddy SSL on http://www.spothero.com On a friend's iphone it said "cannot verify server identity" Two people I know cannot access it from their blackberrys and server identity ...
4
votes
2answers
415 views

Azure web role - Multiple ssl certs pointing to a single endpoint

Is there a way I can have multiple ssl certificates point to a single inputendpoint in a service definition? For example, lets say I have two url's. service.foo.net/Service.svc ...
4
votes
3answers
3k views

How do I set the 'ServerCertificateValidationCallback' property back to its default behavior?

I use the following line of code within a single method to explicitly check and trust an SSL cert from the following host: MyTrustedCompany.com: ...
4
votes
3answers
4k views

Is it possible to force the WCF test client to accept a self-signed certificate?

I have a WCF web service running in IIS 7 using a self-signed certificate (it's a proof of concept to make sure this is the route I want to go). It's required to use SSL. Is it possible to use the ...
4
votes
2answers
614 views

SSL Authentication with Certificates: Should the Certificates have a hostname?

Quick Version of Question Gmail, TD (Canadian Bank), Royal Bank (Canadian Bank) all use ssl. When you inspect their certificates they all have Common Name (CN) mail.google.com Or more ...
4
votes
1answer
3k views

How to validate SSL certificate chain in ruby with net/http

How can I verify the certificates of a site like https://processing.ukash.com/ in ruby with net/http? https = Net::HTTP.new('processing.ukash.com', 443) https.use_ssl = true https.verify_mode = ...
4
votes
2answers
9k views

PKIX path building failed while making SSL connection

I'm integrating with a Merchant Account called CommWeb and I'm sending an SSL post to their URL (https://migs.mastercard.com.au/vpcdps). When I try to send the post, I get the following exception: ...

1 2 3 4 5 15