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 <http://mewl7167:5000/>" instead of 
"https://mewl7167:5000 <https://mewl7167:5000/>".

> On 13 Mar 2019, at 4:25 pm, Yaakov Blank <[email protected]> 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:
> Attached is the conf file
> Using TLS
> Have the following line in log   "[ssl:info] [...End of file found: [client 
> ...: SSL input filter read failed."
> 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] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/modwsgi 
> <https://groups.google.com/group/modwsgi>.
> For more options, visit https://groups.google.com/d/optout 
> <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.

Reply via email to