This can be marked solved.
While I had the certificated required in the application rb files I
just removed them from there and placed in the devise sessions
controller. I also added the following:
OpenID::SimpleSign.store.add_file "#{Rails.root}/config/certs/ca-
bundle.crt"
Not sure why this was working in production locally but it now works
on heroku. Hope someone else finds this useful.
On Sep 28, 2:28 pm, sshefer <[email protected]> wrote:
> After turning on debug mode in production I see the following error
> when loading the request:
>
> Unexpected exception performing discovery for id EXAMPLE.com: Error
> connecting to SSL
> URLhttps://www.google.com/accounts/o8/.well-known/host-meta?hd=EXAMPLE.com:
> SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B:
> certificate verify failed
>
> This is not at all present in my local environment (in both dev and
> prod). I keep the certificate in my config/certs folder but don't
> know why this would happen in this environment but not locally.
>
> On Sep 26, 9:04 pm, Teng Siong Ong <[email protected]> wrote:
>
>
>
> > Like what I have mentioned in the previous post, if you are using OAuth with
> > Federated Login, you might have to register your account and website with
> > google.http://code.google.com/apis/accounts/docs/OpenID.html#settingup
>
> > On Sun, Sep 26, 2010 at 8:07 AM, sshefer <[email protected]> wrote:
> > > correctly previously (in local development) errors would bubble up, so
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.