微信支付时须要使用证书访问接口,报以下错误 :html
System.PlatformNotSupportedException: The handler does not support client authentication certificates with this combination of libcurl (7.29.0) and its SSL backend ("NSS/3.28.4").
提示很明显,是由于操做系统的libcurl不支持ssl形成的。linux
具体过程,请参考 https://www.latoooo.com/xia_z...segmentfault
linux也跟windows同样,有支持的库,windows上就是一个个的dll,而linux就是so文件。windows