Wish HTTPUtils2 - Ignore SSL validation

ggpanta

Member
Licensed User
Longtime User
Can we have the option to ignore the SSL certificate for self-signed or incomplete/wrong hostname?
Thanks in advance.
 

ggpanta

Member
Licensed User
Longtime User
ermm its a feature request/wish except if there is a way to ignore the ssl certificate thats not documented.
 

murgero

Member
Licensed User
Longtime User
How would I go about ignore SSL certificate errors, I have the module loaded (Not the Library) and I do not see where I can modify the module to ignore certificates.
 

murgero

Member
Licensed User
Longtime User
Nevermind, I found it :) Thanks Erel!

For those looking for it:

IN HttpUtils2Service under service_create
change:
hc.initialize to hc.InitializeAcceptAll
 
Top