hyperledger-archives / aries-mobile-agent-xamarin

Apache License 2.0
39 stars 31 forks source link

SSL connection could not be established #63

Closed rkirandas closed 2 years ago

rkirandas commented 2 years ago

Ran the mediator agent using ngrok url and configured the xamarin's endoint to ngork url and on clicking create wallet getting error 'Failed to create wallet.The SSL connection could not be established see inner exception'

x0axz commented 2 years ago

What is the Ngrok URL? What is the Agent's EndpointUri in Starup.cs and the applicationUrl in Properties/launchSettings.json?

rkirandas commented 2 years ago

As per mentioned in video https://www.loom.com/share/5c52c185673046b688bdd1ef7d280185 . I created an ngrok public uri based on 5000 port and modified it in the Mediator Agent's EndpointUri in Starup.cs (didnt do anything on Properties/launchSettings.json) and also changed the options.EndpointUri to the same in Aries MAX.

rkirandas commented 2 years ago

@x0axz

When I used local port ( Opened a mediator in wifi network and opened that port in firewall do that the app is in same network and can access mediator ) instead I got an error in Mobile App side Cannot Create Wallet - Connection Refused

What are the actual steps to setup mobile wallet. Any help would be appreciated

rkirandas commented 2 years ago

@x0axz

Were you able setup the Aries Max without any issue? If yes Can you give me step by step walkthrough.

softronsts commented 2 years ago

I am having the same issue. Closed this issue based on what resolution?

rkirandas commented 1 year ago

I am having the same issue. Closed this issue based on what resolution?

I switched to https://github.com/hyperledger/aries-mobile-agent-react-native. Looks like the issues aren't tracked anymore