Tagged Questions

0
votes
7answers
81 views

See what content is not sent over HTTPS

I created a page that is HTTPS only. On my browsers, I always get a warning that the page includes resources that are not secured. I just can't find out why! Looking at the source …
0
votes
2answers
42 views

How to open a stream to httpS URL

Hi I want to open a stream to a httpS URL and read the data. Kindly let me know how to do it. Regards Chaitanya
1
vote
2answers
50 views

C# maintaining session over HTTPS on the client

I need to login to a website and perform an action. The website is REST based so I can easily login by doing this (the login info is included as a querystring on the URL, so I dont …
1
vote
1answer
35 views

How to setup a test HTTPS site under IIS

I have a WCF service that I would like to run on https:// how can I setup a test site on local host for this?
0
votes
0answers
34 views

Error opening PDF in browser - what HTTP header values should I use for streaming a PDF over https?

I have a J2EE webapp which is used to download a generated PDF served by an HTTP servlet. When running over SSL in production the users are getting the error message There was …
0
votes
1answer
22 views

direct http to https on certain pages?

Hi I have added the below code to .ht access but how can I add another page to this? such as login.php also if the user types in www. they get a "untrusted connection" as the SSL …
2
votes
2answers
32 views

Is there a Firefox plug in which can list unsecure assets which are causing the “Warning: Contains unauthenticated content”

I am developing web pages which reference external links/images/stylesheets etc. I have 1 page which loads fine in HTTPS, but then when I apply different external styles, some of t …
0
votes
3answers
48 views

Using a Ruby script to login to a website via https

Alright, so here's the dealio: I'm working on a Ruby app that'll take data from a website, and aggregate it all into a single XML file. But, unfortunately, the website I need to t …
0
votes
0answers
37 views

WSDL over SSL mode.

I have a simple web service that is going to be invoked over ssl mode (https://ipaddress%3Acompany/service/servicename?wsdl). so i created a keystore and truststore with sun jdk to …
0
votes
1answer
37 views

Ruby on Rails HTTPS Post Bad Request

Greetings all. My application works with a remote server. Server uses https authorization of the certificate. I have following code to authorize and sends request: uri = URI.pars …
0
votes
4answers
50 views

Call web service over https

What do I need to call a web service over https in C#? Do I need to get the certificate form the site? How do I use this to call the web service?
3
votes
5answers
55 views

Example sites with broken security certs

I'm wondering if there are any demo sites which show different cases where HTTPS is misconfigured or broken. Or does anyone know of websites in the wild that display various broken …
1
vote
2answers
142 views

Java HTTPS client certificate authentication

I'm fairly new to HTTPS/SSL/TLS and I'm a bit confused over what exactly the clients are supposed to present when authenticating with certificates. I'm writing a Java client that …
2
votes
4answers
79 views

Are there any HTTP/HTTPS interception tools like Fiddler for mac os X?

Hi all, I would want to ask you if you know any application like fiddler but for mac os x , i need to debug some requests from google earth in mac os x. i used to do it with fiddl …
3
votes
1answer
80 views

Downloading a file over https in IE8, using ASP.NET

I'm trying to make it possible for the user to download an Excel spreadsheet from our site, by having a button that redirect through this: Response.Redirect(string.Format("../exce …

1 2 3 4 5 28 next
15 30 50 per page