I am trying to run testbox from the commandline in...
# box-products
w
I am trying to run testbox from the commandline in commandbox. But I am getting this error
Copy code
ERROR (5.5.2+00578)

Error executing tests:Unsupported or unrecognized SSL message
That can be true since I am using an non-official cert in my dev environment. Is there a setting so that
testbox run
can ignore the cert. I still want to use SSL so reverting to http is no option.
OK @bdw429s, am I right in assuming commandbox is using cfhttp for this? Nott 100% sure, but I guess cfhttp in lucee does not have an option to ignore the cert? So in that case I better put my efforts in providing my dev environment with some valid cert or make sure SSL is NOT required at all in my setup.
b
Yes, it uses cfhttp. You'll need to import your cer self signed certs CA into the CLI's trust store
You can easily do this vein the CLI like so
Copy code
#sslCertificateInstall <http://yourhost.com|yourhost.com>
Then restart the cli