# Add host - https - cert issue

**URL:** https://forums.suse.com/t/add-host-https-cert-issue/11389
**Category:** Rancher 1.x
**Created:** [August 8, 2018, 8:48am UTC](https://forums.suse.com/t/add-host-https-cert-issue/11389 "2018-08-08T08:48:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![vemi01](https://avatars.discourse-cdn.com/v4/letter/v/ecb155/32.png) [@vemi01](https://forums.suse.com/u/vemi01)
#### Post date: [August 8, 2018, 8:48am UTC](https://forums.suse.com/t/add-host-https-cert-issue/11389/1 "2018-08-08T08:48:21Z")

</div>

Hi guys, I am trying to add a new host to my rancher environment (using v1.6.17). I add the public IP and hostname then copy & paste the docker link to the other host. I am getting CA certificate errors as it provided me with an https link. I set up a different environment previously and I got a http link so I didn’t have this issue. Can you tell me how to use HTTP only for cattle installation?  
Thanks  
Stephen

---

<div class="post-metadata">

### Author: ![superseb](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/superseb/32/2424_2.png) [@superseb](https://forums.suse.com/u/superseb)
#### Post date: [August 8, 2018, 2:08pm UTC](https://forums.suse.com/t/add-host-https-cert-issue/11389/2 "2018-08-08T14:08:17Z")

</div>

The host registration URL is set to `https://` which is why it is included in the command. Rancher runs on port 8080 which you can expose to the outside directly without SSL, or you can terminate your own SSL in front. If you don’t want to use SSL, you should set the Host Registration URL to `http://` and the correct command will be generated.

If you do want to use SSL, you either have to correctly configure the certificate and chain (if the certificate is from a recognized CA) or you can configure self signed certificates which is described here: [https://rancher.com/docs/rancher/v1.6/en/installing-rancher/installing-server/basic-ssl-config/#using-self-signed-certs-beta](https://rancher.com/docs/rancher/v1.6/en/installing-rancher/installing-server/basic-ssl-config/#using-self-signed-certs-beta)
