We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

Install openssl



  • Hi,
    i'm trying to enable https on Onion Omega 2.

    I have found some threads here about it but with no result. I'm not able to install openssl. I have tried opkg update and:

    opkg install openssl
    opkg install openssl-util

    Both with same response: Unknown package

    In /etc/opkg/distfeeds.conf i have:

    #src/gz reboot_core http://downloads.lede-project.org/snapshots/targets/ramips/mt7688/packages
    #src/gz reboot_base http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/base
    #src/gz reboot_onion http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/onion
    ## src/gz reboot_luci http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/luci
    ## src/gz reboot_packages http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages
    ## src/gz reboot_routing http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/routing
    ## src/gz reboot_telephony http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/telephony
    src/gz omega2_core http://repo.onion.io/omega2/packages/core
    src/gz omega2_base http://repo.onion.io/omega2/packages/base
    src/gz omega2_packages http://repo.onion.io/omega2/packages/packages
    src/gz omega2_onion http://repo.onion.io/omega2/packages/onion
    

    opkg list *ssl*:

    libmosquitto-nossl
    libmosquitto-ssl
    libopenssl
    libwebsockets-openssl
    mailsend-nossl
    mosquitto-client-nossl
    mosquitto-client-ssl
    mosquitto-nossl
    mosquitto-ssl
    php7-mod-openssl
    python-openssl
    python3-openssl
    ruby-openssl
    shairport-sync-openssl
    transmission-cli-openssl
    transmission-daemon-openssl
    transmission-remote-openssl
    

    Any idea how to install it? Thank you.

    Radim



  • You can just browse through the software repostory yourself on those last repo.onion.io links in your distfeed.conf. Then you'd notice libopenssl (here). opkg search "*openssl*" should work also, though.



  • enable

    src/gz reboot_base http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/base
    

    in /etc/opkg/distfeeds.conf

    Install your packages

    opkg update
    opkg install libopenssl
    opkg install openssl-util
    


  • Hi Fabian,
    looks good. Now i have command openssl.

    Thank you all.



Looks like your connection to Community was lost, please wait while we try to reconnect.