TLS error - include certificates?
SirukakSosta opened this issue · 1 comments
Hello all.
Our team is going to take advantage hyperledger Aries technology and create a voting system. At the moment we are trying to create a POC in order to proceed.
We have setup an Aries-go rest api agent (Bob). Bob is the only source to create invitation links. (Alice) is the react native agent that is going to accept the invitation.
We have stucked 2 weeks now trying to understand why we can’t connect with Alice agent to Bob agent and accept the invitation. Bob always logs a TLS error.
Is there a way to sign certificate from the react native agent side?
Is there a possibility that react native js http protocols and Aries go rest api agent protocols cant communicate due to http algorithmic differences with go and js?
Does anyone have a sample code or a simple demo using react native agent with a simple go agent ?
Thank you very much
It could be a difference over what TLS encryption cyphers are used. React Native leverage the under OS network system, so it is whatever Android supports. We use https connections including secure websocket and have not had any issue.