logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: [SOLVED] Troubleshooting implementing SSL certificate
Author
allinarush



Joined: 04 Sep 2018
Posts: 1
Location: US, Lafayette

PostPosted: Tue 04 Sep '18 20:05    Post subject: [SOLVED] Troubleshooting implementing SSL certificate Reply with quote

Fixed! - Port 443 needed to be open on the windows firewall.

Apache 2.4.27
Im using wampserver which uses Apache. I was able to follow a tutorial and get an SSL certificate issued by Godady. It comes with 2 files which I think one is an intermediate certificate. I can see that my web server sees the certificate because when I goto https://localhost it says that the certificate is meant for www.mydomain.com, but when I goto https://www.mydomain.com from outside the server it just times out. Should the port number number in the vhost file be set to 443 and a port forwarded for 443?

Here is the tutorial I used.
https://articlebin.michaelmilette.com/how-to-add-ssl-https-to-wampserver/
Back to top


Reply to topic   Topic: [SOLVED] Troubleshooting implementing SSL certificate View previous topic :: View next topic
Post new topic   Forum Index -> Apache