Topic: Access a website with unauthorized certificates

I am trying to access a https website whose certificates are not authorized. I add the exception in the web browser ( ARC and POSTMASTER) to access its API. But wolfssl gives -313 error.

Is this error related to unauthorized certificates? how can I force wolfSSL to accept unauthorize certificates?

Share

Re: Access a website with unauthorized certificates

Hi malikfehan123,

A -313 is an alert sent from the endpoint you are trying to connect to. If the error were a result of issues with the certificates being sent by the endpoint it would not be a -313 (alert fatal error).

What is the end-point you are attempting to connect to? What protocol are you using (TLS, DTLS, STARTTLS, ...)? What port are you trying to connect on?


It is unlikely your issue is due to certificates, at least from the client's perspective.


Regards,

Kaleb