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 Chris 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: *

  1. kmowens

    Limiting file download size. Anyone?

    Changing the value of LimitRequestBody will require a server recompile though.
  2. kmowens

    Windows Apache Perl Kaaboom (error 126)

    I'm running activeperl 5.8 and Apache 2.0 on my windows 2000 machine. I'm trying to connect to an Oracle server on our network. I'm seeing this error in my Apache log after I call a Perl script: Specified driver could not be loaded due to system error 126 (Oracle ODBC). When I call the Perl...
  3. kmowens

    IO::Socket::SSL

    Okay, forget about this. It was a firewall issue. I thought I'd tested simple socket connections on the target box, but the tests actually occured on the same machine. Here's to numbskullery.
  4. kmowens

    IO::Socket::SSL

    Paul,thanks for the input, but it probably isn't the SSL_use_cert or SSL_verify_mode. SSL_use_cert forces the client to use a certificate of its own. SSL_verify_mode "This option sets the verification mode for the peer certificate." I'm not sure what this means, but I think it might mean that...
  5. kmowens

    IO::Socket::SSL

    I have a Java server that accepts SSL connections over a particular socket (using 9008 and 443) from a browser and exchanges data with no problems. I have a Perl client that will connect to a web server using HTTPS with no problems. The Java server is a middle-tier that needs to accept SSL...

Part and Inventory Search

Back
Top