Questions tagged [https]

All about programs and services that use HTTPS.

HTTPS is that is tunnelled through /. Beyond that HTTP and HTTPS are identical. Since there is no STARTTLS command for HTTP, HTTP and HTTPS must be served on different ports. HTTP is typically served on TCP port 80 and HTTPS is typically served on TCP port 443, but HTTP and HTTPS can be served on (distinct) ports with any port number.

Use this tag for questions on programs and services that use HTTPS. For questions specific to web servers the Server Fault Stack Exchange is probably more appropriate.

209 questions
2
votes
2 answers

How can a I redirect an HTTPS request to a HTTP server?

I have a Web Application running in HTTP. However I wanted to test a Web Service that is running on HTTPS using CORS. Since HTTP won't allow HTTPS request, I wanted to setup a proxy in my Web Application so that it appears as HTTPS. How can I…
Nishant
  • 603
0
votes
1 answer

Redirecting site is not working? help

ubuntu 14.04 and Server version: Apache/2.4.16 (Ubuntu) The redirect rule is not working or am i missing something ? when i type in the browser, i want to use https:teampass.domain.org but instead https://teampass.domain.org/teampass is the only…
Lolu911
  • 23
  • 1
  • 8
-1
votes
2 answers

Download https pages

I can download few files from https site through web browser. By using the proper credentials, is it possible to download the https pages through command line ( that too non-interactively ) ? e.g. To download This image non-interactively through…
SHW
  • 14,786
  • 14
  • 66
  • 101