I provide SSL pages on my web server, and I have a question. What is the difference between SSLCACertificateFile and SSLCertificateChainFile?
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Sunday, June 10, 2012
Difference Between SSLCACertificateFile and SSLCertificateChainFile
Friday, June 8, 2012
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?
How do you redirect HTTPS to HTTP?
How do you redirect HTTPS to HTTP?. That is, the opposite of what (seemingly) everyone teaches.
Wednesday, May 30, 2012
How to use NSURLConnection to connect with SSL for an untrusted cert?
I have the following simple code to connect to a SSL webpage
Tuesday, May 29, 2012
ssl_error_rx_record_too_long and Apache SSL
I've got a customer trying to access one of my sites, and they keep getting this error > ssl_error_rx_record_too_long
Sunday, May 20, 2012
Facebook JavaScript SDK over HTTPS loading non-secure items
I have a Facebook application that uses the Facebook Connect.js https://connect.facebook.net/en_US/all.js
Tuesday, April 17, 2012
Using client/server certificates for two way authentication SSL socket on Android
I'm working on an Android app that requires both client and server certificate authentication. I have an SSLClient class that I created that works beautifully on regular desktop Java SE 6. I've moved it into my Android project and I'm getting the following error: "KeyStore JKS implementation not found".
Monday, April 16, 2012
ASIHTTPRequest: https with SSL
How to implement a https connection with SSL and ASIHTTPRequest ? Are there some special steps to do? Can it be that this has nothing to do with ASIHTTPRequest ? It has to do only with the server-side I think. Can someone post a link or describe the process of how a https connection can be established?
Thursday, March 8, 2012
Https Connection Android
I am doing a https post and I'm getting an exception of ssl exception Not trusted server certificate. If i do normal http it is working perfectly fine. Do I have to accept the server certificate somehow?
Monday, February 20, 2012
creating a Java Proxy Server that accepts HTTPS
i already have a working HTTP proxy server that can handle multiple HTTP request. now my problem is how do I handle https request?
Tuesday, February 14, 2012
JBoss/Java and SSL
Hi I'm a bit lost and hope you'll get me out of here. I'll try to be as clear as possible since I don't really understand/know how I should use certificates.
Friday, February 10, 2012
Using two private keys (keystore) and two public keys (truststore) in one SSL Socket Connection
I need to use to key-pair in one socket ssl connection without change nothing in clients.