Showing posts with label ssl. Show all posts
Showing posts with label ssl. Show all posts

Sunday, June 10, 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?

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.

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

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.