ssl

Qt SSL support missing

I've just downloaded Qt (LGPL - Qt SDK for Windows) and when i run some of the demos they complain about Qt not having SSL. How can i get the Qt SDK with SSL enabled? Do i really need to compile it from source to get SSL support? Why is it missing in the version i've downloaded? ...

C# HttpWebRequest to a HTTPS failed

I am trying to login to this website https://www.virginmobile.com.au programatically (on the right there is a Member Login form). That form works. But when I do a POST request to the form action (https://www.virginmobile.com.au/selfcare/MyAccount/LogoutLoginPre.jsp) it failed. It returns a 302, then following up to the new location, it...

HTTPS configuration in Jboss

I am using JBoss 4.2. And I'd like a certain URL pattern to be visited through HTTPS. I used self-certificated keystore file,and the problem is: once the HTTPS url is visited, all others urls in the site are all go through HTTPS, what's the problem? updated: I found out the problem. I used relative path to references to the resources, s...

Testability areas for testing web application in SSL Environment

I have a web application that does not support SSL. Now this product is qualified and present with customers. Now i am supporting SSL Environment for the application. What are the areas that i may have to focus on to qualify the web application in SSL environment. Any potential visible differences in behaviour of the web application(l...

SSL renewal problem.

I can't seem to find the answer for this through google, so hopefully someone here can help me out. I have a wildcard certificate that is about to expire in 9 days. I received a new certificate from the CA that will expire in 2012. I installed the certificate in the personal certificate store. So I now have both certificates in there. ...

HttpClient ssl and login.facebook.com

When I Get "https://login.facebook.com" by using Chrome, the response is 302 and redirect me to http://www.facebook.com. However, when I get "https://login.facebook.com" by using HttpClient's GetMethod, it will be blocked for a long time and finally throws a Timeout Exception. I feel really frustrating. Is the implementation of Sun JDK'...

How to preserve authentication for ASP.NET Forms authentication cookie, Http to Https (different domains) and back?

We have a non-SSL ASP.NET web app that allows a user to login (ASP forms authentication, inproc). Once authenticated, we redirect their browser to an external, SSL secured page on another web site / domain altogether that we do not control. The client is redirected back to a pre-configured url on our original http web app when done. ...

CakePHP 1.2.6 Login redirects to SSL but need to log in again

On a CakePHP 1.2.6 site, I performed the suggestions in http://bakery.cakephp.org/articles/view/how-to-bend-cakephp-s-session-handling-to-your-needs. The problem I'm running into is after logging in from http, the site refreshes back to the home page at https and does not show that I'm logged in. I need to log in again and then it works...

Doing SSL with Reverse Proxy

We have one server serving Django content using mod_wsgi and one server in our DMZ reverse proxying all users. The only way to get to the content is via the reverse proxy and we want some content to be secure and some not to be. Is the best way to set it up having SSL on both servers, or is that a waste? Should I move all the encryption...

SSL handshake problem? (was: Web page hangs, only clearing browser cache helps)

Please see at the end, as I constantly update with latest investigation data. Currently, I need help with server-side WireShark log. I experience strange issues with ASP.NET MVC web application. Few users experience form post timeouts and hangs, so that after clicking submit it just lasts forever and does not advance to next page. The s...

AJAX https and SSL verification error

I have a page that loads a div via AJAX. The AJAX POST call is made in https from a page with the protocol also https. If I visited the page being loaded into the div directly, there are no SSL issues. If I visit the parent page before loading the div, there are no SSL issues. The error only occurs when I click a link to load the conten...

ssl in localhost using apache and passenger

Hi, I am trying to configure SSL on my localhost using apache and phusion passenger. I am using virtualhosts. I have the below configuration in sites-available/myapp VirtualHost *:80 ServerName myapp DocumentRoot /home/madhu/ror/myapp/public RailsEnv development Directory /home/madhu/ror/myapp/public AllowOverride all ...

SSL: Display unscure items through php proxy

My site is protected with SSL (https) I need to embed some images that are on an unsecured site (http). How can I avoid the security errors recieved when trying to show content that was not delivered through https. Example: http://0.chart.apis.google.com/chart?chtt=Answered+Calls&cht=bhs&chs=780x150&chbh=35,0,15&chg=8....

Add SSL support to an open source application

Hi, I need Mosquitto http://mosquitto.org to work with SSL. I've read several examples with OpenSSL, but as I've never worked with sockets in C, can someone tell me what do I have to change for my existing sockets? (Accept, write, read?) Thank you very much ...

MSXML2.ServerXMLHTTP with SSL3?

Using VBScript, want to talk to a HTTPS website but it fails with: The client and server cannot communicate, because they do not possess a common algorithm Found out this is because it needs to use SSL3. How can I tell it to use SSL v3? Thanks ...

Unable to trust a self signed certificate on iphone.

I am currently trying to connect to a server with a self signed certificate. I am using NSURLConnection to connect to the server. How can I make sure that I only trust the right server and cancel all other connections? I am using the following code - (void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(...

Apache Rewrite SSL Problem

My application server has two ways to call it. One via the WEB and one via SOAP XML calls. As you can see in my apache config file I have two PORT 80 entries, 1 for the website and one for the soap calls. Both with specific rewrite rules to lead the traffic in the right direction.. now im trying to get SSL in place. I made the first web...

Difference between client (java standalone client)application authentication and user authentication

Hi, In case of webapplicaiton I can understand that there is no difference between the client authentication and user authenticaiton; Ignoring XSS and other exploits the web client is generated by the server/servlet. But suppose you have a Java client application talking to the Java Server application; The server has a certificate assoc...

Current version of "Using mod_ssl on Mac OS X" documentation?

I'm fairly new to Mac I want to enable SSL on my Mac (10.6.4) for some local development. In searching for an answer, I ran across Using mod_ssl on Mac OS X. However, this Apple developer support document looked out of date. In further searching, I ran across Configuring mod_ssl on Mac OS Snow Leopard which basically asked the same qu...

SSL error when trying to connect to internet in Android emulator

I am running into a problem simply trying to connect to the internet from the Android emulator. I am behind a proxy server and am using the -http-proxy tag when I start the emulator. When I try to connect to the internet in any fashion, it fails. When I open up the internet browser I get the following exception: Unknown error 1 durin...