I am attempting to get kibana 6.3 devlopment working
I cloned and ran yarn kbn bootstrap
and attempted to run ./bin/kibana --dev --no-base-path
This was working in 6.2 but in 6.3 i get error unable to verify the first certificate 'unable_to_verify_leaf_signature'
I also set strict-ssl to false in ~/.npmrc .yarnrc
my kibana config does not have any ssl / https i am using http://hostname:9200 for the elastic url
I have also set ssl.verificationMode to false
As an added complication I doing this on a non internet connected pc
not sure what else to do