Note that there are some explanatory texts on larger screens.

plurals
  1. POApache SSL Request Certificate
    text
    copied!<p>I installed a SSL certificate in my apache server and I am having a problem. It happens that when I open my site on my phone it opens lots of popups asking to setup a pin for credential storage. On Macs it also opens a popup asking to select a certificate. Does anyone have/had this problem? I am also using django on my server if I helps for the answer.</p> <p><img src="https://i.stack.imgur.com/CeeRO.png" alt="what happens on android"></p> <p><img src="https://i.stack.imgur.com/NehUu.jpg" alt="what happends on Macs"></p> <p>my ssl configuration is this:</p> <pre><code>&lt;VirtualHost *:80&gt; ServerAdmin blahblah@blah.pt ServerName beta.site.pt ErrorLog /var/log/apache2/vhost1-error.log WSGIDaemonProcess netpecasbeta user=${APACHE_RUN_USER} group=${APACHE_RUN_GROUP} threads=25 python-path=/usr/local/lib/python2.7/site-packages WSGIProcessGroup netpecasbeta WSGIScriptAlias / /.../wsgi.py &lt;Location /&gt; RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R] &lt;/Location&gt; &lt;/VirtualHost&gt; &lt;VirtualHost *:443&gt; ServerName media.site.pt DocumentRoot /var/www ErrorLog /var/log/apache2/vhost1-error.log CustomLog /var/log/apache2/vhost1-access.log combined SSLEngine On SSLCertificateFile /.../netpecas.pt.crt SSLCertificateKeyFile /.../netpecas.key SSLCertificateChainFile /.../gd_bundle.crt SSLVerifyClient optional LimitRequestBody 0 LimitRequestFieldSize 40940000 LimitXMLRequestBody 0 &lt;Location /&gt; SSLRequireSSL On SSLVerifyClient optional SSLVerifyDepth 1 SSLOptions +StdEnvVars &lt;/Location&gt; &lt;/VirtualHost&gt; &lt;VirtualHost *:443&gt; ServerAdmin blabla@bla.pt ServerName beta.site.pt WSGIProcessGroup netpecasbeta WSGIScriptAlias / /partfy/woofparts/Partfy/wsgi.py ErrorLog /var/log/apache2/vhost1-error.log CustomLog /var/log/apache2/vhost1-access.log combined SSLEngine On SSLCertificateFile /.../netpecas.pt.crt SSLCertificateKeyFile /.../netpecas.key SSLCertificateChainFile /.../gd_bundle.crt SSLVerifyClient optional LimitRequestBody 0 LimitRequestFieldSize 40940000 LimitXMLRequestBody 0 &lt;Location /&gt; SSLRequireSSL On SSLVerifyClient optional SSLVerifyDepth 1 SSLOptions +StdEnvVars &lt;/Location&gt; &lt;/VirtualHost&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload