Questions tagged [https]

Hypertext Transfer Protocol Secure (HTTPS) is a combination of the Hypertext Transfer Protocol with the SSL/TLS protocol to provide encrypted communication and secure identification of a network web server.

Hypertext Transfer Protocol Secure () is a widely used communications protocol for secure communication over a computer network, with especially wide deployment on the Internet.

Technically, it is not a protocol in itself; rather, it is the result of simply putting SSL/TLS between Hypertext Transfer Protocol () and , thus adding the security capabilities of / to standard communications.

  • HTTP: HTTP | TCP | lower-layer-protocols
  • HTTPS: HTTP | TLS/SSL | TCP | lower-layer-protocols

HTTP uses the client/server computing model (), where a client makes a request of a server for access to a file or to pass a message to a program that runs in the server computer. The server takes the requested action and returns a response.

See the tag for more information on Transport Layer Security () and its predecessor, Secure Sockets Layer ().

Resources

25003 questions
8
votes
1 answer

Difference between ConnectionTimeoutException and SSLException with message "Connection timed out"

On my Android code (using Apache HTTP Client) I have already set the following parameters : HttpConnectionParams.setConnectionTimeout(params, 30 * SECOND_IN_MILLIS); HttpConnectionParams.setSoTimeout(params, 30 * SECOND_IN_MILLIS); I am connecting…
WinOrWin
  • 2,107
  • 3
  • 19
  • 25
8
votes
3 answers

JQuery.ajax not using HTTPS

So, I am calling a web service from jQuery using the .ajax method. The page that is calling the method is an HTTPS/SSL page, yet when the call is made, jQuery keeps making an HTTP request and it is failing because the server is set up to redirect…
Rob
  • 612
  • 1
  • 7
  • 11
8
votes
7 answers

Google Calendar can't subscribe to icalendar feed over https?

Would someone happen to know if Google Calendar has some problems subscribing to iCalendar feeds served on a secure https-address? I'm developing a website running on an https-address that has an iCalendar feed that users can subscribe to. The feed…
Rolf
  • 2,178
  • 4
  • 18
  • 29
8
votes
2 answers

Request.URL always returns http even though SSL is enabled

I have prepared an ASP.NET web application (ASP.NET V2.0) and I configured it in my IIS (V7.5). I used Request.Url.AbsoluteUri in my application and it works fine in my server. I deployed the web application on my client's server machine (2008 R2…
Suresh
  • 466
  • 2
  • 9
  • 26
8
votes
2 answers

How to work around POST being changed to GET on 302 redirect?

Some parts of my website are only accessible via HTTPS (not whole website - security vs performance compromise) and that HTTPS is enforced with a 302 redirect on requests to the secure part if they are sent over plain HTTP. The problem is for all…
c2h5oh
  • 4,492
  • 2
  • 23
  • 30
8
votes
2 answers

HTTP 413 Request Entity Too Large In Self-Hosting WCF Service

I have a self-hosting WCF service accepting messages via HTTPS. A message is being sent from a Java application, which receives the response: HTTP/1.1 413 Request Entity Too Large Content-Length: 0 Server: Microsoft-HTTPAPI/2.0 Date: Wed, 19 Sep…
Fenton
  • 241,084
  • 71
  • 387
  • 401
8
votes
2 answers

'EOFError: end of file reached' on HEROKU while posting UTF-8 via SSL

I've got strange bug on heroku. To reproduce it I have to make big (over few KB) HTTPS POST with any UTF-8 characters in request body. Here is an example: require "net/https" require "uri" #Accutally I've ecountered this bug while posting to…
Dmitriy Budnik
  • 1,467
  • 13
  • 22
8
votes
1 answer

Can a URL start with "//"?

Possible Duplicate: Is it valid to replace with // in a