Hello all,
I tried to configurate cherrypy in such a way i can display
the
rendered html files threw https but i'm experiencing some
problems.
i use cherrypy version 3.0.0.1
the config file looks like this
server.socket_port = 8083
ssl_certificate =
"/usr/cyclops/Documents/verzaTest/mycert.pem"
ssl_private_key =
"/usr/cyclops/Documents/verzaTest/mykey.pem"
when i try to access this url nothing happens in the browser
and the
server response is the following
Exception in thread CP WSGIServer Thread-3:
Traceback (most recent call last):
File "threading.py", line 442, in __bootstrap
self.run()
File
"/usr/lib/python2.4/site-packages/cherrypy/wsgiserver/
__init__.py", line 691, in run
conn.communicate()
File
"/usr/lib/python2.4/site-packages/cherrypy/wsgiserver/
__init__.py", line 644, in communicate
req.simple_response("500 Internal Server
Error", format_exc())
File
"/usr/lib/python2.4/site-packages/cherrypy/wsgiserver/
__init__.py", line 392, in simple_response
self.sendall("".join(buf))
File
"/usr/lib/python2.4/site-packages/cherrypy/wsgiserver/
__init__.py", line 512, in ssl_method_wrapper
raise socket.error(errno)
error: 104
My thoughts were that something is off in the generated key
or
certificate but my colleague thought we we're using a wrong
version of
SSL
I'm not really experienced in internet security programming
and need
some help on this issue.
any help would be greatly appreciated.
thanks in advance,
richard mendes
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at h
ttp://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|