An SSL certificate (Secure Socket Layer Certificate) is an X.509 certificate that is issued for the purpose of identifying peers in an SSL connection. It is assigned to a domain or hosting account.
4
votes
0answers
346 views
sendSynchronousRequest using self signed certificate installed on Mac OS X keychain for Mac
I'm sending a https request from Mac OS X (not iphone) to web server synchronously using
NSData* data = [NSURLConnection sendSynchronousRequest:request returningResponse:&response ...
4
votes
0answers
683 views
How and what server certificate to use with android SSL client certificate authentication
I'm developing a network-enabled android application that uses SSL client certificates to authenticate and secure connections to my server.
I have two questions: (1) should I use a self-signed server ...
3
votes
0answers
357 views
How to convert a SHA256RSA signed Server certificate to SHA1RSA?
I am generating a private key with tomcat keystore. After the certificate request is generated and submitted, the server certificate seems to have signature SHA256RSA algorithm and eventually gives a ...
3
votes
0answers
245 views
unsecure resources in https using chrome
Pulling my hair out here. I have a SSL certificate installed correctly but am still showing resources not secure errors on the page when using Google Chrome. Using Chrome developer tools it only ...
3
votes
0answers
1k views
Two way SSL with NSURLConnection on iOS 5
First I would like to apologize about the length of this question, but I'm having problems for two nights straight and trying to document the problem clearly.
I'm trying to have a UIWebView accessing ...
3
votes
0answers
3k views
No subject alternative DNS name matching ex.ample.com found
For my application running at ex.ample.com I have the following certificate from StartSSL/StartCom:
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 163069 (0x27cfd)
...
2
votes
0answers
98 views
Android: Authenicating with certificates for Exchange Server using HTTP Methods
I am trying to sync with my exchange server using HTTP Methods(HttpPost) with the client certificate (abc.pfx) which is generated by the server. I tried using KeyStore, ...
2
votes
0answers
68 views
PHP openssl_sign DIES
I am trying to use openssl_sign in PHP but every time the page says:
Cannot display the page. It throws error.
if i put die("hello"); right before openssl_sign function then it displays hello but if ...
2
votes
0answers
270 views
Issues setting up SSL, keep getting “no valid, non-passphrase-protected keys given” error
I obtained a security certificate on StartSSL.com and followed the steps on Heroku closely. I was given intermediate as well as root certificates.
I tried different methods to chain these files but ...
2
votes
0answers
77 views
Using SSL from a CA for server + allowing ssl client authorization that is self-signed with Node.js
First time working with SSL client authentication. The way it works with node.js while mixing with a certificate issued by a third-party CA (in this case it is StartSSL) is confusing me.
On ...
2
votes
0answers
156 views
Rails 3: SSL_connect returned=1 errno=0 state=SSLv3 write certificate verify A: EVP lib
When i try run this code
require "net/https"
require "uri"
uri = URI.parse("https://...") # url hidden
pem = File.read("c.pem")
http = ...
2
votes
0answers
156 views
Too many redirects error while trying to configure rails application as SSL using nginx and unicorn
I am trying to configure a rails application as SSL using nginx and unicorn.
Am trying to set it up locally. For that I first created a self signed certificate using openssl for nginx. I followed the ...
2
votes
0answers
281 views
Consume Web Service HTTPS (with certificate for authentication)
I am trying to consume a Web Service HTTPS (using a certificate authentication). I have added my Web Service in my Web Reference on my project and "myCertificate.cer" has imported to Console ...
2
votes
0answers
118 views
X509Chain seems to be ignoring RevocationMode and VerificationFlags
I'm having issues using a client certificate to authenticate an HttpWebRequest. (The client certificate isn't being sent). After some investigation, this seems to be because the certificate isn't ...
2
votes
0answers
116 views
Facebook app iframe certificate issue on Safari for Mac
I am running into a certificate issue when using facebook iframe app on Safari for MAC - "The website requires a client certificate" (screenshot: http://imgur.com/aslls)
The protocol being used for ...