Page 1 of 1

Error saving some modification domain (ssl / ftp add)

Posted: Wed Aug 13, 2014 12:22 am
by rogerio.dobler
Error saving some modification domain (ssl and additional ftp)

Hello, I installed some VPS in the last days and the last'm having problems, I use CentOS 6.5 x64 in the Digital Ocean ...

the first VPS created are normal over the last I installed already seems to be a new version, because some things have changed.

installed 6 days ago

are two errors I found one is when I try to submit an SSL certificate, however that is all right and the three fields filled always appears this error:
Error: root or / and intermediate cerificate not found
(I'm sure that the reported data are correct, because I have done this procedure successfully in other VPS)

The other error is the same screen joined the ssl, every time I click SAVE this error is displayed:
Field "user ftp, ftp user password" can not be blank.

and the strange thing is that never even signed up to any User ftp more

I need to configure ssl certificate, but i can not due to these errors?

is it a bug?

could someone help me?

Re: Error saving some modification domain (ssl / ftp add)

Posted: Fri Aug 15, 2014 12:00 am
by rogerio.dobler
Up

Re: Error saving some modification domain (ssl / ftp add)

Posted: Fri Aug 15, 2014 7:27 pm
by imperio
I'm sure that the reported data are correct, because I have done this procedure successfully in other VPS
VPS with VestaCP ?

Code: Select all

SSL Certificate Authority / Intermediate
Try not to fill
Field "user ftp, ftp user password" can not be blank
We already know about this problem. I think fix will be on next week

Re: Error saving some modification domain (ssl / ftp add)

Posted: Fri Aug 15, 2014 8:22 pm
by rogerio.dobler
I already tested it with several VPS with CentOS and Ubuntu ...

Ubuntu worked properly, more on this CentOS with this problem ...

Strange that I have other givenin working properly on CentOS, but after the last upgrade vesta'm having this problem with the network installation of SSL Only on CentOS

Re: Error saving some modification domain (ssl / ftp add)

Posted: Tue Sep 02, 2014 3:05 am
by LightPeak
Hi, any updates on this? I'm encountering the exact issue.
I'm on CentOS 6.5.

Re: Error saving some modification domain (ssl / ftp add)

Posted: Tue Sep 02, 2014 1:56 pm
by dahamsta
Same here. RapidSSL cert, CentOS 6.5. Tried it using v-add-web-domain-ssl too, no go.

Re: Error saving some modification domain (ssl / ftp add)

Posted: Tue Sep 02, 2014 2:22 pm
by dahamsta
As an interim measure, you can comment out the relevant check in /usr/local/vesta/func/domain.sh. The typo makes it easy to find, search for "cerificate" and then comment out the block, below.

Code: Select all

#    if [ -e "$ssl_dir/$domain.ca" ]; then
#        crt_vrf=$(openssl verify -purpose sslserver \
#            -CAfile $ssl_dir/$domain.ca $ssl_dir/$domain.crt 2>/dev/null |\
#            grep 'OK')
#        if [ -z "$crt_vrf" ]; then
#            echo "Error: root or/and intermediate cerificate not found"
#            log_event "$E_NOTEXIST" "$EVENT"
#            exit $E_NOTEXIST
#        fi
#    fi

Re: Error saving some modification domain (ssl / ftp add)

Posted: Fri Oct 17, 2014 12:16 pm
by homicide
dahamsta wrote:As an interim measure, you can comment out the relevant check in /usr/local/vesta/func/domain.sh. The typo makes it easy to find, search for "cerificate" and then comment out the block, below.

Code: Select all

#    if [ -e "$ssl_dir/$domain.ca" ]; then
#        crt_vrf=$(openssl verify -purpose sslserver \
#            -CAfile $ssl_dir/$domain.ca $ssl_dir/$domain.crt 2>/dev/null |\
#            grep 'OK')
#        if [ -z "$crt_vrf" ]; then
#            echo "Error: root or/and intermediate cerificate not found"
#            log_event "$E_NOTEXIST" "$EVENT"
#            exit $E_NOTEXIST
#        fi
#    fi
That did the trick for me. Thanks! I'm also on CENTOS and had issues with Certs ever since the upgrade.

Re: Error saving some modification domain (ssl / ftp add)

Posted: Sat Oct 18, 2014 5:43 pm
by heihachi88
This bug is still present.