python - Install SSL certificate on RHEL 6 -
i have rest-based python service deployed on redhat enterprise linux 6.4 server. needs communicate service deployed on server. remote service in case https service, means need install relevant ssl certificates on server able communicate successfully.
i have received necessary ssl certificate 'cer' file, , tried installing placing in /usr/local/ssl/certs directory (i got running openssl version -d), , generating hashed file .0 extension.
however, when tried use local python rest service communicate remote https service, still did not work. not sure if installed certificate correctly , need this.
Comments
Post a Comment