Welcome Guest. Please Login or Register  


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



Normal Mode | Print  

SSL in AMPPS
Ikoz
Group: Member
Post Group: Newbie
Posts: 19
Status:
After submitting my CSR, I just got my crt files from Network Solutions. Three of them.

1. www.mysite.com.crt
2. AddTrustExternalCARoot.crt
3. NetworkSolutionsDVServerCA.crt

I know which param the first one belongs to, but I am uncertain about the others. My experiments in vhost (my-vhosts.conf) have been unsuccessful. Let me show my excerpt. (Note: httpd-ssl.conf has been disabled, but my-vhosts.conf is loaded, and works for my non-SSL sites. I put all active params from httpd-ssl.conf into my-vhosts)

PHP Code

 Listen 443
AddType application
/x-x509-ca-cert .crt
AddType application
/x-pkcs7-crl    .crl
SSLPassPhraseDialog  builtin
SSLSessionCache        
"shmcb:{$path}/apache/logs/ssl_scache(512000)"
SSLSessionCacheTimeout  300
SSLMutex 
default

NameVirtualHost *:443 
<VirtualHost *.com:443
    <
Directory "c:AMPPSAmppswwwjoomla"
        
Options FollowSymLinks Indexes 
        AllowOverride All 
        Order deny
,allow 
        allow from All 
    
</Directory

    
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

    ServerName mysite
.com 
    ServerAlias www
.mysite.com 
    DocumentRoot 
"c:/AMPPS/Ampps/www/joomla" 
    
ErrorLog "C:/AMPPS/Ampps/apache/logs/joomla.err" 
    
CustomLog "C:/AMPPS/Ampps/apache/logs/joomla.com.log" combined 
    SSLEngine On 
    SSLCertificateFile 
"C:/AMPPS/Ampps/apache/conf/ssl_crt/WWW.MYSITE.COM.crt" 
    
SSLCertificateKeyFile "C:/AMPPS/Ampps/apache/conf/ssl_key/kgv_server.key" 
    
SSLCertificateChainFile "C:/AMPPS/Ampps/apache/conf/ssl_crt/AddTrustExternalCARoot.crt"
    
SSLCACertificatePath "C:/AMPPS/Ampps/apache/conf/ssl_crt"
    
SSLCACertificateFile "C:/AMPPS/Ampps/apache/conf/ssl_crt/NetworkSolutionsDVServerCA.crt"

    
BrowserMatch ".*MSIE.*" 
         
nokeepalive ssl-unclean-shutdown 
         downgrade
-1.0 force-response-1.0    
</VirtualHost



Any idea what could be wrong?

Thanks
IP: --   


Threads
 sluiting   SSL in AMPPS, SSL in AMPPS? (26 Replies, Read 74264 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 May 20, 2024, 7:05 pm.

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