Azurel
Silver Pleskian
Hi. I have add lets encrypt extension in plesk 12.5 and add SSL (lets enrypt) to my domain. After that I change all scheduled tasks from http to https. example:
curl --silent --user user:mypass https://www.domain.tld/my_script?param1=value1¶m2=value2
but that failed now.
Can anybody help me here?
Update:
--insecure not help in curl.
I tested it with wget too
wget https://www.domain.tld/my_script?param=1 --user=abc --password=xyz --auth-no-challenge
with --no-check-certificate its working. is this a bug in lets encrypt extension?
curl --silent --user user:mypass https://www.domain.tld/my_script?param1=value1¶m2=value2
but that failed now.
Can anybody help me here?
Update:
--insecure not help in curl.
I tested it with wget too
wget https://www.domain.tld/my_script?param=1 --user=abc --password=xyz --auth-no-challenge
with --no-check-certificate its working. is this a bug in lets encrypt extension?
Last edited: