Hello,
I am using command "opkg update" and i am going the following error -
wget: server returned error: HTTP/1.1 403 Forbidden
Collected errors:
* opkg_conf_set_option: Unrecognized option: ssl_key=/home/key
* opkg_conf_set_option: Unrecognized option: ssl_key_type=PEM
* opkg_conf_set_option: Unrecognized option: ssl_cert=/home/cert
* opkg_conf_set_option: Unrecognized option: ssl_cert_type=PEM
* opkg_conf_set_option: Unrecognized option: ssl_key_passwd=home/pass
* opkg_conf_set_option: Unrecognized option: ssl_ca_file=/home/ca_file/ca.pem
* opkg_conf_set_option: Unrecognized option: ssl_ca_path=/home/ca_file
i have build opkg with folllowing configure options
./configure --prefix=/usr --enable-sha256=yes --enable-openssl=yes --enable-ssl-curl=yes
and in opkg.conf file i have done following setting
dest root /
option lists_dir /opt//snapshot
option cache_dir /opt//download
option ssl_key /home/key
option ssl_key_type PEM
option ssl_cert /home/cert
option ssl_cert_type PEM
option ssl_key_passwd home/pass
option ssl_ca_file /home/ca_file/ca.pem
option ssl_ca_path /home/ca_file
src remote https://172.231.56.89:/home
Regards
Jatin Jain