I am encountering a panic from SDK when making a CreateInvoice request. After did several testing I received the following error through manually make HTTP Request instead of using SDK:
tls: failed to verify certificate: x509: certificate signed by unknown authority
Is there any chance to return it as an error instead of panic the whole system ?
I am encountering a panic from SDK when making a
CreateInvoicerequest. After did several testing I received the following error through manually make HTTP Request instead of using SDK:Is there any chance to return it as an error instead of panic the whole system ?