Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Neily
  • Order by date
  1. Neily

    Class Return Value

    I'm using the SimpleSavant project to put and get to SimpleDB. Savant determines the type of each member of my class but (for this project at least) I need savant to combine the entries in a list and put them into SimpleDB as a CSV string. The data in question are strings that are tags for my...
  2. Neily

    Class Return Value

    I want to return a value for my class without needing to call a method in that class. For example: class MyClass1 { String myString = "A String"; } MyClass1.myString would give me: A String wherever used. What I need is a List<String> that will return as a CSV String when used: class...
  3. Neily

    Single Logon

    Hi, Thanks for all the posts. I couldn't install SSO feature after the installation was carried out, so had to uninstall and redo it. I haven't managed to get this working as I want. I want similar functionality to Outlook with Exchange, but haven't achieved that yet. Currently I sign-in to...
  4. Neily

    Database Access: View/Access only databases user/login has access to

    Firstly, I'm using SQL Server 2008 Express on Windows Server 2003. A number of small projects are being hosted on this server. Each project will be given a non-admin local account to connect to the machine and also a SQL account (same name and password on both). When they login to SQL server...
  5. Neily

    Certificate Trust Lists and IIS7

    I need to generate a CTL for use with IIS7. I generated a CTL file using MakeCTL (on Win2k3 SDK) and put only my own RootCA certificate in the CTL. However, when I then use adsutil.vbs to set my website to use this CTL, I get: ErrNumber: -2147023584 (0x80070520) Error Trying To SET the...
  6. Neily

    SSL and cURL

    Thanks to all who replied. We eventually got it working, however, it seems that there was something wrong elsewhere. Its now working perfectly, and I did use some of the tips above to help me anyway! Thanks
  7. Neily

    SSL and cURL

    With certs imported into IE, it gives us 403. We also seem to be getting errors where our key doesn't match the cert. I've read so much, I'm getting slightly confused!
  8. Neily

    SSL and cURL

    I've setup OpenSSL as out CA and again with just a server cert it works as before. I created a client csr and signed it with openssl, but when I use it with CURL I now get: ERROR 22: The requested URL returned error: 403 Any ideas?
  9. Neily

    SSL and cURL

    We tried that, but still the error remained. I've used the WinCA before, but not really with client certs. We are trying out an OpenSSL CA now, so hopefully this will be better. I'll post my results. Thanks
  10. Neily

    SSL and cURL

    The curl_error() says something like: "58 - unable to set certificate file (wrong password?)" If I disable the requriement for client certificates it all works, but I need to use client certs.
  11. Neily

    SSL and cURL

    Hi JPadie, Other than the odd option we never used, that is pretty much what we did. So, I think it must be a problem with our certs. We use OpenSSL to generate a CSR that we then sign with out Windows CA. Do you know what the correct commands would be so that we get the correct key and cert...
  12. Neily

    SSL and cURL

    We have a 2 Windows servers. One runs IIS which is configured to use SSL and require a client certificate. It is also the Root CA using Windows CA services. The second runs WAMP and a PHP site using cURL. We can get SSL to work without client certs, but can't generate a client certificate...
  13. Neily

    Single Logon

    My company has just switched to Lotus Notes v6.5.4 from Microsoft Exchange. Nobody is happy about this, as the application we are using really sucks. I had Outlook configured to minimize to the task tray (as a small icon). This meant the main program wasn't taking up a location on the taskbar...
  14. Neily

    Client Certificate for external use

    It may turn out to be something we don't do, however, at the moment I'm being told that we will use server & client certificates.
  15. Neily

    Client Certificate for external use

    sorry for the delay. The certificates are for other websites to communicate with our 'service' website via API calls and for a client application to also communicate with our web server again via APIs. I don't know what certificates we'd use... don't really know the differences. Thanks
  16. Neily

    Client Certificate for external use

    I have a server that several companies external to mine are going to use services we provide on their own web sites. I've never dealt with Client Certificates before so am in need of some guidance. I have SSL set up and working, but I now am being asked to set up client certificates also. Our...
  17. Neily

    BE12 to make full server backup

    Hey LawnBoy... I was starting to think it wasn't possible myself. I've used BE for a few years but only ever to restore folders/SQL DBs to servers that have already been installed. Its just that I never installed VSTS so to do it identically as they did (which is probably required to get the...
  18. Neily

    BE12 to make full server backup

    We have just installed Visual Studio Team System (VSTS) and I need to provide a document showing how to restore the entire system. Its a long process to install the whole server and restore SQL etc, so I was hoping I could do weekly FULL backups of the entire server and then restore it...
  19. Neily

    SQL Express Useage Restrictions

    Through my continued searching, I've been unable to find anything that says I am unable to use this on a production server as the database backend for our website. So I guess we are good to go!!
  20. Neily

    SQL Express Useage Restrictions

    I've used SQL Express for in-house projects since its release, but now I've been asked if it is possible to use it for the backend database for our public-use website. I was under the impression that this wasn't allowed, but having performed some Google searches, I can't find this info. Am I...

Part and Inventory Search

Back
Top