I am using retrofit for data transfer, but few days ago i got problem with ssl certificates:
SSL handshake aborted ssl=0x7b93fcc0 error during system call. Connection reset by peer
as I understand I need to add tlsv1 certificate inside retrofit...
any suggestions how to do it?