Chapter III. Unified Wire Manager (UM)
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
4.1.2. SSL Certificate
1. Execute the following lines in command prompt and provide info to generate OpenSSL
certificate and keys:
cd "C:\Program Files (x86)\Apache Software Foundation\Apache2.2\conf"
..\bin\openssl req -config openssl.cnf -new -out blarg.csr -keyout blarg.pem
..\bin\openssl rsa -in blarg.pem -out blarg.key
..\bin\openssl x509 -in blarg.csr -out blarg.crt -req -signkey blarg.key -
days 365
2. Browse to the following location:
C:\Program Files (x86)\Apache Software Foundation\Apache2.2\conf\extra\
1. Open the file httpd-ssl.conf and make the following modifications:
Modify "SSLCertificateFile" to "C:\Program Files (x86)\Apache Software
i.
Foundation\Apache2.2\conf\blarg.crt"
Modify "SSLCertificateKeyFile" to "C:\Program Files (x86)\Apache Software
ii.
Foundation\Apache2.2\conf\blarg.key"
On some installation, Apache is seen to report problems regarding SSL cache.
Note
In such a case, do the following in C:\Program Files (x86)\Apache Software
Foundation\Apache2.2\conf\extra\httpd-ssl.conf
i.
Uncomment the following line
SSLSessionCache
Foundation/Apache2.2/logs/ssl_scache"
ii.
Comment the following line
SSLSessionCache
Foundation/Apache2.2/logs/ssl_scache(512000)"
Use the Windows Event Log (Event Viewer) for troubleshooting any installation
Note
related issues.
Chelsio T5/T4 Unified Wire for Windows
"dbm:C:/Program Files (x86)/Apache Software
"shmcb:C:/Program Files (x86)/Apache Software
71
Need help?
Do you have a question about the T5 and is the answer not in the manual?
Questions and answers