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.

Filter by
Sorted by
Tagged with
0 votes
0 answers
65 views

Google Cloud + Google Domains DNS HTTP not working but HTTPS is

I have a website hosted on Google Cloud with a paid domain name registered at Google Domains. I opted in for the SSL option so the website can be served with HTTPS. In the domain forwarding setting ...
Jim22150's user avatar
  • 101
0 votes
0 answers
46 views

Nginx - HTTPS SSL Issue with Certbot

I've setup HTTPS SSL with letsencrypt and certbot and the main domain was pointing to the the machine that is running my site, working fine etc. Until of course I tried setting up the SSL for HTTPS. ...
Bloodshot_pico's user avatar
1 vote
1 answer
68 views

Apache mpm event not working as expected with SSL/HTTPS

I have a server with Apache/2.4.6 (CentOS) + OpenSSL/1.0.2k-fips (I know this is an old version of Apache but it cannot be upgraded right now). mpm event is used for multi processing. When serving ...
tigrou's user avatar
  • 111
1 vote
0 answers
69 views

Unable to redirect HTTPS to HTTP via NGINX

I'm having a very hard time doing a redirect from HTTPS to HTTP. This is giving me the last few days some headache because I can't figure it out :| situation I have a website and a VPS server. The ...
J_P's user avatar
  • 11
0 votes
0 answers
29 views

Port 80, 443 and 2875 monitoring in zabbix

Im monitoring port 443 and port 80 on zabbix With simple check and i put List item [http,,443] instead of [https,,443] is that will perform the correct monitoring for port 443?? What will happened ...
Nahel T Shaweesh's user avatar
0 votes
1 answer
36 views

NGINX: Redirect to Non-www address

I am trying to configure my website with NGINX. I'm a bit out of my depth and have tried all the relevant solutions I could find, so your patience is appreciated :) I want all http traffic to redirect ...
rbok's user avatar
  • 3
1 vote
0 answers
71 views

mikrotik script is not run through GUI or Schedule

I get a problem that i have a one line script as bellow: /tool fetch url="https://......" When i run this script in winbox with "Run Script" button it does not work and after i ...
Salar's user avatar
  • 164
0 votes
1 answer
56 views

Nginx returns different SSL certificates for one domain

Problem summary: one nginx server one domain with SSL certificate when accessing the site from one network, nginx returns the correct current certificate (1), and when accessing from other networks - ...
Allmektiger's user avatar
0 votes
1 answer
55 views

What are the security problems if your backend application is using HTTP?

I have frontend application that can be accessed from the outside and it uses HTTPS. I have backend application that is running on the same computer/server as frontend and it uses HTTP. I can't switch ...
milos's user avatar
  • 3
0 votes
0 answers
108 views

Forward local generated Secure Websocket traffic (wss) through an HTTP/HTTPS proxy to reach internet

I have a python webex_bot application (https://github.com/fbradyirl/webex_bot) which uses websockets for webex cloud communication. The problem is that the server in which the bot is being hosted on, ...
panchis's user avatar
0 votes
1 answer
61 views

NET::ERR_CERT_AUTHORITY_INVALID and I am webmaster

I set up my own webserver and installed some user-generated ssl certificates, however, now, when I visit the site (using https), Chrome displays the error message NET::ERR_CERT_AUTHORITY_INVALID What ...
Thorsten Staerk's user avatar
2 votes
1 answer
233 views

Should there be an explicit catch-all NGINX `server` block to dismiss HTTPS requests for the domains **not** served by the server?

The most common NGINX config I see is the one below, where it is made sure that all relevant HTTP requests are redirected and the irrelevant ones are dismissed, but usually I only see one server block ...
toraritte's user avatar
  • 200
0 votes
1 answer
364 views

Nginx reverse proxy gives 404 error, but only for a specific domain name

Sorry to repeat a question that has been asked a dozen times before, but I have read each and every answer to those questions without being able to solve my problem. I am trying to setup an nginx ...
ventle's user avatar
  • 1
0 votes
1 answer
428 views

Redirect http calls inside iframe to https using nginx

I have an https website that needs to render an iframe of a external website that only works with http. The external http endpoints is all inside a url like: http://external-website.com/foobar Browser ...
Alan Nicolas de Oliveira's user avatar
0 votes
0 answers
40 views

Configuration of dummy default vhost and prevent virtual host fallback with https requests to IP-PD host

Background Consider 4 hypothetical FQDNs that all resolve to 192.0.2.42: example.com www.example.com foo.example.org legacy.example.net Now, consider two hypothetical servers bound to 192.0.2.42 (...
Bitbang3r's user avatar
  • 145
0 votes
0 answers
45 views

How to setup https website when I have own CA

I have very interesting question for me... I'm runnig webserver on linux machine (debian 10) with apache. In the same domain I have Windows Server on which are my DNS server and Certificate authority. ...
Dave's user avatar
  • 13
0 votes
1 answer
38 views

Is possible return a static page in https virtual host using lighttpd?

It seems like redirect is not done. If I put URL https://test2/static_page in browser it works but if I put https://test1 don't redirect SERVER["socket"] == ":443" { $HTTP["...
Aprendiz's user avatar
0 votes
0 answers
101 views

Enabling UFW breaks all http and https connections

I have an Oracle VPS with Ubuntu. Before enabling ufw everything worked perfect. I've added rules for ssh, http, https and openvpn. After enabling it ssh stopped working, but after rebooting my VPS it ...
uQlel's user avatar
  • 1
0 votes
0 answers
128 views

Error: Request aborted - can't send 20MB .mp3 files using Node.js + Express?

I'm making a game using a Node.js + Express app on Heroku. When the page loads, the soundtrack (music) is fetched in 5 20MB .mp3 files. But sometimes, the request hangs and then throws error 'Request ...
Lubos Chlebicki's user avatar
0 votes
1 answer
59 views

Using the domain termination ".old" is causing web browsers to not detect that is a http/https server

I've created a virtual apache Server to host an old wordpress, everything went fine untill I tried to access the page via the domain on the browser. When accessing the domain on the browser instead of ...
arctumn's user avatar
0 votes
1 answer
145 views

OpenSSL Error: lib(128):capi_rsa_priv_enc:function not supported in client Auth

My scripts to sign file via API was working properly fine when my previous server setup was Ubuntu 20.04 and openssl version is 1.1.1b. But after upgrade, I am getting this issue. Client environment ...
Manish Pandey's user avatar
0 votes
1 answer
220 views

How to get a secure HTTP monitor in NetScaler to send SNI in its request?

We have a content switch in front of a virtual server in NetScaler ADC, and it acts as a load balancer. It is tied to a service group that has an HTTP monitor. We cannot get this monitor to work. The ...
Martin Ørding-Thomsen's user avatar
0 votes
0 answers
94 views

Azure APIm not allowing HTTPS on more than one API

We have setup an APIm in Azure with 2 APis. One is a SOAP service that was created from a WSDL. It has a single POST operation which operates just fine using HTTPS. Since we are migrating to cloud and ...
Bensonius's user avatar
  • 111
0 votes
0 answers
58 views

Using Traefik, how to expose inner HTTPS errors (like expired certs)?

I'm using Traefik as a reverse proxy to my homelab. I'd like to use HTTPS inside the lab using a custom CA. To do this, I've set up a ServersTransport that trusts my lab CA. This worked well until a ...
Danya02's user avatar
  • 101
0 votes
0 answers
47 views

Node.js: Bad gateway on HTTPS server (unable to get the server's files?)

So, I have a Node.js server on render.com. It has only 2 files (server.js and index.html). But, when I load myservername.onrender.com/index.html, the request for file index.html fails and throws 502 ...
Lubos Chlebicki's user avatar
0 votes
2 answers
655 views

Node.js: IP generated from my web hosting domain is "not available" (can't setup a https server)

I'm creating a brutally simple HTTPS server on render.com using Node.js, which upgrades to WebSocket communication. Here's the code: const https = require('https'); // Create an HTTP ...
Lubos Chlebicki's user avatar
0 votes
0 answers
81 views

AWS EC2 - allow traffic to server/site through public IP, SSL certificate issues

We have a Wordpress site which serves as the company intranet. We need to allow an external user to access the wp-login page and subsequently the wp-admin dashboard to manage the site. Would like to ...
boog's user avatar
  • 220
0 votes
0 answers
216 views

Nginx, reverse proxy and HTTPS

I have a problem setting up reverse proxy in nginx for HTTPS. I have set up Tomcat HTTPS connector on 127.0.0.1:443. It works: % openssl s_client -showcerts -connect 127.0.0.1:443 CONNECTED(00000005) ...
LetMeSOThat4U's user avatar
0 votes
1 answer
57 views

Can't get A record redirect to work properly

Okay.. this should be a pretty simple fix but nothing is working, maybe I'm missing something: A record is set for my blog, sample site here: http://43.130.149.65/?rid=yLmTQxP Cloudflare set for an A ...
SerialEnabler's user avatar
0 votes
2 answers
46 views

IIS https certificates

I’m migrating the c# web applications and data apis I've developed that are hosted on IIS to use http to use SSL / TSL (https). I have not setup certificates with https before and was wondering if it’...
Sandy's user avatar
  • 13
0 votes
1 answer
488 views

nginx reverse proxy https to http

I have a Linux server, on which I created a public web app (as a test) accessible here: http://tropo.gps.caltech.edu:9384/jsserve It works as intended. As you can see, it is served on port 9384 with ...
Alexandre Renchon's user avatar
0 votes
1 answer
120 views

Ubuntu - Issue hosting (HTTPS only) a Net core app: "AH01276 - Cannot serve directory"

I'm trying to setup my application using HTTPs, I followed a guide HERE to do it properly but it's not working. My app runs perfectly in port 80 (http) and when I turn on auto redirect for 443 (https) ...
mfvjunior's user avatar
  • 109
0 votes
0 answers
22 views

How to register identical WCF endpoints under different Subdomains?

How do I have two services offer identical WCF endpoints under different subdomains? I have two Services, each trying offering WCF Endpoints to consumers in my network: Service 1: https://subdomain1....
Verzweifler's user avatar
0 votes
0 answers
161 views

Apache SSL not working - server took too long to respond

I am trying to get Apache (2.4.41, Ubuntu) to work with SSL and am not having luck. Whenever I visit the site in my browser, I get the error "This site can't be reached: my-domain took too long ...
Jeff's user avatar
  • 135
0 votes
0 answers
41 views

HTTPS access only after attempting SSH connection first

Whenever I try to connect to https://github.com from a Docker container running centos:7 (or any other image I've tried), the connection cannot be established: $ curl https://github.com -v -m 5 * ...
Subbeh's user avatar
  • 101
0 votes
1 answer
260 views

PuTTY ssh tunnel (proxy) not supporting http(s) connections

I've setup PuTTY for using it as a proxy. here's a screenshot of my Tunnel panel for specifying a port to connect to and then in Windows settings, typing in the address for proxy and it only works ...
Cool guy's user avatar
0 votes
0 answers
208 views

Apache Redirect HTTP To HTTPS Not Working

I am trying to force redirecting all HTTP traffic to HTTPS using my httpd.conf file on my Apache server. Expected behaviour: When users visit http://example.com, they should get redirected to https://...
gakshat's user avatar
  • 11
0 votes
0 answers
188 views

Running Next.JS app on Apache VPS server, can't get HTTPS to work

I have a Next.JS app running on a VPS server on port 1234. I have reversed proxied it via the Apache include for the subdomain with the following lines: SSLProxyEngine on ProxyPass /.well-known ! ...
Brady Gunn's user avatar
0 votes
1 answer
42 views

Do I need to get a certificate to enable HTTPS if I'm running my own server?

I have a server with several domains but over HTTP and now I need to enable HTTPS. Do I need to get a certificate to enable HTTPS if I'm running my own server? I'm asking because all the pages that I ...
E_Blue's user avatar
  • 101
1 vote
1 answer
511 views

How HTTP 1.1 and HTTP 2.0 works in Spring Boot?

What are the differences in flow changes for HTTP 1.1 and HTTP 2.0 for Spring Boot applications ?
Souptik Sarkar's user avatar
1 vote
1 answer
691 views

Configure WildFly to use HTTPS

I am using WildFly25, and have it running with default settings. Server console WildFly Full 25.0.0.Final (WildFly Core 17.0.1.Final) started in 3938ms - Started 308 of 547 services (338 services are ...
Richard's user avatar
  • 145
0 votes
1 answer
41 views

Connection is not secure, only on mobile Certbot / LetsEncrypt

I have linked a service on my server through this reverse proxy var httpProxy = require('http-proxy'); var fs = require('fs'); httpProxy.createServer({ ...
N00b's user avatar
  • 1
0 votes
1 answer
277 views

Redirect nginx port 80 to http2 443 fails [duplicate]

Searched tons of links on the web, I don't get why this conf doesn't redirect properly from http://example.com to https://example.com My nginx conf: # HTTPS server { listen 443 ssl http2; ...
Mévatlavé Kraspek's user avatar
0 votes
0 answers
47 views

IOT http multiplexing through cloud host

I'm exploring the feasibility of multiplexing http service from up to 100 IOT devices thru a single cloud host. The diagram below represents what's desired. Situation: We have complete control over ...
Mike Ellis's user avatar
0 votes
1 answer
59 views

one public IP Address same service (https) for two website is working (different Domain name) [duplicate]

One Public IP Address giving same service for two web site (Different DNS). beirutmotorsparts.com - 66.96.147.120 - 443 alwaslautoparts.com - 66.96.147.120 - 443 One public IP can give 443 to one Web ...
sujith sankar's user avatar
0 votes
2 answers
455 views

Issue valid HTTPS certificates for intranet subdomains with letsencrypt

I'm trying to provide secure services on my home intranet. Up to now I've used self-signed certificates with a made-up domain example.foo, with a subdomain for my separate systems (e.g. srv1.example....
emma.makes's user avatar
0 votes
1 answer
254 views

no "ssl_certificate" is defined in server

Trying to get my routine webserver set up, and running into this roadblock, no matter what I try it's not working, something i've done hundreds of times and i'm out of ideas. Typical webserver setup, ...
Shan Robertson's user avatar
2 votes
0 answers
449 views

Access of K8s service within WSL2 + Docker Desktop from Linux machine over HTTPS

I've setup an authentication service in a Kubernetes cluster which lives in a Docker Desktop + WSL2 environment on a Windows 11 Pro machine. It can be reached e.g. via CURL & PostMan requests from ...
ShadowGames's user avatar
0 votes
0 answers
198 views

Cannot move Caddy server to new IP with same domain

After moving a site to a new server/IP (completely new setup) the server became unavailable, cur says: curl: (35) error:1404B438:SSL routines:ST_CONNECT:tlsv1 alert internal error I assume there is ...
whitezo's user avatar
0 votes
0 answers
273 views

How do I get cURL (CLI) to close the connection made to a https server?

cURL doesn't seem to care about closing the connection to a server even when I include the "Connection: close" header? It respects the header for http, but not for https, seems like? curl -v ...
LaRuim's user avatar
  • 1

1
2 3 4 5
51