livecheck and distcheck don't honour fetch.ignore_sslcert
For ports that have homepages/master_sites served over https the fetch.ignore_sslcert
keyword is supposed to tell port to ignore the ssl cert associated with the secure server. When fetching the distfile this is honoured, but when performing a livecheck or a distcheck the process fails with an error of the form:
[ram@cizin metaio]$ sudo port livecheck
Error: cannot check if metaio was updated (peer certificate cannot be authenticated with known CA certificates)
[ram@cizin metaio]$
Change History (5)
Milestone: |
MacPorts base bugs →
MacPorts Future
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Milestone: |
MacPorts Future →
MacPorts 2.0.0
|
Fixed the problems with [curl fetch] in r41404.
Additional work needs to update [curl isnewer] and [curl getsize] to support these flags.