Closed csharpbd closed 3 years ago
One of my colleagues found the solution. There are two steps to solve the issue.
1) Remove HTTPS from your hostname
Connection string should be:
"DatabaseSettings": {
"ConnectionName": "CloudDBConnection",
"Host": "xxxxxxxx.arangodb.cloud",
"Port": 8529,
"UserName": "root",
"Password": "xxxxxxxx",
"DatabaseName": "KKBDTestDB"
}
2) Download the public key for windows from the ArangoDB cloud and follow the following steps:
Convert Certificate (PEM) to ca-xxxxxxx.crt
Open a Powershell with Run as Administrator
certutil -addstore root ca-xxxxxxx.crt
I'm getting an error while I'm trying to connect the ArangoDB Cloud (ArangoDB Oasis) database. It is working fine with my local installed ArangoDB database. The driver is returning an error when I'm trying to deploy the database in ArangoDB Cloud (ArangoDB Oasis).
Error: System.Net.WebException: 'No such host is known No such host is known'
Connection String Settings:
Database Connection: