Hi,
I'm working with telegraph and I need some clarifications.
After I created the bot I associated it with telegram bot through the token, after I associated the chat and at the end I wanted associate a webhook at the bot; here I had some issues.
When I launched the command
php artisan telegraph:set-webhook
I saw this error
I tried to change the SSL certificate but I had the same issue; I set correctly the APP_URL in the env file with a https link.
I solved the issue disabling the CURLOPT_SSL_VERIFYPEER option in the class CurlFactory.php in this way
I supposed the SELF-SIGNED CERTIFICATE error is given when the firewall and the telegram server exchange their certificates; is it correct? Is it possibile write in the guide a page about the communication?
Thank you for your attention
Hi, I'm working with telegraph and I need some clarifications. After I created the bot I associated it with telegram bot through the token, after I associated the chat and at the end I wanted associate a webhook at the bot; here I had some issues. When I launched the command php artisan telegraph:set-webhook I saw this error I tried to change the SSL certificate but I had the same issue; I set correctly the APP_URL in the env file with a https link. I solved the issue disabling the CURLOPT_SSL_VERIFYPEER option in the class CurlFactory.php in this way I supposed the SELF-SIGNED CERTIFICATE error is given when the firewall and the telegram server exchange their certificates; is it correct? Is it possibile write in the guide a page about the communication? Thank you for your attention