openssl server : issue with certificates
Posted: Tue Feb 28, 2017 11:07 am
Hi,
I am trying to run the openssl server exmaple from https://github.com/espressif/esp-idf/bl ... l_server.c
The server works fine with the certificates mentioned in the exmaple.
I am testing using
openssl s_client -connect <Ip address of ssl server>:443
However when i try to create my own certificates using openssl or using the make file mentioned in ESP8266 SSL User Manual
Version 1.4
I get errors as follows
6812:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:103:
6812:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed:rsa_eay.c:705:
6812:error:1408D07B:SSL routines:ssl3_get_key_exchange:bad signature:s3_clnt.c:2004:
Has anybody faced similar issues.
I am trying to run the openssl server exmaple from https://github.com/espressif/esp-idf/bl ... l_server.c
The server works fine with the certificates mentioned in the exmaple.
I am testing using
openssl s_client -connect <Ip address of ssl server>:443
However when i try to create my own certificates using openssl or using the make file mentioned in ESP8266 SSL User Manual
Version 1.4
I get errors as follows
6812:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:103:
6812:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed:rsa_eay.c:705:
6812:error:1408D07B:SSL routines:ssl3_get_key_exchange:bad signature:s3_clnt.c:2004:
Has anybody faced similar issues.