SSL / Javascript Questions (General questions)
by MR S, Friday, March 04, 2011, 15:49 (5011 days ago)
2 Questions.
I was told wod handles SSL RSA Keys.
How does it do this?
Also, some web servers I attempt to connect to give an error stating that javascript is not enabled. Thus, denying access.
Re: SSL / Javascript Questions
by wodDamir, Friday, March 04, 2011, 16:20 (5011 days ago) @ MR S
Hi,
What exactly do you reffer by handles them? It does, but are you reffering to accepting host certificate, or using certificate authentication?
Host certificate is automatically accepted by the component, and is provided in HostCertificate event.
As for using Certificate authentication, you should check following URL:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLX-Certificate.html
JavaScript isn't handled by wodHttpDLX. It only does HTTP protocol related communication. You will need to interprete Java on your own. You can however still load sites that require Java by setting UserAgent property.
Regards,
Damba
Re: SSL / Javascript Questions
by MR. S , Friday, March 04, 2011, 22:25 (5011 days ago) @ wodDamir
Hi,
What exactly do you reffer by handles them? It does, but are you reffering to accepting host certificate, or using certificate authentication?
Host certificate is automatically accepted by the component, and is provided in HostCertificate event.
As for using Certificate authentication, you should check following URL:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLX-Certificate.html
JavaScript isn't handled by wodHttpDLX. It only does HTTP protocol related communication. You will need to interprete Java on your own. You can however still load sites that require Java by setting UserAgent property.
Regards,
Damba
Handles as in...
Decryption and Encryption?
Re: SSL / Javascript Questions
by wodDamir, Friday, March 04, 2011, 22:39 (5011 days ago) @ MR. S
Hi,
Yes, data encryption is done automatically for HTTPS (SSL) connections.
Regards,
Damba