I am creating a telegram bot using telepot, as I run this code, The following error comes :
My Code:
token = 'XXXXXXXX'
bot = telepot.Bot(token)
bot.getMe()
Error:
Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1108)')
How to fix this error?