nisamudeen97
Regular Pleskian
Hi,
As per latest announcement from paypal they have requested to change signing request from SHA-1 to SHA-2. I am having Centos 6.8 with plesk 12.5.30 meanwhile it is still showing SHA-1
I have tried the suggestions in kb articles https://kb.plesk.com/en/123904 and https://kb.plesk.com/124821 Still it is showing sha1
openssl s_client -connect hostname/website:443 < /dev/null 2>/dev/null | openssl x509 -text -in /dev/stdin | grep "Signature Algorithm"
Signature Algorithm: sha1WithRSAEncryption
Signature Algorithm: sha1WithRSAEncryption
I am using nginx reverse proxy. My apache and nginx versions are below.
httpd -v
Server version: Apache/2.2.15 (Unix)
Server built: May 11 2016 19:28:33
nginx -v
nginx version: nginx/1.11.1
Let me know the possible ways of solving the issue.
As per latest announcement from paypal they have requested to change signing request from SHA-1 to SHA-2. I am having Centos 6.8 with plesk 12.5.30 meanwhile it is still showing SHA-1
I have tried the suggestions in kb articles https://kb.plesk.com/en/123904 and https://kb.plesk.com/124821 Still it is showing sha1
openssl s_client -connect hostname/website:443 < /dev/null 2>/dev/null | openssl x509 -text -in /dev/stdin | grep "Signature Algorithm"
Signature Algorithm: sha1WithRSAEncryption
Signature Algorithm: sha1WithRSAEncryption
I am using nginx reverse proxy. My apache and nginx versions are below.
httpd -v
Server version: Apache/2.2.15 (Unix)
Server built: May 11 2016 19:28:33
nginx -v
nginx version: nginx/1.11.1
Let me know the possible ways of solving the issue.