Couldn't able to registry schema/Produce or consume message with SSL enabled

We have configured all SSL related properties and use same in mock code too but we are not able to registry schema and producer/consume message.

Note: There is no issue with certificate as schema less approach with SSL is working fine, we have encounter this SSL issue post schema registry configuration and going ahead with AVRO concept.

Error:
Exception in thread “main” javax.net.ssl.SSLException: Received fatal alert: internal_error
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2033)

Hi,
you can try turn on ssl debugging, maybe it will give you some more clue about the exception