Welcome Guest. Please Login or Register  


You are here: Index > AMPPS > General Support > Topic : SSL in AMPPS



Normal Mode | Print  

 SSL in AMPPS, SSL in AMPPS? (26 Replies, Read 73191 times)
sluiting
Group: Member
Post Group: Working Member
Posts: 100
Status:
Hi, I tried to find somewhere in ampps where I could create a https SSL option for a domain and was unsuccessful.

I see that openSSL is installed in Apache but I had to create a cert manually with the help of our IT person. We then had to figure out what to write and where to put the code that would allow the server to recognize SSL after the key was generated. (basicaLLy copying the VHost code from httpd-vhosts.conf
and adding a few lines.

I modified this file: Ampps\apache\conf\extra\httpd-ssl.conf by adding

NameVirtualHost yourwebsite.com:443
<VirtualHost yourwebsite.com:443>
    <Directory "c:/program files (x86)/ampps/www/yourwebsite.com">
        Options FollowSymLinks Indexes
        AllowOverride All
        Order deny,allow
        allow from All
    </Directory>
    ServerName yourwebsite.com
    ServerAliasyourwebsite.com
    ScriptAlias /cgi-bin/ "c:/program files (x86)/ampps/www/yourwebsite.com/cgi-bin/"
    DocumentRoot "c:/program files (x86)/ampps/www/yourwebsite.com"
    ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/yourwebsite.com.err"
    CustomLog "C:/Program Files (x86)/Ampps/apache/logs/yourwebsite.com.log" combined
    SSLEngine On
    SSLCertificateFile conf/ssl/my-server.cert
    SSLCertificateKeyFile conf/ssl/my-server.key
</VirtualHost>

Is their a better way to do this? Can ampps do this or I was I simply unable to find the script or app? Could this functionality be added?

IP: --   


Threads
 sluiting   SSL in AMPPS, SSL in AMPPS? (26 Replies, Read 73191 times)
    |--  tidus   Hi, I tried...   on December 2, 2011, 6:19 am
    |--  Ikoz   I am in...   on April 13, 2012, 12:06 am
    |--  Ikoz   so I tried...   on April 13, 2012, 12:22 am
    |--  tidus   Hi Ikoz, We...   on April 13, 2012, 4:29 am
    |--  Ikoz   This was bad...   on April 13, 2012, 5:25 am
    |--  tidus   Hi, Just follow...   on April 13, 2012, 5:37 am
    |--  Ikoz   OK, the softpanel.php...   on April 13, 2012, 4:55 pm
    |--  Ikoz   Oh, btw, I...   on April 13, 2012, 5:07 pm
    |--  Ikoz   And one more...   on April 13, 2012, 5:29 pm
    |--  tidus   Hi, The database...   on April 13, 2012, 5:51 pm
    |--  Ikoz   I went thru...   on April 13, 2012, 6:29 pm
    |--  tidus   I went thru...   on April 13, 2012, 6:39 pm
    |--  Ikoz   I did not...   on April 14, 2012, 3:19 am
    |--  tidus   I did not...   on April 14, 2012, 5:33 am
    |--  Ikoz   After submitting my...   on April 14, 2012, 5:58 am
    |--  tidus   Hi, I would...   on April 14, 2012, 6:58 am
    |--  Ikoz   The 2 ampps...   on April 14, 2012, 4:19 pm
    |--  Ikoz   OK, I found...   on April 14, 2012, 5:26 pm
    |--  Ikoz   Last one for...   on April 14, 2012, 5:33 pm
    |--  kevinleijh   hi how long...   on July 13, 2012, 11:02 pm
    |--  tidus   Hi, Certificate will...   on July 14, 2012, 9:31 am
    |--  kevinleijh   im using win...   on July 15, 2012, 2:44 am
    |--  tidus   im using win...   on July 16, 2012, 6:03 am
    |--  kevinleijh   I'm new here...   on July 20, 2012, 4:06 am
    |--  kevinleijh   by the way...   on July 20, 2012, 4:07 am
    |--  adgilcan   Hi I see...   on November 13, 2018, 4:06 pm

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 19, 2024, 11:02 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.041