Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Force SSL Validation #16

Open
ndebata-ge opened this issue Sep 17, 2018 · 0 comments
Open

Force SSL Validation #16

ndebata-ge opened this issue Sep 17, 2018 · 0 comments

Comments

@ndebata-ge
Copy link

Hi Team,

In GatewayWebRequester ( https://github.com/Azure/hdinsight-phoenix-sharp/blob/master/PhoenixSharp/Requester/GatewayWebRequester.cs )

// ignore certificates ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, sslPolicyErrors) => { return true; };

SSL verification has been bypassed. Is there any way we can enforce SSL verification ?

Thanks,
Narayan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant