Home AMX User Forum AMX General Discussion

HTTPS connections

Am I missing something obvious or is there a reason why AMX couldn't make HTTPS connections available through Netlinx native language?
I appreciate that with NI3100 and below this could be slow, but is there any reason why it couldn't be done on the new controllers.
There is a world of internet opportunities going amiss because there is no access to HTTPS, except via DUET.......

Just asking the question, perhaps I'm ignorant of the full reason why but surely this must be possible?

Comments

  • a_riot42a_riot42 Posts: 1,624
    Just asking the question, perhaps I'm ignorant of the full reason why but surely this must be possible?

    My guess would be due to the math libraries needed. The encryption methods often use cryptographically-secure pseudorandom number generators and prime number generators, neither of which are available in the Netlinx language. More information can be found here:
    http://www.ietf.org/rfc/rfc2246.txt
    Paul
Sign In or Register to comment.