How to Change HTTPS Port on Apache on Linux
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I found similar questions on Google but none of the solutions work for me. I am running Apache on Amazon Linux and want to change the default HTTPS port(443) to 4343. In the ssl.conf file I have changed the port in the lines:
Listen 4343 https
<VirtualHost _default_:4343>
After restarting Apache with this configuration the connection is refused. It works fine if I change those two lines back to 443. Though there is no "Listen 443 https" line in the httpd.conf file I also tried adding "Listen 4343 https" to the httpd.conf file to no avail.
apache-httpd ssl
add a comment |Â
up vote
0
down vote
favorite
I found similar questions on Google but none of the solutions work for me. I am running Apache on Amazon Linux and want to change the default HTTPS port(443) to 4343. In the ssl.conf file I have changed the port in the lines:
Listen 4343 https
<VirtualHost _default_:4343>
After restarting Apache with this configuration the connection is refused. It works fine if I change those two lines back to 443. Though there is no "Listen 443 https" line in the httpd.conf file I also tried adding "Listen 4343 https" to the httpd.conf file to no avail.
apache-httpd ssl
3
Blind guess: have you ruled out firewall issues?
â Ulrich Schwarz
Dec 23 '17 at 7:33
take a look docs.aws.amazon.com/elasticloadbalancing/latest/classic/â¦
â Ã±ÃÂñýàñüÃÂÃÂùcñ÷
Dec 23 '17 at 7:56
Yikes, thanks Ulrich. I needed that kick in the head as I changed the port as I thought another service might be using it but forgot to change the firewall. However the page is still unavailable so rather than have this be a waste of index space I'll rephrase the main question
â Needs More Documentation
Dec 23 '17 at 15:39
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I found similar questions on Google but none of the solutions work for me. I am running Apache on Amazon Linux and want to change the default HTTPS port(443) to 4343. In the ssl.conf file I have changed the port in the lines:
Listen 4343 https
<VirtualHost _default_:4343>
After restarting Apache with this configuration the connection is refused. It works fine if I change those two lines back to 443. Though there is no "Listen 443 https" line in the httpd.conf file I also tried adding "Listen 4343 https" to the httpd.conf file to no avail.
apache-httpd ssl
I found similar questions on Google but none of the solutions work for me. I am running Apache on Amazon Linux and want to change the default HTTPS port(443) to 4343. In the ssl.conf file I have changed the port in the lines:
Listen 4343 https
<VirtualHost _default_:4343>
After restarting Apache with this configuration the connection is refused. It works fine if I change those two lines back to 443. Though there is no "Listen 443 https" line in the httpd.conf file I also tried adding "Listen 4343 https" to the httpd.conf file to no avail.
apache-httpd ssl
edited Dec 23 '17 at 15:42
asked Dec 23 '17 at 2:40
Needs More Documentation
11
11
3
Blind guess: have you ruled out firewall issues?
â Ulrich Schwarz
Dec 23 '17 at 7:33
take a look docs.aws.amazon.com/elasticloadbalancing/latest/classic/â¦
â Ã±ÃÂñýàñüÃÂÃÂùcñ÷
Dec 23 '17 at 7:56
Yikes, thanks Ulrich. I needed that kick in the head as I changed the port as I thought another service might be using it but forgot to change the firewall. However the page is still unavailable so rather than have this be a waste of index space I'll rephrase the main question
â Needs More Documentation
Dec 23 '17 at 15:39
add a comment |Â
3
Blind guess: have you ruled out firewall issues?
â Ulrich Schwarz
Dec 23 '17 at 7:33
take a look docs.aws.amazon.com/elasticloadbalancing/latest/classic/â¦
â Ã±ÃÂñýàñüÃÂÃÂùcñ÷
Dec 23 '17 at 7:56
Yikes, thanks Ulrich. I needed that kick in the head as I changed the port as I thought another service might be using it but forgot to change the firewall. However the page is still unavailable so rather than have this be a waste of index space I'll rephrase the main question
â Needs More Documentation
Dec 23 '17 at 15:39
3
3
Blind guess: have you ruled out firewall issues?
â Ulrich Schwarz
Dec 23 '17 at 7:33
Blind guess: have you ruled out firewall issues?
â Ulrich Schwarz
Dec 23 '17 at 7:33
take a look docs.aws.amazon.com/elasticloadbalancing/latest/classic/â¦
â Ã±ÃÂñýàñüÃÂÃÂùcñ÷
Dec 23 '17 at 7:56
take a look docs.aws.amazon.com/elasticloadbalancing/latest/classic/â¦
â Ã±ÃÂñýàñüÃÂÃÂùcñ÷
Dec 23 '17 at 7:56
Yikes, thanks Ulrich. I needed that kick in the head as I changed the port as I thought another service might be using it but forgot to change the firewall. However the page is still unavailable so rather than have this be a waste of index space I'll rephrase the main question
â Needs More Documentation
Dec 23 '17 at 15:39
Yikes, thanks Ulrich. I needed that kick in the head as I changed the port as I thought another service might be using it but forgot to change the firewall. However the page is still unavailable so rather than have this be a waste of index space I'll rephrase the main question
â Needs More Documentation
Dec 23 '17 at 15:39
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412622%2fhow-to-change-https-port-on-apache-on-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
3
Blind guess: have you ruled out firewall issues?
â Ulrich Schwarz
Dec 23 '17 at 7:33
take a look docs.aws.amazon.com/elasticloadbalancing/latest/classic/â¦
â Ã±ÃÂñýàñüÃÂÃÂùcñ÷
Dec 23 '17 at 7:56
Yikes, thanks Ulrich. I needed that kick in the head as I changed the port as I thought another service might be using it but forgot to change the firewall. However the page is still unavailable so rather than have this be a waste of index space I'll rephrase the main question
â Needs More Documentation
Dec 23 '17 at 15:39