S
@dheepi said in Inconsistent data in instrument dump:
Instrument list API certificate have certificate error when used from command line tools. Though not a showstopper, should be fixed. I have workaround for now
vagrant@ubuntulab:/opt/kite$ wget https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
--2020-12-17 00:09:53-- https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
Resolving margincalculator.angelbroking.com (margincalculator.angelbroking.com)... 3.7.249.209
Connecting to margincalculator.angelbroking.com (margincalculator.angelbroking.com)|3.7.249.209|:443... connected.
ERROR: cannot verify margincalculator.angelbroking.com's certificate, issued by ‘CN=GeoTrust RSA CA 2018,OU=www.digicert.com,O=DigiCert Inc,C=US’:
Unable to locally verify the issuer's authority.
@dheepi Please try wget with --no-check-certificate --quiet option as below :
wget --no-check-certificate --quiet
--method GET
--timeout=0
--header ''
'https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json'