I solved my problem with a change in my configuration.
I added these lines into my wp-config.php
putenv('TMPDIR=/mytempfolder/');
define('WP_TEMP_DIR', '/mytempfolder/');
After this installation went through without any warning.
After that, I installed the certificates within the Hosteurope KIS and was encrypted one minute later. Thank you!
This leaves me with one question: Is it possible to use the uploads folder for temporary actions instead of the servertemp?
Hi, thanks for the report. I’m glad you could fix it yourself! 🙂
It should be possible to use the uploads folder by passing it to the above environment var/constant like you did. I can’t think of anything that would prevent it.
mytempfolder is my wordpress root directory next to wp-config.php etc.
What error-messages do you have?
I had an ftp-User and the permissons of that folder were 770. However – this was only a workaround to make the plugin generate the certificate. I still have to manually paste the certificate into Host-Europes KIS.
Well, this brings me to the question: Did you also manually integrate your certificate into the KIS?
Because the plugin does not give you the ability to automate that process. And there is also no way to integrate more than one domain into your certificate.
I tried with these permissions too and yes, I had to integrate it manually. Are you able to use the regenerate feature? The zerossl.com route allows to integrate several domains. I think I will be looking into hosting providers with let”s encrypt support. Thank you!
That would also have been my suggestion.
I have another customer, where the hoster integrates letsencrypt into its backend with autoregenerate and everything.
But I see HostEuropes point: They want to sell their SSL.
And I am able to use the regenerate feature, but I have to switch back to http for the process, because another error pops up.
So basically regenerating my certificate with thisn plugin looks like this:
1. Set my site to http
2. Regenerate the certificate
3. Download it with FTP
4. Insert it into HE
5. Switch back to https
Not really comfortable, but for now, I’m living with it.
But I want to integrate my other domains as well, which brings me back to another hoster or another way to regenerate my certificates.
All a work in progress, I’d say.