That's Geeky

Engage your cerebral cortex

Login

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • About
  • CLI #Ref
  • Privacy Policy

Tag Archives: ssl

WordPress – SSL login page without SSL admin

Posted on January 1, 2012 by cyberx86
15

In WordPress (v3.3), FORCE_SSL_LOGIN will transmit login credentials over SSL, however, the login page itself may be accessed over HTTP (as opposed to HTTPS). If the login page is accessed via HTTP, the user has no (easy) way of verifying … Continue reading →

Posted in: Systems Admin Tagged: nginx, ssl, wordpress

Verify that SSL caching is working

Posted on July 24, 2011 by cyberx86
Reply

To verify that SSL caching is on, check the Session-ID across multiple sessions (i.e. resume/reconnect) – they should be the same: openssl s_client -host HOSTNAME -port 443 -reconnect | grep ‘Session-ID:’ The equivalent, using gnutls-cli should be: gnutls-cli -V -r … Continue reading →

Posted in: Code Snippets Tagged: ssl, tls

Using Wireshark to Debug FTPES through vsFTP

Posted on January 22, 2011 by cyberx86
Reply

Using Wireshark to Debug FTPES through vsFTP While vsFTP is lightweight and has a relatively good track record, the verbosity of its logs is lacking. Without having an error logged, it can be considerably more difficult to find and resolve … Continue reading →

Posted in: Systems Admin Tagged: filezilla, ftp, ssl, vsftpd

Configuring vsFTPd to use TLS

Posted on January 9, 2011 by cyberx86
Reply

A typical FTP session, will send login information unencrypted. It is a fairly simple matter to configure vsftpd to use SSL/TLS and encrypt connections. You can either create a self-signed certificate for this purpose, or use an existing third-party issued … Continue reading →

Posted in: Systems Admin Tagged: ftp, ssl, tls, vsftpd

Setting up SSL Login on WordPress

Posted on January 8, 2011 by cyberx86
4

I decided that I wanted the login for this site to be over SSL/TLS, instead of unencrypted – at this time, I decided against having the admin area also running under SSL. This article describes how to accomplish the following: … Continue reading →

Posted in: Systems Admin Tagged: apache, certificate, csr, encryption, mod_ssl, ssl, tls, wordpress
March 2021
M T W T F S S
« Aug    
1234567
891011121314
15161718192021
22232425262728
293031  

Popular Posts

  • Physical Activity Ratios
  • Directly connecting to PHP-FPM
  • Connect to Amazon’s Linux via WinSCP as root
  • Installing ApacheBench without Apache on Amazon’s Linux
  • Using Telnet with an SMTP Server
  • Prime Factoring with PHP
  • Basic Diagnostics for Hibernate and Sleep
  • Installing vsftpd on Amazon’s Linux AMI
  • Preparing a Snow Leopard USB Installer
  • Easy Windows-Linux File Sharing with a LiveCD

Tags

apache audio aws backup cache cdn cloudfront command prompt cron diagnostics dkim dns domainkeys EC2 Elastic Block Store email fastcgi filezilla flash ftp hard drive httpd ide linux math named nginx nodejs php postfix rsyslog s3 sata security ssh ssl suhosin time tls varnish virtualbox virtualmin vsftpd windows wordpress

Categories

  • Computers
    • Audio
    • Hardware
    • Internet
    • Multiboot
    • Software
      • Code Snippets
    • Systems Admin
      • Cluster
    • Video
  • Electronics
  • Random
    • Philosophy
  • Science
    • Biology
    • Chemistry
    • Stories

Content copyright © 2021 · That's Geeky

Privacy Policy