Re: [modwsgi] LDAP3 returning "unknown encoding: cp0" error on bind()

2019-03-24 Thread Yaakov Blank
but I have no idea how you > would over locale etc for Apache on Windows. > > Sorry can't really help. > > Graham > > On 13 Mar 2019, at 4:53 pm, Yaakov Blank > > wrote: > > Using: > >- Flask >- Windows >- Ldap3 >- Connect using T

Re: [modwsgi] microsoft visual c ++ runtime error r6034 when loading python script

2019-03-24 Thread Yaakov Blank
S > on it, where as you would normally use port 80/443 for HTTP/HTTPS pair, I > suggest the error is because you are trying to access port 5000 using only > HTTP. That is "http://mewl7167:5000; instead of "https://mewl7167:5000;. > > On 13 Mar 2019, at 4:25 pm, Yaakov

[modwsgi] microsoft visual c ++ runtime error r6034 when loading python script

2019-03-24 Thread Yaakov Blank
I am using Flask and Python 2.7 on Windows. The Flask development server works fine. However when I try to use on Apache at the first time the server is accessed I get a "microsoft visual c ++ runtime error r6034" dialog box. After clicking OK the server functions without any other runtime

[modwsgi] LDAP3 returning "unknown encoding: cp0" error on bind()

2019-03-24 Thread Yaakov Blank
Using: - Flask - Windows - Ldap3 - Connect using TLS - Attaching Apache mod conf file Using Flask development server ldap user \ password authenticated fine. When calling in Apache mod_wsgi received "unknown encoding: cp0" error on bind() Appreciate any ideas. Below is the