[help] https server & using wrapped sockets 04-03-2013, 03:56 AM
#1
Attempting to create a service in python that will function over https, I tried the example code off of
http://docs.python.org/3.2/library/ssl.html
and got the following:
(Using chrome, https://127.0.0.1)
I'm serving on port 443 (default)
Using ssl.PROTOCOL_SSLv23
and get the following from chrome when it tires to connect:
Where every line is a new connection.
Server does need to use raw sockets; no, I won't use the http server library.
Any help at all is appreciated :blackhat:
EDIT:
Goodness, I totally forgot to provide my code!
http://pastebin.com/QeAxintT
http://docs.python.org/3.2/library/ssl.html
and got the following:
Code:
This webpage is not available
The webpage at https://localhost/ might be temporarily down or it may have moved permanently to a new web address.I'm serving on port 443 (default)
Using ssl.PROTOCOL_SSLv23
and get the following from chrome when it tires to connect:
Code:
b''
b''
b'G'Server does need to use raw sockets; no, I won't use the http server library.
Any help at all is appreciated :blackhat:
EDIT:
Goodness, I totally forgot to provide my code!
http://pastebin.com/QeAxintT
![[Image: jWSyE88.png]](http://i.imgur.com/jWSyE88.png)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
