The issues is not with the certificates.
Got help from WRC.
The problem is that the SSL/TLS test code sends the following request after the handshake:
Set request="GET / HTTP/1.0"
Write request,!,!
Read reply:5
The server responds by closing the connection.
Hence the test was never successful,
The actual Http Request is successful though the ssl test from ssl/tls configurations is failed , misleading issue is with the certificates
Its actual issue solved now
Thanks
- Log in to post comments