Gree-dev-preview plugin missing?

Hi,

I’ve tried to run client, but after accepting policy, i’ve recieved message:
"The requested gree-dev-preview plugin does not appear to be installed"
It’s non existent in google and on this forum.
Beside that, there were warnings:
"InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
"
Dont know if that is relevant.

Regards

Hm… did you mistype the letsencrypt command? If I run

./letsencrypt-auto -agree-dev-preview -d whatever.tld

I get the same error message. However, this works:

./letsencrypt-auto --agree-dev-preview -d whatever.tld

You need two dashes in front of “agree-dev-preview”.

1 Like

Thanks, it was cause of all that trouble. This typo was sent in email form letsencrypt :smile: