Domain is already processing an SSL request.

microz

Verified User
Joined
Jun 10, 2009
Messages
122
Location
Santiago, Chile
Hi,

I'm getting this message after click on request letsencrypt certificate, as user, in ssl section.

"Domain is already processing an SSL request. Please allow it to finish before making other changes."

Any suggestion about how I can solve this?

It's a new account in directadmin.

Rgds
 
Seems like you need to wait, because SSL request is processing. The reason behind this might be the AUTO SSL feature in Directadmin is requesting a certificate for that domain. You can disable this feature but I don't see a reason to disable this awesome feature.
 
I'm already going to DA. The last time I used it was 4 years ago and that's fair. Thanks for reminding me about
Code:
da
 
Thanks for reminding me about
Thank you too for reminding me for the new config options. I'm so rusted in using the ./build commands in the custombuild directory that I really must start getting use to using the "new" commands. :)
 
Just login via SSH and delete ssl.lock file.

For example:

Code:
cd /usr/local/directadmin/data/users/myuser/domains
rm domainname.com.ssl.lock
This is great thanks
 
Last edited:
Back
Top