StartSSL Certificate Installation

Problems with the Windows version of XAMPP, questions, comments, and anything related.

StartSSL Certificate Installation

Postby CaptainDuude » 24. March 2014 23:06

I got a StartSSL Certificate. I got the httpd-ssl.conf file setup but it doesn't work. Can someone find the error? I'm using Xampp to run apache on my Windows computer.

Code: Select all
Listen 443
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5
SSLPassPhraseDialog  builtin
<VirtualHost _default_:443>
DocumentRoot "C:/xampp/htdocs"
ServerName www.clinkstr.com
ServerAdmin admin@example.com
ErrorLog "C:/xampp/apache/logs/error.log"
TransferLog "C:/xampp/apache/logs/access.log"
SSLEngine on
SSLCertificateFile "conf/ssl.crt/server.crt"
SSLCertificateKeyFile "conf/ssl.key/server.key"
SSLCertificateChainFile "c:/Apache24/conf/server-ca.crt"
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory "C:/xampp/apache/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
BrowserMatch "MSIE [2-5]" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog "C:/xampp/apache/logs/ssl_request.log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>   
In Xampp, it says

Error: Apache shutdown unexpectedly.
5:57:18 PM  [Apache]    This may be due to a blocked port, missing dependencies,
5:57:18 PM  [Apache]    improper privileges, a crash, or a shutdown by another method.
5:57:18 PM  [Apache]    Press the Logs button to view error logs and check
5:57:18 PM  [Apache]    the Windows Event Viewer for more clues
5:57:18 PM  [Apache]    If you need more help, copy and post this
5:57:18 PM  [Apache]    entire log window on the forums
CaptainDuude
 
Posts: 1
Joined: 24. March 2014 23:03
Operating System: Windows

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 102 guests