|
Stories tagged with: ssl
Hosting Multiple SSL Web Sites On One IP Address With Apache 2.2 And GnuTLS (Debian Lenny)
http://www.howtoforge.com/hosting-multiple-ssl-web-sites-on-...
This tutorial describes how you can host multiple SSL-encrypted web sites (HTTPS) on one IP address with Apache 2.2 and GnuTLS on a Debian Lenny server.
Join discussion...
Tags: ssl, https, gnutls, apache, debian, lenny
How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4
http://www.howtoforge.com/how-to-set-up-mysql-database-repli...
This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures.
Join discussion...
Tags: mysql, replication, ssl, encryption, database, centos
How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10
http://www.howtoforge.com/how-to-set-up-mysql-database-repli...
This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures.
Join discussion...
Tags: mysql, replication, ssl, encryption, ubuntu, database
How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny
http://www.howtoforge.com/how-to-set-up-an-ssl-vhost-under-a...
This article explains how you can set up an SSL vhost under Apache2 on Ubuntu 9.10 and Debian Lenny so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. We use the mod_ssl Apache module here to provide strong cryptography for Apache2 via SSL by the help of the Open Source SSL toolkit OpenSSL.
Join discussion...
Tags: apache, ssl, https, openssl, mod_ssl, ubuntu, debian
How To Enable Multiple HTTPS Sites For One IP On Debian Etch Using TLS Extensions
http://www.howtoforge.com/enable-multiple-https-sites-on-one...
This guide is Debian specific but could be ported to other distributions since the concept is the same. In order to use TLS Extensions we have to patch and recompile Apache2 and recompile OpenSSL with the enable-tlsext directive. Since TLS extensions are relatively new, some Internet browsers will not work so the Apache2 server will deliver just the default site as http 1.0 does on an http 1.1 server.
Join discussion...
Tags: debian, tls, ssl, https, tls extensions, linux, server
How to secure an SSL VPN with one-time passcodes and mutual authentication
http://www.howtoforge.com/ssl_vpn_one_time_passcodes_mutual_...
SSL-based VPNs were designed to eliminate the need for complex configurations on the user's PC. Unfortunately, that was before the dangers of public WiFi networks and tougher regulatory requirements came into being. Thanks to WiFi, many attacks that were difficult are now quite simple. In particular, a man-in-the-middle attack can intercept SSL-encrypted traffic, rendering SSL-based VPNs useless - even if it is protected by a typical one-time password system. The man-in-the-middle can easily fee
Join discussion...
Tags: vpn, ssl, authentication, security, man-in-the-middle, linux
Secure Websites Using SSL And Certificates
http://www.howtoforge.com/secure_websites_using_openssl_and_...
This article will guide you through the entire process of setting up a secure website using SSL and digital certificates. This guide assumes that you already have a fully functional (and configured) server running Apache, BIND, and OpenSSL. Just as a side note, this guide was written based on a Fedora Core 6 distribution, but should be the same for most other distros out there.
Join discussion...
Tags: openssl, apache, ssl, certificates, linux, security, https
How to secure WebDAV with SSL and Two-Factor Authentication
http://www.howtoforge.com/webdav_with_ssl_and_two_factor_aut...
This guide documents how to configure a WebDAV resource using SSL and two-factor authentication and how to access that resource from Windows, Linux and Mac.
Join discussion...
Tags: webdav, security, ssl, two-factor authentication, linux
| |
© coRank 2007-2010