I am building vim from source and keep having to update the SSL hostfingerprints of my ~/.hgrc file. It's getting a little silly and large -- see below. The pattern is the same: run update, find SSL finger print has changed, update fingerprint...
I've got a valid SSL on my site and if I go to https://mydomain.com it loads just fine without any problems.
I've got a valid SSL on my site and if I go to https://mydomain.com it loads just fine without any problems.
We need to connect our php script to LDAP over tls using a certificate. LDAP connection works nicely without tls. More details here http://stackoverflow.com/questions/15260252/how-to-use-multiple-tls-cert...
We managed to connect via tls from Windows using Softerra LDAP Browser.
I've run into a problem, that I removed certificate files from the server.
But client that has these files still can connect.
I've found out, that I should revoke the certificate and that this can be done by changing line with that certificate in
/etc/openvpn/easy-rsa/keys/index.txt
to have R, not V, as first character line.
But previously I've removed line for that certificate from the f
分布式版本控制系统 Mercurial 已发布新的 1.5
版本。作为一个重要的更新版本,Mercurial 1.5
主要添加了新的分支选项、更灵活的补丁导入、XML log 模板等功能。
参阅 Mercurial 1.5
发布注记可了解更多信息。
I have two domains and the one I am in has a certificate authority server. The domain I am not in doesn't have a CA server. I want to certify https on that server so that I can get there without the cert warnings.
What I did:
Created a CSR on the web server and generated a certificate on the CA. I then completed the CSR on the web server.
after trying to enable mercurial apache web access on my Ubuntu Server 12.04 box, I've got a 403 Forbidden error when accessing http://my.site.com/mercurial with log:
[Tue Sep 04 01:20:22 2012] [error] [client X.X.X.X] client
denied by server configuration: /mercurial/hgweb.cgi
I have added this to /etc/apache2/sites-available/default
ScriptAliasMatch ^/mercurial(.*) /mercurial/hgweb
It's a server which listens at https://. It uses a self-signed cert. So, each time when I access it, I will be prompted to trust this untrusted site. However, I always get the following error in the server log.