Hi Guys,
In every version, i am getting below vulnerabilities and really couldnt find out the way to fix it...
1. SSL Certificate Signed using Weak Hashing Algorithm
Details : The remote service uses an SSL certificate that has been signed using a cryptographically weak hashing algorithm - MD2, MD4, or MD5. These algorithms are known to be vulnerable to collision attacks.
2. SSL / TLS Renegotiation Handshakes MiTM Plaintext Data Injection
Details : The remote service encrypts traffic using TLS / SSL but allows a client to renegotiate the connection after the initial handshake. An unauthenticated remote attacker may be able to leverage this issue to inject an arbitrary amount of plaintext into the beginning of the application protocol stream, which could facilitate man-in-the-middle attacks if the service assumes that the sessions before and after renegotiation are from the same 'client' and merges them at the application layer.
Can anyone please guide me to fix these SSL related vulnerabilities...
Thanks |