带有 Youtube 数据的 Apache Nifi API
Apache Nifi with Youtube Data API
我用过youtubeapiURL
https://www.googleapis.com/youtube/v3/commentThreads?key=*****&textFormat=plainText&part=snippet&videoId=XhtNooh2gws&maxResults=50
使用 Nifi GetHttp 处理器,还将 SSL 上下文服务设置为 StandardSSLContextService。但是当 运行 处理器
时它给了我以下错误
javax.net.SSL.PeerUnverifiedException 主机名googleapis.com 与对等方提供的证书主题匹配
我在我的机器上设置了 Java Truststore,并在 Nifi
中为 StandardSSLContextService 提供了 CACERTS 的路径,如下所示
/usr/java/jdk1.8.0_60/jre/lib/security/cacerts.
我用过youtubeapiURL
https://www.googleapis.com/youtube/v3/commentThreads?key=*****&textFormat=plainText&part=snippet&videoId=XhtNooh2gws&maxResults=50
使用 Nifi GetHttp 处理器,还将 SSL 上下文服务设置为 StandardSSLContextService。但是当 运行 处理器
时它给了我以下错误javax.net.SSL.PeerUnverifiedException 主机名googleapis.com 与对等方提供的证书主题匹配
我在我的机器上设置了 Java Truststore,并在 Nifi
中为 StandardSSLContextService 提供了 CACERTS 的路径,如下所示/usr/java/jdk1.8.0_60/jre/lib/security/cacerts.