-
as seen on Server Fault
- Search for 'Server Fault'
I'm running Plesk 8.6.0:
I have an SSL cert installed through Plesk's admin interface. But I have a bit of an issue: When I enabled SSL for the site, and selected my cert, then restart httpd, Plesk defaults to using my self-signed default certificate.
Conversely, when I disable SSL support for the…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Downloaded a new ssl cert from go daddy and installed the cert on apache2 server
put the cert in /etc/ssl/certs/ folder
put the gd_bundle.crt in the /etc/ssl/ folder
private key is in /etc/ssl/private/private.key
I just replaced the original files with the new files, did not replace the private…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
After creating a self-signed SSL certificate, I have configured my remote mysqld to use them (and ssl is enabled)
I ssh into my remote server, and try connecting to its own mysqld using ssl (mysql server is 5.5.25)..
~> mysql -u <user> -p --ssl=1 --ssl-cert=client.cert --ssl-key=client…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a IIS web site which requires client certificate. I have turned off CRL checking. The client is unable to access the web site - he gets 403.17 (certificate expired) error.
I would like to log the certificate he is using, becaue I think he is using the wrong certificate.
Is there a way to…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a (hopefully) common scenario for one of my sites that I just can't seem to figure out how to deploy correctly.
I have the following site and directories for example.com:
These need to require SSL:
/var/www/example.com/admin
/var/www/example.com/order
These need to be non-SSL:
/var/www/example…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
The problem is similar to this scenario:
iptables rule still take effect after deleted
Scenario:
There are several clients(C1~C10) providing some services, such as SSH,HTTP.....
The clients are actually a personal computer behind NAT.
Their IP might be 192.168.0.x
For easily access these machines…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
Banging my head on the wall at this stage.... trying to host my Apache site on Ubuntu 12.10 with VirtualBox. Running Windows 8 host.
Things I've done:
Ensured Apache is listening on ports 80, 443 and 8080 (for thoroughness)
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
My goal is to be able to connect using remote desktop on my desktop machine, to windows xp running in virtualbox on my linux server.
My setup:
server = debian squeeze, 64 bit, with a public IP address (host)
virtualbox-ose 3.2.10 (from debian repo)
windows xp running inside VBox as a guest; bridged…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I am trying to set up port forwarding on a linux box to a IIS webserver on my internal network. The web server sits on Windows 2003 Server.
My linux box has
eth0 - Internet connection
eth1 - internal subnet (10.10.10.x)
eth2 - 2nd internal subnet (129.168.0.x) dhcp interface
my webserver…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
I am owning a small company and we have purchased a server to setup few server applications on it as well as other software.
We would like to setup our network in following way
Internet<-WindowsServer2003 as router<-Switch<-Office Computers
Server has two nic interfaces and we…
>>> More