Skip to content
This repository has been archived by the owner on Mar 13, 2020. It is now read-only.

javorszky/chassis-openssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chassis-openssl

openSSL module as extension for chassis.io. See https://github.com/Chassis/Chassis and http://docs.chassis.io/en/latest/ for a lot more info.

Usage

  1. Clone this into the extensions folder of your Chassis installation. Use recursive: git clone --recursive https://github.com/javorszky/chassis-openssl.git to get the submodule pulled in as well.

  2. Run vagrant reload --provision or just vagrant up

  3. Create or edit local-config.php in Chassis root and add/edit the following: (see also: https://github.com/Chassis/Chassis/blob/master/docs/config.rst)

     define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/wp');
     define('WP_HOME', 'https://' . $_SERVER['HTTP_HOST']);
    
  4. Profit.

Caveats and known problems:

  1. I haven't tested with multisite.
  2. You'll have to add the .cert file in the root directory of Chassis to your keychain and set it to "Always trust" (right click on it, Get Info) to avoid the red "your connection is not encrypted" message. Don't know how to do it on a Windows machine. Let me know :)

About

[Archived] Chassis has their own fork found here: https://github.com/Chassis/chassis_openssl. Please use that one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published