Page 1 of 1

Disable TLS 1.0 & 1.1?

Posted: Mon Jan 16, 2023 8:32 am
by nholderafa
Can you disable TLS 1.0 & 1.1 on WTware for Raspberry Pi?

Re: Disable TLS 1.0 & 1.1?

Posted: Mon Jan 16, 2023 1:35 pm
by akatik
We have no such setting. You can disable TLS 1.0 & 1.1 on your server so WTware should connect with TLS 1.2.

Here is the guide: viewtopic.php?p=75811#p75811

Re: Disable TLS 1.0 & 1.1?

Posted: Tue Jan 17, 2023 12:15 am
by nholderafa
Sorry I should have been more specific. I am talking about https on the web interface. Not connecting to a server.

Re: Disable TLS 1.0 & 1.1?

Posted: Wed Jan 18, 2023 6:05 am
by akatik
We have no such setting now.

httpd= config file option controls web interface assess list and turns it off: http://wtware.com/docs5/config.html#httpd

I can add "httpd=tls 1.2" value to disable SSL and TLS below 1.2.

Will it work for you?