# Cannot authenticate with installed SSL Certificate

**URL:** <https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417>\
**Category:** Self-hosting\
**Created:** [January 25, 2016, 2:26am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417 "2016-01-25T02:26:33Z")\
**Posts on this page:** 13\
**Page:** 1

<div class="post-metadata">

**Author:** ![chathura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chathura/32/122014_2.png) [@chathura](https://meta.discourse.org/u/chathura)\
**Post date:** [January 25, 2016, 2:26am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/1 "2016-01-25T02:26:33Z")

</div>

I installed Discourse successfully and its worked perfectly with out SSL certificate. With SSL certificate I can not authenticate , its returns “Unknown error”

 ![](https://global.discourse-cdn.com/meta/original/3X/7/7/7746b33aef606afa8dc4c721531ce284766fb6f0.png)

I can to authenticate using Google , Facebook and Twitter too.

How can I fixe this ?

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [January 25, 2016, 7:18am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/2 "2016-01-25T07:18:29Z")

</div>

As you can see, https in in use here and there is no problem logging in. So this is not a bug, but an error in the installation / configuration.

Have you double checked app.yml for errors?

---

<div class="post-metadata">

**Author:** ![chathura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chathura/32/122014_2.png) [@chathura](https://meta.discourse.org/u/chathura)\
**Post date:** [January 26, 2016, 5:08am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/3 "2016-01-26T05:08:47Z")

</div>

Thank you for your reply , Its not working on Chrome browser Version 46.0.2490.80 (64-bit). Its working on other browsers .

---

<div class="post-metadata">

**Author:** ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)\
**Post date:** [January 26, 2016, 8:25am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/4 "2016-01-26T08:25:47Z")

</div>

Anything in the JS console (F12)?

---

<div class="post-metadata">

**Author:** ![chathura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chathura/32/122014_2.png) [@chathura](https://meta.discourse.org/u/chathura)\
**Post date:** [January 26, 2016, 9:17am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/5 "2016-01-26T09:17:59Z")

</div>

@riking Yes I can see this error

```
https://SERVER_URL/message-bus/60395d0bc6a54f61b011e53e3a23c5e4/poll?dlp=t Failed to load resource: net::ERR_CONNECTION_REFUSED

https://SERVER_URL/message-bus/60395d0bc6a54f61b011e53e3a23c5e4/poll? Failed to load resource: net::ERR_NETWORK_CHANGED
application-fd188041fead0f5fd50060c9dd03bedf.js:1 Uncaught TypeError: Cannot read property 'getResponseHeader' of undefined

https://SERVER_URL/message-bus/60395d0bc6a54f61b011e53e3a23c5e4/poll? Failed to load resource: net::ERR_SPDY_PING_FAILED

https://SERVER_URL/message-bus/60395d0bc6a54f61b011e53e3a23c5e4/poll?dlp=t Failed to load resource: net::ERR_ADDRESS_UNREACHABLE

https://SERVER_URL/message-bus/60395d0bc6a54f61b011e53e3a23c5e4/poll?dlp=t Failed to load resource: net::ERR_CONNECTION_REFUSED

```

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [January 26, 2016, 9:57am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/6 "2016-01-26T09:57:17Z")

</div>

> [@chathura](#):
>
> ERR\_SPDY\_PING\_FAILED

hmmm our current config uses HTTP/2 when is the last time you ran `./launcher rebuild app` ?

---

<div class="post-metadata">

**Author:** ![chathura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chathura/32/122014_2.png) [@chathura](https://meta.discourse.org/u/chathura)\
**Post date:** [January 26, 2016, 12:23pm UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/7 "2016-01-26T12:23:34Z")

</div>

> [@sam](#):
>
> hmmm our current config uses HTTP/2 when is the last time you ran ./launcher rebuild app ?

I did it 4 hours ago

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [January 26, 2016, 4:13pm UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/8 "2016-01-26T16:13:44Z")

</div>

Did you do `git pull` before you rebuilt? That is required…

---

<div class="post-metadata">

**Author:** ![chathura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chathura/32/122014_2.png) [@chathura](https://meta.discourse.org/u/chathura)\
**Post date:** [January 26, 2016, 4:58pm UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/9 "2016-01-26T16:58:23Z")

</div>

@codinghorror I just did `git pull` and rebuilt again . still can not authenticate on Chrome

---

<div class="post-metadata">

**Author:** ![chathura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chathura/32/122014_2.png) [@chathura](https://meta.discourse.org/u/chathura)\
**Post date:** [January 26, 2016, 5:26pm UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/10 "2016-01-26T17:26:01Z")

</div>

I got session error , I can authenticate using Safari and Firefox but not on Chrome

 ![](https://global.discourse-cdn.com/meta/original/3X/2/e/2e0a6f55875822f3694b0e0f9c0aee3ff15a4777.png)

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [January 26, 2016, 6:54pm UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/11 "2016-01-26T18:54:08Z")

</div>

If it is specific to a browser, sounds like an issue with your SSL cert. Where did you purchase your SSL cert from?

---

<div class="post-metadata">

**Author:** ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)\
**Post date:** [January 27, 2016, 12:47am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/12 "2016-01-27T00:47:01Z")

</div>

If you click on the failing POST /session request, what is in the “Response” tab?

---

<div class="post-metadata">

**Author:** ![chathura](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chathura/32/122014_2.png) [@chathura](https://meta.discourse.org/u/chathura)\
**Post date:** [January 27, 2016, 2:59am UTC](https://meta.discourse.org/t/cannot-authenticate-with-installed-ssl-certificate/38417/13 "2016-01-27T02:59:28Z")

</div>

> [@codinghorror](#):
>
> If it is specific to a browser, sounds like an issue with your SSL cert. Where did you purchase your SSL cert from?

SSL cert from [startssl](https://www.startssl.com/)
