1

Installed google app engine and when I run localhost my page is not displayed. I get this error

(Error code: ssl_error_rx_record_too_long)

How can I fix this? And if I try running the app on port 453 I get the erorr

Unable to bind to port...

How can I fix this?

웃웃웃웃웃
  • 11,829
  • 15
  • 59
  • 91
Anoop Kanyan
  • 618
  • 7
  • 19
  • 1
    There are some interesting answers on this question: http://stackoverflow.com/questions/119336/ssl-error-rx-record-too-long-and-apache-ssl – andrewsi Dec 18 '13 at 14:43
  • Do you have a Minecraft server running on your computer? It seems that port 453 is commonly used by that. Why do you want to run the dev_appserver on that port, why not use the defaults? https://www.google.com/search?q=port+453+creative+server – IanGSY Dec 18 '13 at 15:27
  • When I run on the default ports I get this error "(Error code: ssl_error_rx_record_too_long)".When I remove s from https i.e I open http:localhost:8080 the page is displayed, but then my bootstrap does not load. – Anoop Kanyan Dec 18 '13 at 15:40

1 Answers1

1

The dev_appserver that comes with GAE SDK does not support SSL. You'll need to access via http instead.

Mars
  • 1,422
  • 8
  • 9