Enable/Disable Ignoring SSL Validation Issues

wc_use_insecure_ssl(wc_obj, enable)

Arguments

wc_obj

a webclient object

enable

if TRUE the client will accept connections to any host, regardless of whether they have valid certificates or not

Value

the webclient object (invisibly)

Note

The caller does not have to assign the output of this function to a variable as the browser state is managed internally by HtmlUnit.

See also

Other wc_opts: wc_css(), wc_dnt(), wc_geo(), wc_img_dl(), wc_resize(), wc_timeout(), wc_wait()