Menu

SSL

bstudtma
2014-11-23
2014-11-23
  • bstudtma

    bstudtma - 2014-11-23

    Does GT.M support SSL with TCP sockets? If so, how is this implemented?

    I'm currently opening sockets with this:

    set timeout=900
    set delim=$char(10) ; line feed
    set sockdev="server"
    set portno=7765
    open sockdev:(listen=portno_":tcp":attach="server":delimiter=delim:exception="do ioerr(0,"portno")":ioerror="t")::"socket"
    use sockdev

    Can these connections be secured?

     
  • Gary Duzan

    Gary Duzan - 2014-11-23

    Not yet, but stay tuned. For now you might look to see if stunnel would meet your needs.

     

Log in to post a comment.