Posts by texxasrulez

    System Details:



    Debian GNU/Linux 8.7 (jessie)
    PHP Ver: 5.6.30 (Default)
    MYSQL Ver: 5.7.17
    FPM/FastCGI
    Vsftpd Ver: 3.0.2



    i-MSCP 1.4.0 | Build: 20170326 | Codename: ZImmer



    Plugins Installed and Active:



    AdminerSQL - Ver. 1.0.1
    ClamAV - Ver. 1.2.0
    CronJobs - Ver. 1.4.1
    DebugBar - Ver. 1.1.2
    DomainAutoApproval - Ver. 1.1.2
    InstantSSH - Ver. 5.0.1
    LetsEncrypt - Ver. 3.0.0
    Mailgraph - Ver. 1.1.1
    Mailman - Ver. 1.0.3
    Monitorix - Ver. 1.2.2
    OpenDKIM - Ver. 1.1.3
    PanelRedirect - Ver. 1.1.5
    PhpSwitcher - Ver. 3.0.3
    PolicydSPF - Ver. 1.1.0
    PolicydWeight - Ver. 1.1.0
    Postgrey - Ver. 1.1.1
    Postscreen - Ver. 1.1.0
    RoundcubePlugins - Ver. 1.2.6
    ServerDefaultPage - Ver. 1.2.5
    SpamAssassin - Ver. 1.1.1



    I got i-MSCP 1.4.0 installed, worked through some issues reported already, so I will not repeat them again. My i-MSCP build shown above does have changes made by me from developer branch instead of downloading again, and think I found another little bug. Protected Area passwords are behaving strange as described below.


    Steps to Reproduce:
    Try to open a Protected Area Enabled Page, when login box comes up, enter credentials, and login dialog keeps asking for password.
    Temporary fix for Problem
    Go to Protected Area in Control Panel, Manage Users, update password.


    I can now login until I close my browser and try to visit my protected page again and then it starts asking me for a password again.


    Sorry if this has been already reported, I searched and didn't find a report. Thank you and have a nice day ...


    EDIT: Password will work until browser cache is cleared ..

    Thanks alot for that wealth of info. I will surely put it to use ... A listener would be awesome, I appreciate the offer.


    Mysql is running on same machine. I build my own computers so I can pack a good punch in one pc for a good price.


    I mainly am trying to add letsencrypt certs to anything I can in the spirit of ISRG's LetEncrypt reason for developing it with the goal of encrypting the entire web as their motives.


    I am currently working on a caldav enabled calendar plugin for Roundcube to work specifically with Nextcloud "out of the box" and I was working through some errors in my tables and noticed the warning for self signed cert, so that is when I decided to add my letsencrypt cert to it as well. Then, trying to think of ease, I decided to post this for ideas of ease for all i-mscp users if they were so interested.


    I do have this plugin on Github, so all can check it out if you use Roundcube and Nextcloud. Trying to add more functionality to it, and get this new version working before I update to github. What is up there now works ...


    I do thank you for your help, time and information you have given me ... 8)

    I know it is not i-mscp related and that is why I stated that in my post. Just wanted to do a shoutout with the hope/possibility that mysql maybe could be incorporated within LetsEncrypt plugin in future releases if possible just for the sake of easy setup. I have already addressed the situation and got it proper at this time. I should have been a little more clear about my reason for posting.


    I appreciate the reply. Thank you and have a great day ... :)

    System Details:


    Debian GNU/Linux 8.7 (jessie)
    PHP Ver: 5.6.30 (Default)
    MYSQL Ver: 5.7.17
    FPM/FastCGI
    Vsftpd Ver: 3.0.2


    i-MSCP 1.3.16 | Build: 20170107 | Codename: Horner


    Plugins Installed and Active:


    • AdminerSQL - Ver. 1.0.1
    • ClamAV - Ver. 1.2.0
    • CronJobs - Ver. 1.4.1
    • DebugBar - Ver. 1.1.2
    • DomainAutoApproval - Ver. 1.1.2
    • InstantSSH - Ver. 5.0.1
    • LetsEncrypt - Ver. 3.0.0
    • Mailgraph - Ver. 1.1.1
    • Mailman - Ver. 1.0.3
    • Monitorix - Ver. 1.2.2
    • OpenDKIM - Ver. 1.1.3
    • PanelRedirect - Ver. 1.1.5
    • PhpSwitcher - Ver. 3.0.2
    • PolicydSPF - Ver. 1.1.0
    • PolicydWeight - Ver. 1.1.0
    • Postgrey - Ver. 1.1.1
    • Postscreen - Ver. 1.1.0
    • RoundcubePlugins - Ver. 1.2.6
    • ServerDefaultPage - Ver. 1.2.5
    • SpamAssassin - Ver. 1.1.1


    I am investigating a non i-mscp related issue and noticed "CA certificate ca.pem is self signed" in my MySQL error log. Just curious about this as I am using LetsEncrypt. I see no obvious issue pertaining to this, but just wanted to share this as an FYI.


    As always, thank you and keep on truckin' ... :thumbup:

    Just for any LetsEncrypt and Subsonic users, I am listing what I do when it comes time to renew cert for Subsonic and it works for me. Just execute commands below and answer any questions it asks you. I am keeping this in same post as to not have too many results for a search of Subsonic and SSL.


    cd /etc/letsencrypt/live/<domain>


    cat privkey.pem > subsonic.crt
    cat cert.pem >> subsonic.crt
    cat chain.pem >> subsonic.crt


    openssl pkcs12 -in subsonic.crt -export -out subsonic.pkcs12


    keytool -importkeystore -srckeystore subsonic.pkcs12 -destkeystore subsonic.keystore -srcstoretype PKCS12 -srcalias 1 -destalias subsonic


    zip /usr/share/subsonic/subsonic-booter-jar-with-dependencies.jar subsonic.keystore


    service subsonic restart


    Voila, you should be good to go ...


    Thanks and I hope this helps 8)

    Debian 8.6
    i-MSCP 1.3.15
    PHP-FPM


    I want to tweak vsftpd config and I have been browsing the forums for config files on vsftp and haven't found any, so I have started this thread to ask a stupid question or two.


    I have searched for vsftpd config files on my system and everyone I find says I should not touch it as it will be changed by i-mscp. So my first question is where is the config file I can edit?
    My second question then would be is there a vsftpd listener file that I cannot find?


    I appreciate the help and sorry if there already is a post in forum regarding this but I couldn't find the right search pattern to find it ..


    Thanks and have a nice day ...

    I would like to request a feature for Letsencrypt to be able to issue certs for mailing lists with a click of the button.
    Thanks very much and happy holidays ...


    Operation Encrypt the web underway ... 8)

    I still have no joy ... Permissions as follows:


    # LANG=C ls -la
    total 12
    drwxr-x--- 2 vu2003 vu2003 4096 Dec 20 12:41 .
    drwxr-x--- 12 vu2003 vu2003 4096 Oct 29 12:27 ..
    -rwxr-x--- 1 vu2003 vu2003 101 Dec 20 12:42 test.pl


    Using:
    #!/usr/bin/perl
    print "Content-Type: text/html\n\n";
    print "<big>Perl script is working</big>";
    1;