0
votes
0answers
6 views
Multiple certificates for HTTPS on a software NLB’d IIS7 cluster
We're currently trying to set up a HTTPS with multiple certificates. We've had some limited success but we're getting some results I can't make any sense of...
Basically we have t …
3
votes
2answers
63 views
Why are wildcard SSL certs so expensive? [closed]
You can get a plain ssl cert for a few bucks, but if you want a wildcard, you have to pay $200+ per year? Why? What extra cost is it to them when they already trust that you own th …
0
votes
1answer
8 views
stream_socket_client error in php
Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Connection timed out) in /home/biranchi/public_html …
0
votes
1answer
19 views
Creating .pem file for APNS ?
Hi all,
how to create a .pem file to be stored in the hosting server for APN payload data ?
thanks
10
votes
10answers
1k views
Who sells the cheapest EV SSL certificate?
I want a SSL certificate for my web site that will not only be accepted without warning by all popular browsers (at least accepted by Firefox and Internet Explorer), but also give …
0
votes
1answer
80 views
renew a SSL cert on IIS6?
This question is active at http://serverfault.com/questions/67844/renew-a-ssl-cert-on-iis6. Thanks.
My manager ordered a new wild card cert for our website as our current is ex …
1
vote
0answers
17 views
Mutual SSL - how much authentication is sufficient?
Suppose you have a mutual SSL service, which in addition to the SSL, has application authentication. Thus, clients provide certificates (as well as servers), but the client reques …
0
votes
1answer
25 views
Where is the trust store in JBOSS for a self-signed certificate?
I have created a self-signed certificate on my server.
Now I need to import the certificate to the trust store so that the application . If it was Tomcat, I would put it here:
%J …
0
votes
2answers
21 views
certificate error while subdomain forwarding
I have a website call it http://subdomain.mydomain.com hosted on say 72.xx.xx.x
There is a certificate for https://subdomain.mydomain.com
Now I go into the DNS management tool in …
0
votes
2answers
48 views
Why am I getting handshake_failure with Java SSL cert?
I'm trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same clie …
0
votes
0answers
16 views
Custom domain names for hosted service with SSL [closed]
I have a hosted service and have been issuing domain names to clients in the form clientxyz.ourdomain.com. Now we want to offer clients the ability to specify their own domain and …
1
vote
2answers
527 views
Amazon S3 secure access from flash
I am trying to access files in Amazon S3 bucket with SSL with ActionScript3.
When I use this format...
https://s3.amazonaws.com/bucket.name/filename
I get security sandbox erro …
0
votes
0answers
32 views
Problem with extracting X509 certificate from Context on web service side
Hi, I have one problems. I used X509 certificate to call asmx web service.
The communication scenario is :
client pick a x509 certificate from certstore, add to proxy object and …
2
votes
4answers
135 views
How do I import a new Java CA cert without using the keytool command line utility?
Executive summary: how do I install a new root certificate into Java using Java code?
We have a desktop application which accesses various web services. Recently one of them switc …
0
votes
1answer
15 views
What’s the key to the field “this certificate is encoded for the following purpose(s)” in ssl certificates ?
In the property page of an SSL certificate (accessible in windows using mmc/certificates), each certificate is associated with a set of intended purposes looking either like this : …
