This is a discussion on Starting apachectl startssl. within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Have Slack running with in the httpd.conf uncoment the php and ssl options. PHP is working fine but when ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Have Slack running with in the httpd.conf uncoment the php and ssl options. PHP is working fine but when i start the webserver with apachectl startssl the webserver start but i can not connect to the server with https. There are no errors in the ssl error log file. .....pleaz help.... H@rld |
| |||
| Harld Verbiesen wrote: > Have Slack running with in the httpd.conf uncoment the php and ssl > options. PHP is working fine but when i start the webserver with apachectl > startssl the webserver start but i can not connect to the server with > https. There are no errors in the ssl error log file. > > ....pleaz help.... > H@rld Run "netstat anlp" and see if you see port 443. If not, then there's something amiss... Also, the server key, cert and what-not in /etc/apache/ssl.* are fake by default. You'll need to create a csr, key and cert to use it if you don't have any in there. -- <html><body><form><input type crash></form></body></html> begin |
| ||||
| "WarpKat" <spamhere@nointegrity.org> schreef in bericht news:3f0468ca$0$59993$c3e8da3@news.astraweb.com... > Harld Verbiesen wrote: > > > Have Slack running with in the httpd.conf uncoment the php and ssl > > options. PHP is working fine but when i start the webserver with apachectl > > startssl the webserver start but i can not connect to the server with > > https. There are no errors in the ssl error log file. > > > > ....pleaz help.... > > H@rld > > Run "netstat anlp" and see if you see port 443. If not, then there's > something amiss... > > Also, the server key, cert and what-not in /etc/apache/ssl.* are fake by > default. You'll need to create a csr, key and cert to use it if you don't > have any in there. > > -- > <html><body><form><input type crash></form></body></html> > begin Netstat doesn't give me what i want..... ( so no 455) Is there a simple way to gen these key's or cert's ? It's no problem when the are fake. have been in /etc/apache/ssl but there stops the knowledge..... Thanz btw H@rld |