Search found 2 matches
- Fri Apr 06, 2018 4:34 pm
- Forum: Mail Server
- Topic: I still get "Invalid request! No data was saved."
- Replies: 0
- Views: 3856
I still get "Invalid request! No data was saved."
After installing VestaCP, I reinstalled the Roundcube database (per https://forum.vestacp.com/viewtopic.php?t=6346) then forced HTTPS via .htaccess file (per https://forum.vestacp.com/viewtopic.php?t=10054) yet after creating an email account in VestaCP, nothing shows up in the roundcube database's ...
- Fri Apr 06, 2018 2:46 pm
- Forum: Mail Server
- Topic: How to force Webmail ssl?
- Replies: 9
- Views: 19133
Re: How to force Webmail ssl?
Didn't work for me. Instead I added this to /var/lib/roundcube/.htaccess in the RewriteRule section: #force SSL usage RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] Before I start I am using centos 7 with nginx and phpfpm. To force webmail to use ssl you need to d...