SSL / Javascript Questions (General questions)
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
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
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
Hi,
Yes, data encryption is done automatically for HTTPS (SSL) connections.
Regards,
Damba