Search found 2 matches

by phcorcim
Thu Dec 11, 2008 5:47 am
Forum: Unreal 3.2 Support
Topic: Intermediate SSL Certs
Replies: 1
Views: 1673

Re: Intermediate SSL Certs


I had forgotten to come back and answer this. I ran into this same problem on a Juniper DX load balancer.


cat 2008.godaddy_intermediate.crt > /ircd/server.cert.pem
cat 2008.wildcard.microchp.org.crt >> /ircd/server.cert.pem
cat 2008.wildcard.microchp.org.key > /ircd/server.key.pem



Then ...
by phcorcim
Tue Apr 15, 2008 8:11 pm
Forum: Unreal 3.2 Support
Topic: Intermediate SSL Certs
Replies: 1
Views: 1673

Intermediate SSL Certs

It appears that IRC clients do actually support public signed certs, though it appears that Unreal may not support it. How do I make use of an intermediate SSL cert with Unreal? I could not find anything in the docs and nobody on IRC seemed to know. I tried inserting it in my public cert but then ...