How to do Client Certificate Authentication using NSURLSession with background session configuration?

446 views Asked by At

My application backend requires Client Certificate authentication. If I configure NSURLSession with default configuration, didReceiveChallenge delegate gets called where I am providing valid client certificate. It successfully completes the task. But in case of background session configuration didReceiveChallenge gets called and I am providing same certificate but it is not working.

0

There are 0 answers