• Etherpad SSL Https pro setup

    Date: 2009.12.21 | Category: etherpad, primarypad, pro

    Don’t wanna use SSL / https for etherpad? Fine.

    Edit trunk/etherpad/src/etherpad/pro/pro_accounts.js

    Replace ‘https://’, httpsHost(pro_utils.getFullProHost()), ‘/ep/account/sign-in?’,

    with

    ‘http://’, httpHost(pro_utils.getFullProHost()), ‘/ep/account/sign-in?’,

    Edit /usr/local/etherpad/trunk/etherpad/src/etherpad/control/pro/pro_main_control.js

    Replace

    evalExpDate: licensing.getLicense().expiresDate,

    with

    // evalExpDate: licensing.getLicense().expiresDate,

    See my other etherpad blog posts for other help in getting pro working

    Report Post As Inappropriate

    Related posts:

    1. Etherpad Pro Sign In and Recovery password pages not working Edit /usr/local/etherpad/trunk/etherpad/src/templates/main/pro_signup_body.ejs Replace Existing Users: Sign in here (and all...
    2. Securing Etherpad admin with a password Etherpad is insecure by default. To secure etherpad edit /usr/local/etherpad/trunk/etherpad/etc/etherpad.localdev-default.properties...
    3. Rebranding Etherpad Changing the logos & brand name from Etherpad to your...
    4. Etherpad with Active Directory (LDAP/AD) So you want to host your own Etherpad deployment and...
    5. Installing Etherpad on Debian IMPORTANT NOTE: THIS DOCUMENTATION IS NOW DATED.  You can now...