Skip to main content

Questions tagged [https]

HTTPS stands for HTTP Secure and is a combination of HTTP and SSL/TLS (Secure Sockets Layer/Transport Layer Security) and is used to provide an encrypted connection to a website.

1 vote
1 answer
1k views

Author missing from subversion revision

I just migrated an existing svn repository to a new server. Previously the users connected using tortoise-svn over http, and when committing, would have their revision associated with there user by ...
jphofmann's user avatar
1 vote
1 answer
1k views

Upgraded to Chrome 6, and now some SSL sites don't load

I recently auto-updated my laptop (Macbook Pro with 10.6, it it matters) to Chrome 6. My current employer has an annoying firewall that intercepts all incoming traffic, mainly to filter non-work ...
swilliams's user avatar
  • 417
0 votes
1 answer
237 views

Simplest possible way to use HTTPS webservice / execute list of URLs?

I am not a developer, just someone who wants to get things done more efficiently at work... There's a service at https://www.example.com/service.aspx?id=XXX which I want to run on 100s of values of ...
Chris's user avatar
  • 742
4 votes
1 answer
8k views

Open stream over https in VLC and wildcard SSL certificate

I am wondering how to trust a certificate manually in VLC. My purpose is to open a stream over https. gnutls returns an error: the common name of the certificate sent by the remote site is "*.example....
epsicot's user avatar
  • 321
0 votes
4 answers
3k views

Can't download images from a website if the images use HTTPS but the website uses HTTP?

When I go to this website aiag.org, it seems to download the page, but not the images. I noticed that the page uses the HTTP protocol, but the images are referenced with the HTTPS protocol. This ...
Scott Whitlock's user avatar
3 votes
3 answers
9k views

On an HTTPS site I get a popup saying "This web site does not supply ownership information"

On an HTTPS website, I receiving a popup window saying "This web site does not supply ownership information." An image of popup is attached below. Why is this popup appearing? How can I stop it?
Fero's user avatar
  • 135
3 votes
2 answers
2k views

Chrome fails to load HTTPS page

I am using Chrome 5.0 on Ubuntu 10.04, and this is the error I am getting: Other HTTPS sites work fine on Chrome, including those with self-signed certificates. I even tried using Incognito mode, no ...
NullUser's user avatar
  • 221
2 votes
3 answers
3k views

Data Encryption and Internet Speed

I was wondering, does encryption used over the Internet in a web browser noticeably slow down the speed of data transfer? I keep reading about stuff like HTTPS, but I always wonder if there's a speed ...
Nick McCurdy's user avatar
1 vote
1 answer
3k views

"The Server method 'SetObject' Failed" on Exchange Server 2010

I have Exchange Server 2010 with Windows Server 2008 64-bit. Exchange Server and OAW is working fine. However if I want to add another HTTPS port binding in IIS7, after adding the binding in IIS and ...
user20989's user avatar
  • 219
23 votes
7 answers
15k views

Is there an HTTPS Everywhere add on for Chrome, MSIE or safari?

I really like this HTTPS Everywhere add-on for Firefox. But I tend to browser hop, so have similar HTTPS-preferring add-ons been released for the other major browsers?
MatthewMartin's user avatar
4 votes
1 answer
1k views

Why Chromium does not open the Gmail? (reporting a certificate error)

The error I get: The server's security certificate is revoked! You attempted to reach www.google.com, but the certificate that the server presented has been revoked by its issuer. This means that ...
grigy's user avatar
  • 319
10 votes
4 answers
10k views

Force a browser to load the 'https' edition of a website, not the 'http'?

This is similar to this previous question, but I believe it's a bit different*. Sites like GMail support a preference that pushes all traffic through the SSL edition of the site rather than the plain-...
warren's user avatar
  • 10.2k
1 vote
0 answers
122 views

Circumventing a manual HTML login page for "unclassified" websites (automation purposes, credentials known)

The IT department just made my life a little bit harder again: they introduced a manual HTML login page for all websites they have not "classified". This means that all the applications which try to ...
auramo's user avatar
  • 983
18 votes
2 answers
2k views

Does https encrypt URLs, too?

This is fairly easy. If I go to https://webserver.com/someurl?a=b, will the someurl?a=b part be protected, or just the contents of the site?
Karel Bílek's user avatar
  • 1,512
11 votes
2 answers
54k views

Where does Firefox store cerificates and how to delete one?

The root cause of my problem is not known to me, whatever it is, I experience frequent DNS failures. When it happens I cannot browse to my Gmail inbox. I use two DNS settings. One is the public DNS ...
user avatar
0 votes
2 answers
389 views

Looking for firefox plugin that redirects links to https for certain domain

There is one or two websites where which support both http and https where i want to use https, but where links, redirects, js redirects ... keep sending me to http-locations. Do any of you know of a ...
Hendrik's user avatar
  • 137
9 votes
8 answers
5k views

Am I secure from network monitoring software if HTTPS is used?

I will be logging into my bank account and my personal email accounts at work. Its not banned at work, but I just don't want them to save/log a copy of whatever I do with these services. Especially my ...
user avatar
0 votes
2 answers
1k views

How to use Fiddler2 along with Windows 7 and HTTPs?

I have noticed that Fiddler2 does not work with https in windows 7 as in windows Xp. Probably resigning option does not work due to windows 7 better security. When accessing https site with this ...
user avatar
1 vote
2 answers
347 views

Is the Royal Mail website secure? [closed]

In the UK our postal service drops cards through our mailbox when there is a fee to pay on a item of mail. On this card it gives us a URL to visit to pay the fee, after following the links you get to ...
Richard Slater's user avatar
0 votes
7 answers
692 views

Public Key encryption

This is the way I understand how the public key work...Let's say you are on a website and you access the credit card for page. You then encrypt the packet with the public key of that site and the send ...
user avatar
5 votes
1 answer
2k views

Does there exist a telnet-like for SSL connections?

are there any telnet-like tool that can manually debug a https connection byte by byte?
est's user avatar
  • 654
5 votes
2 answers
31k views

Safari can’t establish a secure connection to the server

I realize there is another question with the same title, but my situation is very different. The problem started on three of my computers after upgrading from Leopard to Snow Leopard. I can login to ...
gdelfino's user avatar
  • 147
34 votes
1 answer
51k views

How to easily create a SSL certificate and configure it in Apache2 in Mac OS X?

I'd like to use my Mac OS X with https for local development tests. How can I easily make Apache2 respond to ssl, just for test proposes - I don't want a real certificate, just a fake to make local ...
Daniel Cukier's user avatar
1 vote
3 answers
158 views

My blog, under ssl

I want to have all my content from my blog distributed in a ssl encrypted connection (meaning, I want to go https) What are the drawbacks with respect to an unencrypted, "regular" http connection?
Stefano Borini's user avatar
1 vote
3 answers
206 views

Wireless Hotspot Vulnerabilities on BBC Watchdog

I watched a program on the BBC last night that highlighted the risks of using any public wireless hotspot. http://www.guardian.co.uk/technology/2009/oct/29/wifi-watchdog-hotspot-security-vulnerable ...
Michael Waterfall's user avatar
0 votes
1 answer
358 views

How safe is chatting in iGoogle?

How safe is chatting in iGoogle - Chat in office? I am chatting over HTTPS.
user avatar
0 votes
1 answer
650 views

Major system wide issue regarding security certificates accessing sites and programs

I've got major system-wide issues as of about 30 minutes ago; the only thing I believe that could have caused this is after I went into sleep mode, well just before it, my PC rebooted, so I just shut ...
GONeale's user avatar
  • 297
3 votes
1 answer
3k views

Eclipse on Ubuntu karmic hangs when using subclipse to connect to HTTPS repository

Software versions in use: Eclipse Galileo SVN Team Core Provider 1.6.5 Subversion client adapter 1.6.4.1 Subversion JavaHL 1.6.5 svn, version 1.6.5 (r38866) Ubuntu karmic When I select Checkout ...
mark's user avatar
  • 1,982
3 votes
2 answers
3k views

https over proxy safe from sniffing?

Apparently all the google ads in my gmail(https) are being filtered. I'm worried. So it means somehow the data pass through the company proxy and being filtered?
squallwc's user avatar
240 votes
9 answers
931k views

How do I disable the warning Chrome gives if a security certificate is not trusted?

I want to know if it's possible to disable the warning you get in Chrome when you try to go to some HTTPS site that doesn't have a trusted certificate. I have a few sites in my bookmarks that use ...
sippa's user avatar
  • 2,659
12 votes
1 answer
13k views

What makes the address bar in IE turn green?

What aspect of a site's SSL certificate causes IE's address bar to turn green? I'm working on a site which already uses SSL successfully, but am interested to know if there are different levels of ...
Matthew Dresser's user avatar
0 votes
1 answer
714 views

What are the solutions to Ha.ckers.org challenge?

I was looking around to test my HTTP knowledge, and I found the ha.ckers.org challenges here and here I spent lot of time trying to figure out how to find the captcha and how to change some cookies ...
user avatar
0 votes
2 answers
11k views

I cannot access https pages =(

For about a week now I can not access any sites with https:// in them, I have googled and tried every trick I can find with no luck. Example site is hulu.com I can view it but I can not log in as ...
JasonDavis's user avatar
  • 5,042
1 vote
5 answers
4k views

How do I get my browser to remember passwords for secure sites?

I feel that my personal computers -- in my house -- are pretty safe. If someone has physical access to them then I am either okay with that or calling 911 with bigger problem. So I wonder: How do I ...
Alan's user avatar
  • 899
7 votes
9 answers
5k views

Force web address to go through HTTPS

At my work, http://twitter.com is blocked, but https://twitter is not. Is there any way to have all programs/browsers access this URL using the HTTPS protocol instead of HTTP? This specifically ...
dancramer's user avatar
  • 123

15 30 50 per page
1
14 15 16 17
18