Topic: wolfSSL_connect returns -133 (ALGO_ID_E)

When using wolfSSL_connect the request returns a -133 ALGO_ID_E. Exactly what part of the handshake fails for this error to be returned? I cannot find a more detailed description of -133 than "setting algo id error" so I need help.

Share

Re: wolfSSL_connect returns -133 (ALGO_ID_E)

Hi annettets,

Could you tell us which version of wolfSSL are you working with?

Could you send me the configuration you are using and also let me know if you are using the API:

wolfSSL_CTX_set_cipher_list

?

Would it also be possible for you to enable debugging and make sure you call the API

wolfSSL_Debugging_ON

Could you send me the output of the debug connection attempt?

Finally one other useful bit of information for us would be a wireshark trace of the connection if possible.


Warm Regards,

Kaleb