If you telnet to port 443 on the server what do you get, a connection refused or a connect / open? One way to tell if you’re configured correctly on a basic level is to see if your http instance is listening at all on 443. That’s what the above test does. Also, using apachectl if you do a starts you should not get any errors and get an ok. You should also see the http process running and the connection test will work. Set up a ssl section in your http.conf and define your host variables there.
On Aug 17, 2015, at 2:36 PM, Steve Matzura <sm@noisynotes.com> wrote:
I have some rather deep PHP questions that I need answered in order to solve an implementation problem. If this isn't the right place to talk about PHP, even though I consider it a system administration function, I'd very much appreciate a good mailing list name to go to to post the following.
I have spent the past three full days trying to learn and understand how to implement secure Web access using SSL on Apache 2.4.10. I got basic password-based authentication to work over port 80, but I'd like to take that a step further--use port 443, use SSL, and make that all-important "s" appear in the user's address bar. I have SSL certificates of all kinds--a certified and signed certificate for my Website, a private key of course, and the intermediate key from the certifying authority. These all work. I know they work because I am using them on my Dovecot+Postfix email system successfully. I could probably cite ten or more articles I've read, most from the Apache Software Foundation itself, on how to set this up, but nothing I'm doing is working, which means I must be missing some key thing. When I browse to my site on port 443 by using https, I get 403 forbidden and have no idea why. If anybody knows what the very basic things I should be doing are, I'd appreciate having that knowledge as well. I've tried so many variants of SSL directives and options, and nothing changes, which probably means the options and directives I'm using do not apply to my situation or need, but there must be some basic ones required to start with, and that's what I'm looking for.
Again, if this is the wrong place to ask about detailed PHP stuff, a redirection to a place that is would be greatly appreciated, with my thanks in advance.
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org https://lists.hodgsonfamily.org/listinfo/blind-sysadmins