Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URGENT: We need the webapp to run on a server with HTTPS #16

Open
samthetechie opened this issue Oct 19, 2012 · 3 comments
Open

URGENT: We need the webapp to run on a server with HTTPS #16

samthetechie opened this issue Oct 19, 2012 · 3 comments
Assignees
Labels

Comments

@samthetechie
Copy link
Member

URGENT FOR TOMORROW! HTTPS Requred for tomorrow https://twitter.com/n4mes/status/259252560278458368

@ghost ghost assigned Fleursy Oct 19, 2012
@samthetechie
Copy link
Member Author

WE CAN HTTPS OUR SERVER BUT NOT HUMAN.IO SERVERS (YET).... IS IT POSSIBLE TO WRAP THEIR COMMANDS URL CALLS UP IN HTTPS'd format i.e. FETCH FROM HUMAN.IO USING python's urllib.

Can we use this approach in a .cgi file?
#!/usr/bin/python
import urllib

def main():
sock = urllib.urlopen("http://human.io/t/EoJr8vkzTDoYfBgGQ87ppfA18ZRL7EQsbw9cAEGt5Nk")
htmlSource = sock.read()
sock.close()
print "Content-type: text/html"
print
print htmlSource

if name == "main":
main()

@samthetechie
Copy link
Member Author

and then maybe include: in the .shtml file?

@ghost ghost assigned Cryptyc Oct 20, 2012
@Gaffen
Copy link
Contributor

Gaffen commented Dec 7, 2012

Was this completed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants