VM-Ware Server Firefox 3.6.* Webinterface LÖSUNG gefunden
Verfasst: 30.09.2010, 10:29
Hallo alle zusammen,
wie viele Leute im Internet, kann ich mit meinem FF 3.6 nicht mehr das Webinterface von VM-Ware Server aufrufen... auch nicht wenn ich SSL2 aktiviere im FF (wie öfters als Lösung vorgeschlagen).
Der VM-Ware Server läuft auf Ubuntu 9.04.
Erstmal SSL2 im FireFox aktivieren.
about:config in Adressleiste eingeben nach ssl2 suchen und alles aktivieren.
Dann kommen wir zum Apache Server der das Webinterface bereit stellt.
Dort gibt es eine "ports.conf" Datei, in der folgendes stehtn:
<ifModule mod_ssl.c>
Listen 443
</IFModule>
Ihr müsst dies wie folgt ändern:
<ifModule mod_ssl.c>
Listen 443
SSLEngine on
SSLCertificateFile /etc/vmware/ssl/rui.crt
SSLCertificateKeyFile /etc/vmware/ssl/rui.key
</IFModule>
Eventuell liegen eure VM-Ware SSL Zertifikate woanders.
Dann Apache neustarten und den FireFox neustarten und dann funktioniert das Webinterface wieder gewohnt schnell wie früher.
Nur das Problem mit dem VM-Ware Plugin besteht noch, das ist weiterhin inkompatibel :/
English:
Hi guys,
many people have problems with the FireFox 3.6 and the VM-Ware webinterface. When you use google to find a solution you get the answer to enable SSL2 in FF, but this doesnt resolve my problem.
I found a solution that works for me. (VM-Ware server on ubuntu 9.04)
i turn on SSL2 in Firefox and all the other options for SSL2 and restart firefox.
Then i edit the "ports.conf" file from the apache server.
Which looks like this:
<ifModule mod_ssl.c>
Listen 443
</IFModule>
change it to:
<ifModule mod_ssl.c>
Listen 443
SSLEngine on
SSLCertificateFile /etc/vmware/ssl/rui.crt
SSLCertificateKeyFile /etc/vmware/ssl/rui.key
</IFModule>
Maybe change the path of "/etc/vmware/ssl/..." to the vmware ssl path on your maschine.
Then restart apache and try.
Just the Vm-Ware plugin doesnt work, so you cant start a remote session.
Keywords: (Damit das auch von den Englischen Benutzern gefunden wird
Habe nirgends so eine Lösung finden können))
Vm-Ware Server firefox 3.6 webinterface problem
wie viele Leute im Internet, kann ich mit meinem FF 3.6 nicht mehr das Webinterface von VM-Ware Server aufrufen... auch nicht wenn ich SSL2 aktiviere im FF (wie öfters als Lösung vorgeschlagen).
Der VM-Ware Server läuft auf Ubuntu 9.04.
Erstmal SSL2 im FireFox aktivieren.
about:config in Adressleiste eingeben nach ssl2 suchen und alles aktivieren.
Dann kommen wir zum Apache Server der das Webinterface bereit stellt.
Dort gibt es eine "ports.conf" Datei, in der folgendes stehtn:
<ifModule mod_ssl.c>
Listen 443
</IFModule>
Ihr müsst dies wie folgt ändern:
<ifModule mod_ssl.c>
Listen 443
SSLEngine on
SSLCertificateFile /etc/vmware/ssl/rui.crt
SSLCertificateKeyFile /etc/vmware/ssl/rui.key
</IFModule>
Eventuell liegen eure VM-Ware SSL Zertifikate woanders.
Dann Apache neustarten und den FireFox neustarten und dann funktioniert das Webinterface wieder gewohnt schnell wie früher.
Nur das Problem mit dem VM-Ware Plugin besteht noch, das ist weiterhin inkompatibel :/
English:
Hi guys,
many people have problems with the FireFox 3.6 and the VM-Ware webinterface. When you use google to find a solution you get the answer to enable SSL2 in FF, but this doesnt resolve my problem.
I found a solution that works for me. (VM-Ware server on ubuntu 9.04)
i turn on SSL2 in Firefox and all the other options for SSL2 and restart firefox.
Then i edit the "ports.conf" file from the apache server.
Which looks like this:
<ifModule mod_ssl.c>
Listen 443
</IFModule>
change it to:
<ifModule mod_ssl.c>
Listen 443
SSLEngine on
SSLCertificateFile /etc/vmware/ssl/rui.crt
SSLCertificateKeyFile /etc/vmware/ssl/rui.key
</IFModule>
Maybe change the path of "/etc/vmware/ssl/..." to the vmware ssl path on your maschine.
Then restart apache and try.
Just the Vm-Ware plugin doesnt work, so you cant start a remote session.
Keywords: (Damit das auch von den Englischen Benutzern gefunden wird
Vm-Ware Server firefox 3.6 webinterface problem