sfc-gh-spatel2 commented on issue #1113:
URL: https://github.com/apache/polaris/issues/1113#issuecomment-2710101103

   Tested with my Burp Proxy which is a SSL proxy on MAc:
   
   curl http://localhost:7776/cert  -o /tmp/burp.der
   openssl x509 -inform der -in /tmp/burp.der -out /tmp/cacert.pem
   export SSL_CERT_FILE=/tmp/cacert.pem
   
   ./polaris   --base-url "${sfAccountUrl}/polaris"   --proxy 
http://localhost:7776  --client-id ${CLIENT_ID}   --client-secret 
${CLIENT_SECRET}   catalogs   list 
   
   
   All good.  Please close as resolved. @MonkeyCanCode 


-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to