✓ Solved

object storage with s3 .net sdk

So I'm trying to use the amazon s3 sdk to communicate with my linode object storage.

I followed this guideline @ Ceph
https://docs.ceph.com/en/latest/radosgw/s3/csharp/

I am getting an SSL handshake issue.

----> System.Security.Authentication.AuthenticationException : The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

1 Reply

✓ Best Answer

I resolved it.
the service url needs to be
config.ServiceURL = "https://us-southeast-1.linodeobjects.com"; // if using atl location

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct