inactive
369
edits
Line 15: | Line 15: | ||
If the default self-signed SSL certificate is used, curl and PowerShell will display error messages. You can either | If the default self-signed SSL certificate is used, curl and PowerShell will display error messages. You can either | ||
install another SSL certificate or let the tools ignore the errors. | install another SSL certificate or let the tools ignore the errors. | ||
For curl it is | For curl it is: | ||
<code>curl -k ...</code> | <code>curl -k ...</code> |