https - with apache for google app engine and python script is not working -
After
I am running on Google App Engine and Python So I'm trying to do stunnel and apache to work https I tried the following, but its still not working When a user travels: Go to basically go to your browser address https: // and he is able to use Google app engine and python instances . But I need to be https for Google App Engine with my python. How do I solve it? Edit: is used safely, but still not working Google App Engine supports HTTPS, you need to sign up for it It is not free, but it is not too expensive. More information about available SSL types is available here :. In addition to this, if you want to automatically redirect the user, on the secure site, you can http: // local host , which Is working fine But to work reliably, I need to add https, not in Google App Engine.
Nominal example example. Stackoverflow.com:443 & nbsp; VirtualHost example.stackoverflow.com:443> SSLProxyEngine on SSLProxyEngine on SSLEZine #ProxyRequests SSLProtocol all -SSLv2 SSLCipherSuite All:! ADH:! Export:! SSLv2: RC4 + RSA: + High: + Medium: + Less SSLCertificateFile /etc/stunnel/a.crt SSLCertificateKeyFile / etc / stunnel / a.key SSLCertificateChainFile /etc/stunnel/b.ca Server Name Local Host ProxyPass / http: // local host ProxyPassReverse / http: // local host #ProxyPassReverseCookiePath / mysite//CacheDisable *
Application : RTC version: 6 order: python27 threadsafe: true api_version: 1 operators: - url: / html static_dir: html - url: / images static_dir: images - url: / js static_dir: js - url: / css static_dir: css - url : /.* script: rtc.app Safe: Always inbound_services: - channel_presence libraries: - Name: jinja2 version: latest
secure the keyword in Google App Engine
app.yaml configuration file You can use. See .
Comments
Post a Comment