Questions tagged [port-443]
Port 443 serves to establish a secure HTTP connection, a.k.a. HTTPS.
45 questions
0
votes
1
answer
283
views
Why is Apache listening on SSL-enabled server port 80?
I have setup a vhost for a domain for port 80:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName thesolentmetropolitan.com
DocumentRoot /var/www/10/thesolentmetropolitan....
0
votes
2
answers
799
views
My nftables firewall allows ipv6 input on specified ports for a short while, but then blocks
I have a moderately complex ruleset, running on Debian 12, but it includes simple rules to open e.g. ports 80 and 443 (implicitly for both ipv4 and ipv6). Immediately after running "systemctl ...
0
votes
2
answers
2k
views
How do I change the listen port for Nextcloud in Docker?
I recently installed Nextcloud via Docker using the default commands in various tutorials. After doing so, I realized that I need Nextcloud to listen on different ports than 443 and 80 via Docker. ...
2
votes
1
answer
3k
views
I am unable to access services on the WAN IP from within the network
Normally, this would not be a desired configuration, but I am setting up a NextCloud server, and to validate the domain, it requires that it be able to access it through the public IP address. No ...
0
votes
0
answers
6k
views
cURL error 7: Failed to connect to localhost port 443: Connection refused
OS version: Ubuntu 20.04 x86_64
Plesk version: Plesk Obsidian 18.0.47.5
Hi,
I am running XenForo Forum on my Plesk which running behind Cloudflare.
I get following erro log, which is showing me that ...
0
votes
1
answer
376
views
Apache Server security issues
our security auditor scanned our system and here is what come up on the apache server :
-Server header: Apache exposed on port: 80
-Server header: Apache exposed on port: 443
Here are some lines in ...
0
votes
0
answers
2k
views
Traceroute - Header Link CURL result Issue
We have systematic CURLs run every 15 mins - 2 hours from this system and logging their status. Every other CURL for the past 2 months has succeeded except this. Is there a way to identify why this ...
-1
votes
1
answer
314
views
Interpret URL correctly which port is the webserver listening to? [closed]
I have a webserver running which i didnt install. The URL to reach the webserver is https://adomain.de:7535
I took a look at the respective service unit and noticed its listening on port 7535 (--port=...
0
votes
0
answers
127
views
Output iptables drooping 443 even when rule allows it
Output iptables drooping 443 even when rule allows it
This are my current rules
INPUT DROP [2:406]
:FORWARD DROP [0:0]
:OUTPUT DROP [0:0]
:DOCKER - [0:0]
:DOCKER-ISOLATION-STAGE-1 - [0:0]
:DOCKER-...
0
votes
2
answers
1k
views
Ubuntu 14.04 apache won't load https on 443, iptables blocking 443?
On an Ubuntu 14.04 server I'm trying to get https running to get SSL for a website (server will be replaced in couple of weeks). Website works fine on http, but can't get it running on https. ...
0
votes
0
answers
3k
views
Ubuntu Server / Apache not listening to port 443
I'm having trouble reaching my site through https after executing the certbot script. That process finished without issues, the message was:
Congratulations, you have succesfully enabled https://...
1
vote
1
answer
615
views
Apache how to have 2 virtual host https?
I'm trying to configure 2 domains (A and B) in the same server with different certificates.
The domain A works fine, it has it's own certificates and rules to redirect to it.
If I try to access to ...
-1
votes
1
answer
490
views
Must I setup SSL certificate if my server is listening on only port 443 with Nginx?
I am using Amazon Load Balancer to receive requests on Port 443. Then I am sending off these request to my EC2 server on port 80. If I try to send the request on port 443 to EC2 nginx error.log file ...
3
votes
1
answer
19k
views
Unable to configure apache to listen to port 443 in Ubuntu
I’ve setup Certbot on Ubuntu, the certificate was created successfully outputting the following:
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/bin-depot.co....
5
votes
3
answers
48k
views
Apache 2.4 updated, now throws: Cannot define multiple Listeners on the same IP:port
I've just updated Apache to 2.4.3 on my AWS instance (running Linux AMI). After the update finished, Apache crashed with the following:
Starting httpd: AH00526: Syntax error on line 5 of /etc/httpd/...