#19621: curl / polarssl handshake error
--------------------------+----------------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  defect       |     Status:  closed
  Priority:  normal       |  Milestone:  Chaos Calmer (trunk)
 Component:  base system  |    Version:  Trunk
Resolution:  worksforme   |   Keywords:  curl polarssl
--------------------------+----------------------------------
Changes (by hauke):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 This works for me, you have to specify that you want to trust all certs if
 you do not have a certificate store installed.

 {{{
 root@OpenWrt:/# curl -v
 https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
 * Error reading ca cert path /etc/ssl/certs - PolarSSL: (-0x2900) X509 -
 Read/write of file failed
 curl: (77) Error reading ca cert path /etc/ssl/certs - PolarSSL: (-0x2900)
 X509 - Read/write of file failed
 root@OpenWrt:/# curl -k -v
 https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
 * Error reading ca cert path /etc/ssl/certs - PolarSSL: (-0x2900) X509 -
 Read/write of file failed
 > GET /blocklist.php?download=domainblocklist HTTP/1.1
 > User-Agent: curl/7.40.0
 > Host: zeustracker.abuse.ch
 > Accept: */*
 >
 < HTTP/1.1 200 OK
 }}}

 Which OpenWrt version are you using?

--
Ticket URL: <https://dev.openwrt.org/ticket/19621#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to