[web2py] Re: Problems using Restful method PUT

2020-06-19 Thread Dave S
On Friday, June 19, 2020 at 4:32:04 PM UTC-7, Ariel Antunez wrote: > > Hi everyone, I am working in a application using vue.js on vue-cli and > axios. I need to use the method PUT, but I get the error, METHOD NOT > ALLOWED, I write a headers in the controllers. POST and GET work perfect. > How

[web2py] Re: 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 Dave S
On Thursday, June 18, 2020 at 10:44:53 PM UTC-7, Davidiam wrote: > > 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 inst

[web2py] Problems using Restful method PUT

2020-06-19 Thread Ariel Antunez
Hi everyone, I am working in a application using vue.js on vue-cli and axios. I need to use the method PUT, but I get the error, METHOD NOT ALLOWED, I write a headers in the controllers. POST and GET work perfect. How can I resolve that Problem? Thanks -- Resources: - http://web2py.com - http:

[web2py] Re: Problem with upload field

2020-06-19 Thread Dave S
On Friday, June 19, 2020 at 4:30:12 AM UTC-7, Константин Комков wrote: > > I am very happy today! I can find user who can't load file and talk with > him. User can't load file with name: > ФГБОУ ВО Липецкий государственный педагогический университет им. П.П. > Семенова-Тян-Шанского > > filename

[web2py] Re: Problem with upload field

2020-06-19 Thread Константин Комков
I am very happy today! I can find user who can't load file and talk with him. User can't load file with name: ФГБОУ ВО Липецкий государственный педагогический университет им. П.П. Семенова-Тян-Шанского filename in error for that file is doc_images.file.9bbb3bdd72dc6f61.d0a4d093d091d09ed0a320d09

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 wrot

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? Se

[web2py] Re: Problem with upload field

2020-06-19 Thread Константин Комков
*Dave*, hello and thank you for attention! You are right my user (my colleague) load file with name in web2py format and don't tell me about it (: But I have error in any way becouse there is users which can't load file with web2py format and I don't know how they are doing that. I have examples