SSL / Javascript Questions (General questions)

by MR S @, (5173 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.

locked

Re: SSL / Javascript Questions

by wodDamir @, (5173 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

locked

Re: SSL / Javascript Questions

by MR. S @, (5173 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?

locked

Re: SSL / Javascript Questions

by wodDamir @, (5173 days ago) @ MR. S

Hi,

Yes, data encryption is done automatically for HTTPS (SSL) connections.

Regards,
Damba

locked