Closed ben-j69 closed 3 years ago
This doesn't seem like a question that's specific to Volley - are you seeing inconsistent behavior where Volley can't perform requests that can be performed with other classes/libraries like HttpURLConnection?
I'd recommend reaching out to a more general Android development help forum like StackOverflow, as this is for reporting bugs in Volley. But please comment/reopen if you're seeing something that you think is a specific issue in Volley.
Hello,
I have implemented certificate pinning with Trustkit and the config file network_security_config.xml, which look like :
It is working perfectly when I am calling urls like .prod.com/ or .preprod.com/ but when I want to call another domain it is blocking everything. Is there a way to fix the configuration ?
Thanks