You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include certificate pinning hashes in the service configuration
This change allows the SDKs to consume hashes used for certificate
pinning. This means that the end user does not have to configure
certificate pinning manually or using a IDE to have pinning with
their provisioned services.
// TODO: Make the InsecureSkipVerify here configurable. I think there will be times when we don't want to allow auto-pinning to unverified certificates.
39
+
// TODO: Allow for the Host variable to contain a port. So split it and then if there's a port use that, else use 443.
// TODO: Do we want to loop through here? The command here https://developer.mozilla.org/en-US/docs/Web/HTTP/Public_Key_Pinning only returns what we are currently returning.
0 commit comments