ssl - How to use the Comodo certificate in Web2py? -


when using web2py, asks single ssl certificate file.

but got comodo 2 files, 1 .crt file , 1 .ca-bundle file.

i tried using provide .crt file when setting web2py, in beginning works. when go website day, shows "this certificate cannot verified trusted certification authority."

my suspicion related case of not using .ca-bundle file. knows how use both files in web2py settings?

finally got working!

it turns out web2py 'one step production deployment' script not complete. leaves out 'sslcertificatechainfile' option when configures apache server.

so adding line:

sslcertificatechainfile = path_to_your_ca-bundle_file

below line 'sslcertificatekeyfile /etc/apache2/ssl/self_signed.key' work.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -