Ssl hue oozie服务器的握手错误

Ssl hue oozie服务器的握手错误,ssl,openssl,oozie,hue,Ssl,Openssl,Oozie,Hue,我正在尝试连接支持ssl的oozie服务器,但面临以下ssl问题 Error submitting workflow Batch job for query-pig: ("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",) 从oozie服务器计算机创建CA证书,并将其配置为hue服务器 在我生成的证书的帮助下,我可以使用curl命令从oo

我正在尝试连接支持ssl的oozie服务器,但面临以下ssl问题

Error submitting workflow Batch job for query-pig: ("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",)
从oozie服务器计算机创建CA证书,并将其配置为hue服务器

在我生成的证书的帮助下,我可以使用curl命令从oozie服务器获取状态信息。但问题仅在从服务器进行通信时发生

还在oozie-site.xml属性中添加了代理用户

色尼

[liboozie] # The URL where the Oozie service runs on. This is required in order for # users to submit jobs. Empty value disables the config check. oozie_url=https://Fully Qualified Host name:11443/oozie # Requires FQDN in oozie_url if enabled security_enabled=true use_libpath_for_jars=false # Location on HDFS where the workflows/coordinator are deployed when submitted. remote_deployement_dir=/user/hue/oozie/deployments ssl_cert_ca_verify=true [利布齐] #运行Oozie服务的URL。这是必要的,以便 #用户提交作业。空值将禁用配置检查。 oozie_url=https://Fully 限定主机名:11443/oozie #如果启用,则需要oozie_url中的FQDN 安全性_enabled=true 将_libpath_用于_jars=false #HDFS上提交时部署工作流/协调器的位置。 远程部署目录=/user/hue/oozie/deployments ssl\u cert\u ca\u verify=true
我不知道从curl和hue服务器连接时有什么区别,因为curl对我来说非常适合,而hue服务器不适合。

据我所知,您正在为Oozie使用自签名证书。我认为Oozie和Hue之间的信任没有建立好。我希望以下内容能对您有所帮助:-