I am using windows 7 and python 2.7 I created local https server with redirect url to server as its IP address. I created cert file for https using openssl. Everyting is fine but getting SSL Exception when it redirects to local https server. Since, this server is created locally, everytime my application is launched, so we cannot buy a ssl certificate, since redirect url is system's IP address. I used this for creating local server. So, how to avoid this SSL Exception.

You can use as workaround :