Hi Moumita ,

To suppress the invalid https certs do the following: add/set the following
environment var "WEBKIT_IGNORE_SSL_ERRORS" equal to "1" in your windows
system path. This way any certificate errors won't stop the page load.

Alternatively, you need to ensure webkit can access a certificate store. I
believe this store used to be distributed with the "requirements" lib, file
was called "cacert.pem". By default webkit was configured to check the
following path for this file: WebKitBuild ->  bin -> WebKit.resources
-> certificates -> cacert.pem  (if your having trouble finding the file let
me know)

Good luck,

Chris


On Wed, Aug 17, 2011 at 11:23 PM, Moumita Banerjee <[email protected]>wrote:

> Hi,
>
> How to configure valid certificates to run the gmail or how to disable
> libcurl certificate checks?
>
> Please help me.
>
> Thanks,
> Moumita
>
>
> On Wed, Aug 17, 2011 at 8:42 PM, Chris Hatko <[email protected]> wrote:
>
>> Once reason could be invalid misconfigured security certificates. Gmail
>> uses https, you either need to supply/configure valid certificates or
>> disable libcurl certificate checks.
>>
>> Chris
>>
>>
>> On Wed, Aug 17, 2011 at 6:30 PM, Moumita Banerjee 
>> <[email protected]>wrote:
>>
>>> Hi,
>>>
>>> I am trying to load gmail.com from winLauncher but this page is not
>>> loaded. but when I try to load google.com it's load successfully.
>>>
>>> Is there any setting variable , I need to set? Please help me.
>>>
>>> Thanks,
>>> Moumita
>>>
>>> On Thu, Aug 11, 2011 at 8:30 PM, Chris Waldron <
>>> [email protected]> wrote:
>>>
>>>>  I’m making pretty decent progress.  Right now I’m missing only one
>>>> reference in the wincairo build of Webkit.lib.  Does anyone have any ideas
>>>> of what could be causing the missing reference …****
>>>>
>>>> ** **
>>>>
>>>> 12>Linking...****
>>>>
>>>> 12>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
>>>> ****
>>>>
>>>> 12>libjpeg.lib(jdapimin.obj) : MSIL .netmodule or module compiled with
>>>> /GL found; restarting link with /LTCG; add /LTCG to the link command line 
>>>> to
>>>> improve linker performance****
>>>>
>>>> 12>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
>>>> ****
>>>>
>>>> 12>   Creating library
>>>> C:\cygwin\home\chris.waldron\WebKit\WebKitBuild\Release_Cairo_CFLite\lib\WebKit.lib
>>>> and object
>>>> C:\cygwin\home\chris.waldron\WebKit\WebKitBuild\Release_Cairo_CFLite\lib\WebKit.exp
>>>> ****
>>>>
>>>> 12>WebCore.lib(CSSParser.obj) : error LNK2001: unresolved external
>>>> symbol "public: int __thiscall WebCore::CSSParser::lex(void)"
>>>> (?lex@CSSParser@WebCore@@QAEHXZ)****
>>>>
>>>> 12>C:\cygwin\home\chris.waldron\WebKit\WebKitBuild\Release_Cairo_CFLite\bin\WebKit.dll
>>>> : fatal error LNK1120: 1 unresolved externals****
>>>>
>>>> 12>Build log was saved at
>>>> "file://C:\cygwin\home\chris.waldron\WebKit\WebKitBuild\Release_Cairo_CFLite\obj\WebKit\BuildLog.htm"
>>>> ****
>>>>
>>>> 12>WebKit - 2 error(s), 2 warning(s)****
>>>>
>>>> ** **
>>>>
>>>> Thanks,****
>>>>
>>>> Chris****
>>>>
>>>> _______________________________________________
>>>> webkit-help mailing list
>>>> [email protected]
>>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>>>>
>>>>
>>>
>>> _______________________________________________
>>> webkit-help mailing list
>>> [email protected]
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>>>
>>>
>>
>>
>
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to