Re: [web2py] We use web2p 2.18.5 with MS SQL on Windows IIS 10. Recently a security patch on the server enforced stricter SSL rules and we can no longer use TLS 1.0 and 1.1. so it has to be TLS 1.2

2020-06-19 Thread Davidiam
The reason that I put it here is that that web2py pydal uses the pyodbc driver and I thought that there may be version requirements or connection parameters that would resolve this. I will now also look at the link that you sent. On Friday, June 19, 2020 at 9:35:30 AM UTC+2, Nico Zanferrari

Re: [web2py] We use web2p 2.18.5 with MS SQL on Windows IIS 10. Recently a security patch on the server enforced stricter SSL rules and we can no longer use TLS 1.0 and 1.1. so it has to be TLS 1.2

2020-06-19 Thread Nico Zanferrari
Hi David, if I understand right you are not anymore able to connect to an external MS SQL database from a Windows server. This does not seem a web2py issue ;-) Anyhow, have you checked that your web2py server and your external MS SQL database are compatible with TLS 1.2? Have you verified it?

[web2py] We use web2p 2.18.5 with MS SQL on Windows IIS 10. Recently a security patch on the server enforced stricter SSL rules and we can no longer use TLS 1.0 and 1.1. so it has to be TLS 1.2

2020-06-18 Thread Davidiam
Good Morning, I would like to know what I would have to modify in order to connect to MS SQL from web2py with TLS 1.2. We are running web2py 2.18.5 on a Windows 2016 IIS server. Yesterday a security patch was installed to disable TLS 1.0 and 1.1 and enable TLS 1.2 and now all our MS SQL DB