diff --git a/client/djrandom_client/client.py b/client/djrandom_client/client.py
index 79d115305f4fbd1fa4d7c0e8827ceda11a1fb40d..09b342ed350a6d0192f4515db6f159502d7b699a 100644
--- a/client/djrandom_client/client.py
+++ b/client/djrandom_client/client.py
@@ -114,7 +114,7 @@ def main():
                       default=os.path.join(os.getenv('HOME'), 'Music'),
                       help='Path to your music directory')
     parser.add_option('--server_url',
-                      default='http://djrandom.incal.net/receiver',
+                      default='https://djrandom.incal.net/receiver',
                       help='URL to the API endpoint')
     parser.add_option('--bwlimit', type='int',
                       help='Bandwidth limit (in KBps, default unlimited)')
diff --git a/client/djrandom_client/version.py b/client/djrandom_client/version.py
index ace1dd724e046cfbc9d6462120101568a07ff8cd..26906e0da7ec45e10239610992d93b5a1bab8d14 100644
--- a/client/djrandom_client/version.py
+++ b/client/djrandom_client/version.py
@@ -1 +1 @@
-VERSION = '0.2.2'
+VERSION = '0.2.3'