With NZB+ I was able to connect via https without issue.
Hostname is your IP or domain.name
Leave port field empty
URL extension is /couchpotato/
API Key is what is found within Settings > General of CP
Use SSL is checked
Enable Authentication and insert your username and password.
@dzouda, unfortunately that app is not compatible with my device and therefore I cannot test it.
###Update
@valkyre14, for the ShowsRage app… change your /etc/apache2/sites-enabled/sickrage.conf to this:
<Location /sickrage>
ProxyPass http://localhost:8081/sickrage
ProxyPassReverse http://localhost:8081/sickrage
Satisfy Any
Allow from all
#AuthType Digest
#AuthName "rutorrent"
#AuthUserFile '/etc/htpasswd'
#Require user quickbox
</Location>
<Location /sickrage/api>
Satisfy Any
Allow from all
</Location>
And within the settings for the Server:
Use HTTPS? []
Self-signed certificate? Only check if you don’t have Let’s Encrypt and a domain.name
Hostname = your serverip or domain.name
Port Number = leave blank
Path = sickrage/api
API Key = YourAPIKey
Use basic auth? []
Username/Password
Then Test should be successful and now you’re cooking with hot water.