Object not set to an instance of an object#35
Conversation
|
These changes are problematic. Specifically the binding redirects of Also I don't see how your changes might affect the exception you were getting, since the code in itself is semantically the same. I wonder if there was some other problem (network or whatever) when you tried before your changes. May I kindly ask you to try whether the version without your changes does work or not, and if not post the full exception details? |
avonwyss
left a comment
There was a problem hiding this comment.
Please change System.Net.Http binding redirects to 0.0.0.0-4.2.0.0 => 4.1.1.3, and test whether these changes actually fix anything.
…ause of null reference exception. Possibly because await and object creation dont mix well
|
This is the verbose output i am getting with the latest version from your master.
Moving I removed the updated packages stuff. |
I was receiving "object not set to an instance of an object" exception when trying to create certificate for multiple subdomains.
Updated packages and expanded the creation of AcmeAccount. I no longer receive the exception.