Questions tagged [port-443]

Port 443 serves to establish a secure HTTP connection, a.k.a. HTTPS.

41 questions
0
votes
2 answers

Remote Desktop Gateway and HTTPS website on same server - possible?

We have an IIS server running a website with HTTPS access on the server already. We need this server to provide remote desktop gateway services to other servers on the network. Today I installed Remote Desktop Services. I used the same certificate…
pilau
  • 281
  • 1
  • 3
  • 8
0
votes
1 answer

Not going to the correct website root directory when using https

We have 2 sites hosted on an Apache server. everything with port80 is working fine, but when we try to connect using https we are redirected to the first document directory of port443 regardless of which URL we use. we have a SAN(UCC) SSL…
0
votes
2 answers

Git Bash Default Port 22 to 443

How I can change my git bash default port 22 to 443.Why I want to change?Our local internet policy not allowed to use that port and I got my error of bad file with fatal error when I am cloning to a project.I heard that I can use putty.But I am not…
0
votes
1 answer

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 my config header : Listen 80 ServerName…
0
votes
0 answers

Strange Port Forward Behavior

I have multiple facilities with a Sierra Wireless Modem/Router with ports forwarded to an Ubuntu Edge Computer (443 web interface, 22 SSH, etc.) Recently, we're seeing strange behavior where the forwarded web interface loads extremely slowly, or…
0
votes
0 answers

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 one failed? This was a CURL result to my domain.…
0
votes
0 answers

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-ISOLATION-STAGE-2 - [0:0] :DOCKER-USER -…
0
votes
2 answers

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. Webbrowser gives an "Unable to connect" so I'm thinking…
Stefan
  • 1
  • 1
-1
votes
1 answer

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 says, no "...ssl_certificate" is defined in…
user3563059
  • 113
  • 3
-1
votes
2 answers

Python - socket.error: [Errno 98] Address already in use

I'm currently attempting to setup a SiriServer (that's beside the point) on Xubuntu 12.10 x64, when I run the server python returns error socket.error: [Errno 98] Address already in use. The server by default is attempting to run on port 443,…
Dustin
  • 101
  • 1
  • 1
  • 5
-1
votes
1 answer

Interpret URL correctly which port is the webserver listening to?

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=7535). So i am wondering how that works and how i…
alessio
  • 1
  • 1
1 2
3