-
Etherpad SSL Https pro setup
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
Related posts:
- 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...
- 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...
- Rebranding Etherpad Changing the logos & brand name from Etherpad to your...
- Etherpad with Active Directory (LDAP/AD) So you want to host your own Etherpad deployment and...
- Installing Etherpad on Debian IMPORTANT NOTE: THIS DOCUMENTATION IS NOW DATED. You can now...