Python Forum
Impact of SSL certificate - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Impact of SSL certificate (/thread-23570.html)



Impact of SSL certificate - amitchauhan - Jan-06-2020

I have created a webhook listner in flask. I tested it with third party IP tunneling site and it worked properly. Now I have hosted this app on IIS and installed my organisation's SSl certificate. Do I need to make any change in python script to read webhook ? As I am not able to receive webhook now. I checked with other party who is sending webhook and they confirmed that webhook are firing.
They said they are getting below error on sending webhook

curl: (60) SSL: no alternative certificate subject name matches target host name

can you suggest how to resolve this ?