You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VMware Cloud Director has an issue (10.5.1) about TLS SHA-1 Server Signatures .....
Right now from chrome or browser need to enable TLS SHA-1 Server Signatures (because default its disabled)
Because of that also on Photon OS 5 my HAProxy could not establish ssl
On Photon os how to configure openssl for allow TLS SHA-1 Server Signatures ?
TLS 1.0 is disabled, yes. On Ph5 you can enable it by modifying /etc/gnutls/default-priorities. Simply replace the !sign with a + : SYSTEM=NONE:!VERS-SSL3.0:+VERS-TLS1.0:+VERS-TLS1.1:+VERS-TLS1.2:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL
You can check the protocols and MACs by gnutls-cli --priority @SYSTEM -l.
See https://vmware.github.io/photon/assets/files/html/3.0/photon_admin/disabling-tls-1.0.html.
Describe the bug
VMware Cloud Director has an issue (10.5.1) about TLS SHA-1 Server Signatures .....
Right now from chrome or browser need to enable TLS SHA-1 Server Signatures (because default its disabled)
Because of that also on Photon OS 5 my HAProxy could not establish ssl
On Photon os how to configure openssl for allow TLS SHA-1 Server Signatures ?
Reproduction steps
1.curl -v https://vcdnanem:443
2.
3.
...
Expected behavior
when try to cpnnect you can see that connection is not est ....
Additional context
No response
The text was updated successfully, but these errors were encountered: