apache - ssl connection on MAMP not working -


i set server mamp , tried create ssl connection. followed this guide easy follow, when un-comment following line

#include /applications/mamp/conf/apache/extra/httpd-ssl.conf 

in mamp/conf/apache/httpd.conf file, following error when trying start server:

apache couldn't started. please check mamp installation , configuration. 

in httpd-ssl file, there's line:

sslcertificatefile "/applications/mamp/conf/apache/server.crt" 

and made sure "server.crt" file exists there.

i have little knowledge in apache (that's why i'm using mamp), don't know how debug this. suggestions can problem, or how check that?

annoying update: when comment out line again, mamp server running, ssl error on every page try open.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -