-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Description
In a previous version of the CLI we could run using https. I've been trying to find which switch to use to get the CLI running in HTTP but haven't found it. Primary reason is that I wanted to try processing an OAuth response from SharePoint Online and that only accepts https endpoints.
I've also ventured into securing the port with a certificate using netsh, but haven't got that to work (yet).
In general, I think the documentation on the exact CLI parameters could use some work :)