☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
January 2017
trader007
January 2017
Kailash
Insecure request warning, how to get rid of this
trader007
January 2017
in
Python client
for every request made to kite, i am getting below warning
C:\Program Files\Anaconda2\lib\site-packages\requests\packages\urllib3\connectionpool.py:838: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See:
https://urllib3.readthedocs.io/en/latest/security.html
InsecureRequestWarning)
can someone please help me to get rid of this
Kailash
January 2017
You shouldn't be getting the warning as our SSL certs should be covered by the CA bundle that ships with Python. Maybe this'll help
http://stackoverflow.com/questions/27981545/suppress-insecurerequestwarning-unverified-https-request-is-being-made-in-pytho
trader007
January 2017
i can disable the warning but how can i genuinely get rid of this?
trader007
January 2017
any help please
@Kailash
Kailash
January 2017
@trader007
Sorry, this unfortunately falls outside the scope of the API as it pertains to Python's stdlib. I'm sure some Googling will help.
This discussion has been closed.