| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Jun 11 at 21:46 | |
| stats | profile views | 18 |
|
Jun 22 |
comment |
ISAPI filter with LDAP over SSL only works as administrator Is LDAP_SSL_PORT properly defined in all your scenario? |
|
Jun 22 |
comment |
SSL connection errors from Apache What country are you wgetting from? there is more than one IP or server for that domain name / web-server? What happens if you use openssl s_client -connect host:port -showcerts five times in a row do you get similar error messages to wget? Do you get the same errors each of the five runs? |
|
Jun 21 |
answered | IIS6 Self-Signed certificate not recognized by PHP |
|
Jun 21 |
answered | How can I refresh cached IP for a website in CentOS |
|
Jun 21 |
answered | In Stud, which Private RSA Key should be concatenated in the x509 SSL certificate pem file to avoid “self-signed” browser warning? |
|
Jun 21 |
comment |
The SSL certificate doesn't established To apply for a certificate you must first generate a key-pair - did you do that? Another way to get at the same thing -> where is the CSR you provided the CA (Thawte?) when you enrolled for the certificate? |
|
Jun 19 |
comment |
Run SVN commands with self signed SSL cert It's odd - better to just disable SSL. Beter yet to actually use a cert that you trust and makes sense for the URL. |
|
Jun 19 |
comment |
Apache with a self signed certificate displays wrong certificate where id apache come from? what OS / distro? Do you use jungo.com/openrg/pr_openrg.html? |
|
Jun 19 |
answered | Info on SSH tunelling etc in certain context |
|
Jun 18 |
comment |
Is there an SSL equivelent to an ssh agent? You can use client certificates to authenticate your developers so it will work from anywhere they have unfettered network access. This is what many companies use for remote access for those who need something more than email or exchange access. |
|
Jun 16 |
answered | Is there an SSL equivelent to an ssh agent? |
|
Jun 16 |
answered | Secure NAT setup with iptables |
|
Jun 14 |
comment |
How do I use a Multi-SAN certificate on both Lync and Exchange servers? Looks like he has all the right subjectAltNames in there |
|
Jun 14 |
revised |
stunnel version 4.53 says SSL server needs a certificate on Windows 7 grammar, formatting |
|
Jun 14 |
comment |
stunnel version 4.53 says SSL server needs a certificate on Windows 7 It matters because the requirements for using it as a client are different from using it as a server. For a client you have to configure trust of the server (or disable caring about trust) while for a server you have to give it a key-pair and a certificate. |
|
Jun 14 |
answered | stunnel version 4.53 says SSL server needs a certificate on Windows 7 |
|
Jun 14 |
comment |
SSH access and control What do this have to do with SSH access and control? |
|
Jun 14 |
comment |
stunnel version 4.53 says SSL server needs a certificate on Windows 7 Are you using this to ssl enable a server or a client? |
|
Jun 14 |
comment |
Export SSL Cert from IIS and import into GlassFish keystore Are you sure the PFX contains the private-key and not just the certificate(s)? Why does the error message refer to 'reply'? |
|
May 29 |
comment |
Using client certificates with wget You're confusing your certs and keys. Until you get it to work with openssl s_client you can be sure you are passing the wrong file (contents) to wget. Look inside the files and see if they are tagged (usually are with something like ---BEGIN PRIVATE KEY--- or ---BEGIN RSA KEY--- or ---BEGIN CERTIFICATE--- ... etc.. .that will tell you what's in the files) |