HOW CAN OUR TRAC WEBSITE BE SECURED?
Transport Layer Security (TLS) and Secure Sockets Layer (SSL) are
cryptographic protocols that provide secure communications on the
Internet. There are slight differences between SSL and TLS, but they
essentially p...
The Stunnel configuration file (Stunnel.conf) is located in the
C:Program Filesstunnel directory. You will need to edit this file to
secure your Trac site. Below is a good default config file. Simply
replace the contents of Stunnel.conf with this, and edi...
The necessary SSL Files are a certificate (typically cert.pem) and a
key file (typically key.pem). Redrock Software can provide you with
these and an additional file (req.pem) without charge; however, these
files are self-signed by Redrock and will produc...
We always encourage our customers to secure their websites. About
January of 2017, Chrome and Firefox increased their password warnings.
At your login screen, you may read 'This connection is not secure.
Logins entered here could be compromised.'
Here i...
Transport Layer Security (TLS) and Secure Sockets Layer (SSL) are
cryptographic protocols that provide secure communications on the
Internet. There are slight differences between SSL and TLS, but they
essentially provide the same protection.
HTTPS ENCRY...
Stunnel is a program that encrypts all data connections to your Trac
server. Stunnel facilitates this by acting as a proxy between users'
browsers and the Trac application. So, a user would open web browser
and enter in your server address, i.e. HTTPS://T...
Download the latest version of stunnel
(STUNNEL-5.41-WIN32-INSTALLER.EXE), found at WWW.STUNNEL.ORG/DOWNLOAD
[HTTPS://WWW.STUNNEL.ORG/DOWNLOAD]. Once downloaded, install Stunnel
using the default options. For more details about stunnel, goto the
Use SSL E...