https - with apache for google app engine and python script is not working -


After

I am running on Google App Engine and Python http: // local host , which Is working fine But to work reliably, I need to add https, not in Google App Engine.

So I'm trying to do stunnel and apache to work https I tried the following, but its still not working

  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 *   

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

  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    

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 secure the keyword in Google App Engine app.yaml configuration file You can use. See .

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -