Just figured it out - there was an incompatibility with flask_validator classes - so I wrote my own and now all works fine. The SSL error was apparently incorrect now everything works fine Thanks
On Monday, March 25, 2019 at 2:37:08 AM UTC+2, Graham Dumpleton wrote: > > Sorry for the delay. This got lost when I was away on a trip. > > First up, I don't recommend using Python 2.7. It is almost impossible to > get working with Apache and mod_wsgi on Windows now. Use Python 3.6 or > later. > > As to the error, since you are using port 5000 and trying to enable HTTPS > 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 Blank <[email protected] <javascript:>> > wrote: > > 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 errors. > > Some additional data: > > 1. Attached is the conf file > 2. Using TLS > 3. Have the following line in log "*[ssl:info] [...End of file > found: [client ...: SSL input filter read failed*." > 4. This *doesn't *happen in a small Flask WSGI app > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] <javascript:> > . > Visit this group at https://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/d/optout. > <kms_api_WSGI2.conf> > > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
