tamermh opened a new issue #2339:
URL: https://github.com/apache/drill/issues/2339


   Hi,
   
   after compiling  apache-drill-1.20.0-SNAPSHOT
   the new parameter **verifySSLCert** always has true as value, i tried many 
time to change it but when i check it back i found it is true
   
   i tried false and "false" and i changed the location but same it keep it true
   
   the following is the storage i created
   {
     "type": "http",
     "connections": {
       "actiondetails": {
         "url": "https://192.168.30.10/?";,
         "requireTail": true,
         "method": "GET",
         "headers": {
           "Authorization": "Bearer xqzJZ7pCoz_EWJwQ1GYW"
         },
         "authType": "none",
         "inputType": "json",
         "xmlDataLevel": 1,
         **"verifySSLCert": true**
       }
     },
     "proxyType": "direct",
     "enabled": true
     
   Please help
   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to