NetTalk Central

Author Topic: SSL / TLS (posted from NG's)  (Read 2244 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
SSL / TLS (posted from NG's)
« on: April 25, 2014, 02:15:28 AM »

Hi Bruce

Trying to find all these options in NT webserver?
Are these template options to indicate what protocols to support?

thanks

Johan


"Bruce Johnson" <bruce.johnson@Nospamcapesoft.com> wrote in message
news:A921.1397192779.201@discuss.softvelocity.com...
> Hi Jeff,
>
> It's possible you've set your app to use only SSL v3 - in which case it is
> unaffected by the TLS bug.
> (Think of TLS as SSL v 3.1 - Strictly speaking the name changed from SSL
> to TLS at that point)
>
> Cheers
> Bruce

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: SSL / TLS (posted from NG's)
« Reply #1 on: April 27, 2014, 11:42:59 PM »
Hi Jeff,

No, not template options.
see

http://www.capesoft.com/docs/NetTalk8/NetTalkWebSecure.htm#Levels

Cheers
Bruce

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
Re: SSL / TLS (posted from NG's)
« Reply #2 on: April 29, 2014, 04:13:37 AM »

Hi Bruce

Out of the docs
"You can set the .SSLMethod property in the OpenServer method in the WebServer procedure. "

Struggling to find this method, has it changed?


Johan

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
Re: SSL / TLS (posted from NG's)
« Reply #3 on: April 29, 2014, 04:45:01 AM »

Ok, inserted it after the certificates code, will test later

  ThisWebSecure.MoveFolder(clip('web') & '\certificates','certificates')
  ! [Priority 3000]

  ThisWebserver.SSLMethod = NET:SSLMethodTLSv1_2


Johan


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: SSL / TLS (posted from NG's)
« Reply #4 on: April 30, 2014, 01:49:56 AM »
Hi Johan,

sorry - that line in the doc should read;

You can set the .SSLMethod property in the ThisWebServer.Open method in the WebServer procedure.

Cheers
Bruce