Skip to content

How to specify --endpoint-url and --no verify-ssl #2616

Answered by ashishdhingra
dotnetwizard asked this question in Q&A
Discussion options

You must be logged in to vote

@dotnetwizard Good afternoon. All service clients (e.g. AmazonS3Client) support an overloaded constructor that allow you to pass service specific ClientConfig object (e.g. AmazonS3ClientConfig). The base class ClientConfig supports ServiceURL property which maps to CLI's --endpoint-url. The --no-verify-ssl option in AWS CLI bypasses (overrides) the default behavior of verifying SSL certificates. Unfortunately, per #686 (comment), AWS SDK for .NET does not support server side SSL validation.

Thanks,
Ashish

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants