unable to login - SSLError
-
@Manoj123
Just do thisself.angel_obj = SmartConnect(api_key=self.config["API_KEY"],disable_ssl=True)
Just add this parameter disable_ssl=True while calling SmartConnect class.
This will skip the ssl_certificate validation.
-
@stocksdeveloper This shouldn't be solution. You cannot expect us to disable ssl for this. Here requests are not a plain get request.
-
@lakshmi_73
How to achieve this in Java ? -
@sidsam12
This is not a solution, this is workaround.
Even i thought it would break some of the requests but I am running by disabling certificate validation and so far things are working fine. -
@pashriva
I am not sure pashriva, I use only python sdk.
But things should be similar in java also. Check the smartapi code. -
@stocksdeveloper thanks boss it worked
-
-
@lakshmi_73 thanks. it's working now
-
any update on this ?
-
@ms said in unable to login - SSLError:
any update on this ?
This has been already resolved.