0
votes
1answer
11 views
WSE 3.0 Trust chain error - how do i view what certificate is being sent back? I want to know what cert has the trust chain error.
I'm having a trust chain error when I receive my response in WSE 3.0.
Their cert is fine when I grab the WSDL. Their cert is fine when I connect. It likes my public cert when I send the XML request.
…
0
votes
2answers
50 views
Losing connection to a webservice via https “No X509TrustManager implementation available”
Hi
I have a really weird issue with Java and SSL certificates. Hope someone can help.
A web is running in a cluster of 3 identical servers
All servers contain "Application A" which is a JSR-168 …
0
votes
0answers
290 views
How to use JCIFs authentication context in a java non-web client from active directory account to mid-tier for trust
In my java non-web client, I want to pass the authentication context established with jcifs from the active directory domain account it was running under to a backend component like a mid-tier server …
1
vote
2answers
792 views
Secure Java SOAP web service - Active Directory authentication Trust
I want to build a secure web-service betweeen a Java producer and a Java consumer. I want to authenticate using Active Directory using the domain accounts that the producer and consumer are running …
0
votes
0answers
24 views
Authenticating AD via LDAP with a TRUST via PHP
I've got php code that works as expected to authenticate a user against an Active Directory domain using LDAP. The same domain now has a one-way trust enabled - users in the trusted domain don't …
0
votes
1answer
30 views
How to determine the root of a certificate?
My root certificates are stored as several files in ASN.1 format.
Assume I have a chained end entity certificate in the same format. How do I efficiently determine the root certificate of this …
0
votes
2answers
90 views
Access 2007, VBA, a tiny project for a school, and the Trust Center
A friend asked for my help putting together an Access database for a small department at a university. It tracks medical info on some animals. The problem is that to make the application easy enough …
1
vote
4answers
627 views
Are Active Directory forest trusts transitive?
I'm working on trouble shooting an application under development that uses information from Active Directory in a multi-forest environment and I have the current problem down to figuring out if forest …
0
votes
0answers
18 views
Windows forms app in IE: how to not require the user to modify trusted zones/.net security? Trust?
How do you configure/setup your .dll file so that when its hosted in IE and a user hits the page it just prompts them to 'trust' the application and install it and run? Currently all the doco I can …
2
votes
2answers
115 views
Does it make sense to set up a trusted relationship between Active Directory instances at partner companies?
Hi,
If a company often requires users to be created in a partner's active directory, and vice versa, does it make sense to set up a federated / trusted relationship between the AD instances? If so, …
0
votes
3answers
85 views
How to authenticate client application for trust of messages sent from it
The basic question
How do I know that it is my publicly accessible (client) application that is sending my service messages? How do I know that it is just not some other application that is …
4
votes
5answers
111 views
An algorithm for distributed or decentralised reputation/trust
Does anyone know of an algorithm for computing how much you 'trust' another user (their reputation) in a decentralised system.
Sites like this one use a centralised authority to track reputation …
6
votes
6answers
374 views
What are the most common, typical things to AVOID coding into my ASP.NET app in order for it to run under Medium Trust on a shared host?
What are the things that Medium Trust stops you from doing? For example, I've already learned that Medium Trust stops you from using System.IO.Path.GetTempPath(). What other things like that?
0
votes
1answer
114 views
ASP.NET MVC: deployment issue
Hi,
I created an ASP.NET MVC 1.0 application that works fine on my machine (running in vs 2008 web server). However, when I deploy it to my webhost (running in medium trust), I get the following …
1
vote
3answers
106 views
SMTPClient Half Working \ Half Not
I am using Microsoft's membership framework on a website. I am able to send password retrieval e-mails, but am unable to send e-mails myself using SMTPClient.
When you configure the SMTP settings in …
