Я хочу работать мой vhost в ssl, до сегодняшнего дня никогда не было проблемой, но сейчас я не могу понять, в чем проблема.
в Chrome все работает нормально, но с Firefox у меня есть эта ошибка сообщения
FIREFOX
Код ошибки: SSL_ERROR_RX_RECORD_TOO_LONG
IE 11
La causa potrebbe essere che il sito utilizza impostazioni di sicurezza TLS устарел или не содержит sicure. В Талль Казо, обеспечить контратаку и личный веб-сайт
и ничего другого.
CHROME
работа !!
это моя конфигурация vhost myhost.ssl.localhost
Define myhost myhost.ssl
Define hostextension localhost
Define DocumentRoot ${xampproot}/htdocs/test
Define certName ${myhost}.${hostextension}
<VirtualHost *:443>
ServerAdmin test@test.localhost
ServerName ${myhost}.${hostextension}
ServerAlias www.${myhost}.${hostextension}
DocumentRoot ${DocumentRoot}
DirectoryIndex index.localhost.html index.php index.html index.htm
SSLEngine on
SSLCertificateFile "conf/ssl.crt/${certName}.crt"
SSLCertificateKeyFile "conf/ssl.key/${certName}.key"
RequestHeader set X-Forwarded-Proto "https"
<Directory />
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
# Ricordarsi di creare la directory
ErrorLog ${xampproot}/logs/${myhost}.${hostextension}.error.log
CustomLog ${xampproot}/logs/${myhost}.${hostextension}.access.log combined
</VirtualHost>
после многих и многих попыток я не могу сделать то, что сейчас!
мой шаг по созданию сертификата
- openssl genrsa -aes256 -out myhost.ssl.localhost.key 2048
- openssl rsa - в myhost.ssl.localhost.key -out myhost.ssl.localhost.key
- openssl req -new -x509 -nodes -sha1 -key myhost.ssl.localhost.key -out myhost.ssl.localhost.crt -days 36500 -config C: \ xampp \ apache \ conf \ openssl.cnf
- копировать файлы в правильный путь к папке
- добавить набор OPENSSL_CONF = C: \ xampp \ apache \ conf \ openssl.cnf
если я использую 443 в адресной строке (http://myhost.ssl.localhost:443)
- хром Неверный запрос 400
- FF Доступ запрещен 403
- IE11 Доступ запрещен 403