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.

HTTPS connections are often used for payment transactions and for sensitive transactions in corporate systems. They are increasingly being used for social networking sites like Facebook and Twitter to help prevent identity theft etc.

HTTPS on Wikipedia

2524 questions
0
votes
1 answer

F5 BIG-IP monitor to detect http to https redirects

We have an F5 BIG-IP load-balancer we use in front of a web application hosted by several identical servers. The application listens on port 443 for SSL/TLS requests and port 80 for http requests. However, the only thing that happens to an http port…
user35042
  • 2,681
  • 12
  • 34
  • 60
0
votes
1 answer

HTTPS redirect only working for base/root URL

I have the following set up for my virtual host: ServerName www.example.com ServerAlias example.com DocumentRoot /var/www/example.com ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log…
Ryan Palmer
  • 105
  • 5
0
votes
1 answer

Content being blocked by browser - Reverse Proxy NGINX

I have an iFrame that's making a request to a HTTPS URL. I'm using NGINX to catch this request and proxy is to the correct URL, which is an HTTP backend Spotfire Server. The HTTPS URL request: https://testURL.com:8443/spotfire/reportpath/01 This is…
0
votes
1 answer

Why only one servername was redirect to https with chrome?

I have bulid two vhost with apache2.4(debian). cat /etc/apache2/sites-available/000-default.conf ServerName www.hwy.local ServerAdmin webmaster@localhost DocumentRoot /var/www/html ErrorLog…
scrapy
  • 337
  • 4
  • 17
0
votes
0 answers

Cannot use mod_wsgi-express to serve a site on https

I have a django site. I downloaded letsencrypt certificates for mysite.com and tried to run mod_wsgi-express like this: mod_wsgi-express start-server --log-to-terminal --startup-log --https-port 443 --https-only --server-name mysite.com…
Joel G Mathew
  • 890
  • 1
  • 9
  • 19
0
votes
1 answer

Nginx: Unresolved host name (HTTPS)

I'm trying to set up a minimal nginx configuration for an API, but I cant get SSL/HTTPS to work. Long story short: the /healthcheck endpoint works as intended, but not anything else. I have an API application running in a Docker container on a GCE…
DoTheGenes
  • 21
  • 1
  • 1
  • 6
0
votes
1 answer

SSL/HTTPS proxy for apache virtual host

I currently have an application running on Apache. It uses subdomains to distringuish between user-accounts. I'd like to add SSL support (wildcard). A solution which is quite common seems to be the following (just use two virtual…
0
votes
1 answer

How do I redirect HTTP to HTTPS for some paths but not others?

For a given vhost, I want to redirect some routes/paths/URIs to HTTPS, while allowing others to be requested on HTTP. Specifically, I want to allow Artifactory packages to be requested on HTTP, but require that the web UI be accessed via HTTPS. How…
Jonathon Reinhart
  • 506
  • 1
  • 8
  • 27
0
votes
1 answer

Redirect from http to https stopped working after update of Moodle

After Moodle elearning system update, the redirection from http to https is not working anymore. Environment: Debian 9, Bitnami Moodle appliance, Apache web server Port 80 and 443 are opened in firewall. You can access the web site via https and…
culter
  • 507
  • 2
  • 9
  • 16
0
votes
1 answer

Let's Encrypt 404 error on Google Cloud - Compute Engine - VM Instance

I'm setting up my Ubuntu 16.04 VM on Google's Compute Engine. I have Apache installed & it's already hosting my domain on HTTP, and I'd like to enable HTTPS. Steps taken so far: change the IP from ephemeral to static: Google Cloud Platform >…
0
votes
2 answers

Is it possible have a https site without making use of port 80?

Is there a way to redirect all website requests that come to my server from port 80 to port 443 without needing Apache to listen on port 80? Thus freeing port 80 for other use. I'm thinking like some sort of local proxy that detects if the incoming…
0
votes
2 answers

Apache mod_rewrite redirects me to https://www.(literally) for some reason

I configured an Apache server on my Ubuntu 18.04 computer with HTTPS support. I have a SSL Certificate for *.example.com so my solution for have HTTPS on example.com was to redirect it to www and then redirect to HTTPS for all the subdomains. Here…
mathmaniac88
  • 111
  • 1
  • 1
  • 8
0
votes
1 answer

Self-Signed Certificate working in OS X but not Windows

Im trying to create a self-signed certificate to use a HTTPS connection to access my internal site (jira.intranet.com). I have successfully followed this article…
0
votes
2 answers

Working with port 443 only and blocking port 80

We're trying to harden firewall settings for a computer. We allowed only port HTTPS (443), NTP (123) and DNS (53). Now we fail to send POST requests to a web api application unless we open port 80. After we open port 80 and perform one successful…
Yaron Adler
  • 119
  • 1
  • 3
0
votes
1 answer

Install trusted Certificate on stunnel

I would like to be able to use a trusted certificate on Stunnel proxy, The default one does not seem to allow me to do this. Is there a way to do this please? Would need to be free.
radar
  • 1
  • 1
  • 2
1 2 3
99
100