Problème intégration HTTPS
Bonjour,
Je travaille sur un projet qui doit passer en HTTPS.
La création du certificat s'est correctement passé, mais diverses erreurs surviennent :
dans error.log :
Citation:
'[error] Oops, no RSA or DSA server certificate found for 'my_server:0'
commande :
Code:
1 2 3 4 5 6 7 8 9 10 11
| sudo service apache2 restart
* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Apache/2.2.14 mod_ssl/2.2.14 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.
Server my_server:443 (RSA)
Enter pass phrase:
OK: Pass Phrase Dialog successful. |
Est-ce que quelqu'un aurait une idée ?
Merci d'avance.
NB : Voici le contenu de hosts :
Code:
1 2 3 4 5 6 7 8 9 10
|
127.0.0.1 VSRV03-DVP localhost.localdomain localhost my_server
127.0.1.1 VSRV01BI
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters |