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 updateand:opkg install openssl
 opkg install openssl-utilBoth 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/onionopkg 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-opensslAny idea how to install it? Thank you. Radim 
 
- 
					
					
					
					
 You can just browse through the software repostory yourself on those last repo.onion.iolinks in yourdistfeed.conf. Then you'd noticelibopenssl(here).opkg search "*openssl*"should work also, though.
 
- 
					
					
					
					
 enable src/gz reboot_base http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/basein /etc/opkg/distfeeds.conf Install your packages opkg update opkg install libopenssl opkg install openssl-util
 
- 
					
					
					
					
 Hi Fabian, 
 looks good. Now i have commandopenssl.Thank you all.