VarunS2002 / Python-NSE-Option-Chain-Analyzer

The NSE has a website which displays the option chain in near real-time. This program retrieves this data from the NSE site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain and visually displays the trend in various indicators useful for Technical Analysis.
GNU General Public License v3.0
405 stars 214 forks source link

SSL Wrong Version Number #12

Closed MahadevanAnandhan closed 3 years ago

MahadevanAnandhan commented 3 years ago

am getting below error after start the .py file

requests.exceptions.SSLError: HTTPSConnectionPool(host='www.nseindia.com', port=443): Max retries exceeded with url: /products-services/equity-derivatives-list-underlyings-information (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123)')))

VarunS2002 commented 3 years ago

@MahadevanAnandhan Have you tried running it today? Or the .exe file?

MahadevanAnandhan commented 3 years ago

@MahadevanAnandhan Have you tried running it today? Or the .exe file?

Tried today, py file and exe, getting the same error for both

It is working without proxy. not working through the proxy.

VarunS2002 commented 3 years ago

@MahadevanAnandhan Then it is not a problem in this program, the website probably doesn't allow proxy connections