* [meta-mozilla] Can't access any HTTPS page
@ 2012-03-05 14:08 Gary Thomas
2012-03-05 14:18 ` Andreas Müller
0 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2012-03-05 14:08 UTC (permalink / raw)
To: openembedded-devel
I've added firefox to my platform by adding the meta-mozilla layer
(and it's requirements). To include firefox, all I did was
CORE_EXTRA_IMAGE_INSTALL += "firefox"
With this setup, firefox works, but not with any SSL page,
e.g. trying to access https://google.com/mail gives me this
error screen:
Secure Connection Failed
An error occurred during a connection to accounts.google.com.
security library: memory allocation failure.
(Error code: sec_error_no_memory)
The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
Did I miss something? Has anyone else tried this?
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [meta-mozilla] Can't access any HTTPS page 2012-03-05 14:08 [meta-mozilla] Can't access any HTTPS page Gary Thomas @ 2012-03-05 14:18 ` Andreas Müller 2012-03-05 14:34 ` Gary Thomas 0 siblings, 1 reply; 7+ messages in thread From: Andreas Müller @ 2012-03-05 14:18 UTC (permalink / raw) To: openembedded-devel On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas <gary@mlbassoc.com> wrote: > I've added firefox to my platform by adding the meta-mozilla layer > (and it's requirements). To include firefox, all I did was > CORE_EXTRA_IMAGE_INSTALL += "firefox" > > With this setup, firefox works, but not with any SSL page, > e.g. trying to access https://google.com/mail gives me this > error screen: > > Secure Connection Failed > An error occurred during a connection to accounts.google.com. > security library: memory allocation failure. > (Error code: sec_error_no_memory) > > The page you are trying to view can not be shown because the authenticity > of the received data could not be verified. > Please contact the website owners to inform them of this problem. > Alternatively, use the command found in the help menu to report this broken > site. > > Did I miss something? Has anyone else tried this? > > Thanks > Is the time of your system valid ( if I remember right I had similar when system time was unbuffered initial at 01.01.2000 )? Andreas ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-mozilla] Can't access any HTTPS page 2012-03-05 14:18 ` Andreas Müller @ 2012-03-05 14:34 ` Gary Thomas 2012-03-05 15:04 ` Andreas Müller 0 siblings, 1 reply; 7+ messages in thread From: Gary Thomas @ 2012-03-05 14:34 UTC (permalink / raw) To: openembedded-devel On 2012-03-05 07:18, Andreas Müller wrote: > On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas<gary@mlbassoc.com> wrote: >> I've added firefox to my platform by adding the meta-mozilla layer >> (and it's requirements). To include firefox, all I did was >> CORE_EXTRA_IMAGE_INSTALL += "firefox" >> >> With this setup, firefox works, but not with any SSL page, >> e.g. trying to access https://google.com/mail gives me this >> error screen: >> >> Secure Connection Failed >> An error occurred during a connection to accounts.google.com. >> security library: memory allocation failure. >> (Error code: sec_error_no_memory) >> >> The page you are trying to view can not be shown because the authenticity >> of the received data could not be verified. >> Please contact the website owners to inform them of this problem. >> Alternatively, use the command found in the help menu to report this broken >> site. >> >> Did I miss something? Has anyone else tried this? >> >> Thanks >> > Is the time of your system valid ( if I remember right I had similar > when system time was unbuffered initial at 01.01.2000 )? Yes, the time is set correctly. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-mozilla] Can't access any HTTPS page 2012-03-05 14:34 ` Gary Thomas @ 2012-03-05 15:04 ` Andreas Müller 2012-03-05 15:17 ` Gary Thomas 0 siblings, 1 reply; 7+ messages in thread From: Andreas Müller @ 2012-03-05 15:04 UTC (permalink / raw) To: openembedded-devel On Mon, Mar 5, 2012 at 3:34 PM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2012-03-05 07:18, Andreas Müller wrote: >> >> On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas<gary@mlbassoc.com> wrote: >>> >>> I've added firefox to my platform by adding the meta-mozilla layer >>> (and it's requirements). To include firefox, all I did was >>> CORE_EXTRA_IMAGE_INSTALL += "firefox" >>> >>> With this setup, firefox works, but not with any SSL page, >>> e.g. trying to access https://google.com/mail gives me this >>> error screen: >>> >>> Secure Connection Failed >>> An error occurred during a connection to accounts.google.com. >>> security library: memory allocation failure. >>> (Error code: sec_error_no_memory) >>> >>> The page you are trying to view can not be shown because the >>> authenticity >>> of the received data could not be verified. >>> Please contact the website owners to inform them of this problem. >>> Alternatively, use the command found in the help menu to report this >>> broken >>> site. >>> >>> Did I miss something? Has anyone else tried this? >>> >>> Thanks >>> >> Is the time of your system valid ( if I remember right I had similar >> when system time was unbuffered initial at 01.01.2000 )? > > > Yes, the time is set correctly. > AArgh - the system time caused trouble on cookies - other issue sorry. In midori it helped to install glib-networking ( see meta-oe commit a56bff13b9d22b608352501fbb3ef124e7147bda ). Maybe this helps for firefox too? Andreas ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-mozilla] Can't access any HTTPS page 2012-03-05 15:04 ` Andreas Müller @ 2012-03-05 15:17 ` Gary Thomas 2012-03-05 22:40 ` Gary Thomas 0 siblings, 1 reply; 7+ messages in thread From: Gary Thomas @ 2012-03-05 15:17 UTC (permalink / raw) To: openembedded-devel On 2012-03-05 08:04, Andreas Müller wrote: > On Mon, Mar 5, 2012 at 3:34 PM, Gary Thomas<gary@mlbassoc.com> wrote: >> On 2012-03-05 07:18, Andreas Müller wrote: >>> >>> On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas<gary@mlbassoc.com> wrote: >>>> >>>> I've added firefox to my platform by adding the meta-mozilla layer >>>> (and it's requirements). To include firefox, all I did was >>>> CORE_EXTRA_IMAGE_INSTALL += "firefox" >>>> >>>> With this setup, firefox works, but not with any SSL page, >>>> e.g. trying to access https://google.com/mail gives me this >>>> error screen: >>>> >>>> Secure Connection Failed >>>> An error occurred during a connection to accounts.google.com. >>>> security library: memory allocation failure. >>>> (Error code: sec_error_no_memory) >>>> >>>> The page you are trying to view can not be shown because the >>>> authenticity >>>> of the received data could not be verified. >>>> Please contact the website owners to inform them of this problem. >>>> Alternatively, use the command found in the help menu to report this >>>> broken >>>> site. >>>> >>>> Did I miss something? Has anyone else tried this? >>>> >>>> Thanks >>>> >>> Is the time of your system valid ( if I remember right I had similar >>> when system time was unbuffered initial at 01.01.2000 )? >> >> >> Yes, the time is set correctly. >> > AArgh - the system time caused trouble on cookies - other issue sorry. > > In midori it helped to install glib-networking ( see meta-oe commit > a56bff13b9d22b608352501fbb3ef124e7147bda ). Maybe this helps for > firefox too? Sorry, no change. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-mozilla] Can't access any HTTPS page 2012-03-05 15:17 ` Gary Thomas @ 2012-03-05 22:40 ` Gary Thomas 2012-03-06 0:17 ` Andreas Müller 0 siblings, 1 reply; 7+ messages in thread From: Gary Thomas @ 2012-03-05 22:40 UTC (permalink / raw) To: openembedded-devel On 2012-03-05 08:17, Gary Thomas wrote: > On 2012-03-05 08:04, Andreas Müller wrote: >> On Mon, Mar 5, 2012 at 3:34 PM, Gary Thomas<gary@mlbassoc.com> wrote: >>> On 2012-03-05 07:18, Andreas Müller wrote: >>>> >>>> On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas<gary@mlbassoc.com> wrote: >>>>> >>>>> I've added firefox to my platform by adding the meta-mozilla layer >>>>> (and it's requirements). To include firefox, all I did was >>>>> CORE_EXTRA_IMAGE_INSTALL += "firefox" >>>>> >>>>> With this setup, firefox works, but not with any SSL page, >>>>> e.g. trying to access https://google.com/mail gives me this >>>>> error screen: >>>>> >>>>> Secure Connection Failed >>>>> An error occurred during a connection to accounts.google.com. >>>>> security library: memory allocation failure. >>>>> (Error code: sec_error_no_memory) >>>>> >>>>> The page you are trying to view can not be shown because the >>>>> authenticity >>>>> of the received data could not be verified. >>>>> Please contact the website owners to inform them of this problem. >>>>> Alternatively, use the command found in the help menu to report this >>>>> broken >>>>> site. >>>>> >>>>> Did I miss something? Has anyone else tried this? >>>>> >>>>> Thanks >>>>> >>>> Is the time of your system valid ( if I remember right I had similar >>>> when system time was unbuffered initial at 01.01.2000 )? >>> >>> >>> Yes, the time is set correctly. >>> >> AArgh - the system time caused trouble on cookies - other issue sorry. >> >> In midori it helped to install glib-networking ( see meta-oe commit >> a56bff13b9d22b608352501fbb3ef124e7147bda ). Maybe this helps for >> firefox too? > > Sorry, no change. > The real question though is "does firefox HTTPS built from meta-mozilla actually work for anyone?" If so, what configuration (target platform, etc) works? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-mozilla] Can't access any HTTPS page 2012-03-05 22:40 ` Gary Thomas @ 2012-03-06 0:17 ` Andreas Müller 0 siblings, 0 replies; 7+ messages in thread From: Andreas Müller @ 2012-03-06 0:17 UTC (permalink / raw) To: openembedded-devel On Mon, Mar 5, 2012 at 10:40 PM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2012-03-05 08:17, Gary Thomas wrote: >> >> On 2012-03-05 08:04, Andreas Müller wrote: >>> >>> On Mon, Mar 5, 2012 at 3:34 PM, Gary Thomas<gary@mlbassoc.com> wrote: >>>> >>>> On 2012-03-05 07:18, Andreas Müller wrote: >>>>> >>>>> >>>>> On Mon, Mar 5, 2012 at 3:08 PM, Gary Thomas<gary@mlbassoc.com> wrote: >>>>>> >>>>>> >>>>>> I've added firefox to my platform by adding the meta-mozilla layer >>>>>> (and it's requirements). To include firefox, all I did was >>>>>> CORE_EXTRA_IMAGE_INSTALL += "firefox" >>>>>> >>>>>> With this setup, firefox works, but not with any SSL page, >>>>>> e.g. trying to access https://google.com/mail gives me this >>>>>> error screen: >>>>>> >>>>>> Secure Connection Failed >>>>>> An error occurred during a connection to accounts.google.com. >>>>>> security library: memory allocation failure. >>>>>> (Error code: sec_error_no_memory) >>>>>> >>>>>> The page you are trying to view can not be shown because the >>>>>> authenticity >>>>>> of the received data could not be verified. >>>>>> Please contact the website owners to inform them of this problem. >>>>>> Alternatively, use the command found in the help menu to report this >>>>>> broken >>>>>> site. >>>>>> >>>>>> Did I miss something? Has anyone else tried this? >>>>>> >>>>>> Thanks >>>>>> >>>>> Is the time of your system valid ( if I remember right I had similar >>>>> when system time was unbuffered initial at 01.01.2000 )? >>>> >>>> >>>> >>>> Yes, the time is set correctly. >>>> >>> AArgh - the system time caused trouble on cookies - other issue sorry. >>> >>> In midori it helped to install glib-networking ( see meta-oe commit >>> a56bff13b9d22b608352501fbb3ef124e7147bda ). Maybe this helps for >>> firefox too? >> >> >> Sorry, no change. >> > > The real question though is "does firefox HTTPS built from meta-mozilla > actually work for anyone?" If so, what configuration (target platform, > etc) works? > Yes it works fine for me - this email is written on my overo. Maybe you want to take a look at the image I use [1] Andreas [1] https://gitorious.org/schnitzeltony-oe-meta/meta-misc/blobs/master/recipes-image/xfce-base-image.bb ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-03-06 0:25 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-03-05 14:08 [meta-mozilla] Can't access any HTTPS page Gary Thomas 2012-03-05 14:18 ` Andreas Müller 2012-03-05 14:34 ` Gary Thomas 2012-03-05 15:04 ` Andreas Müller 2012-03-05 15:17 ` Gary Thomas 2012-03-05 22:40 ` Gary Thomas 2012-03-06 0:17 ` Andreas Müller
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.