Displaying 2 results from an estimated 2 matches for "httpaccess".
Did you mean:
http_access
2010 Apr 12
21
Using the limit action on a DNAT rule to prevent DoS attackson a specific port
...#ACTION SOURCE DEST
HTTP(DNAT) net loc:192.168.1.160
Now how can I convert this rule so I can use the limit action? I assume the
following rule isn''t going to work correct because it misses the DNAT
action:
Limit:info:HTTPACCESS,3,60 net loc:192.168.1.160
tcp 80
So how should I do this? Any help or pointers the some usefull doc''s about
this topic are more then welcome!
Regards,
Sander
------------------------------------------------------------------------------
Download Inte...
2011 Jan 03
4
How to get soap4r to not bother verifying SSL certificate (verify_mode none)?
Using Ruby 1.8.7, Rails 2.3.8. I don''t want it to verify the cert...
This is my backtrace:
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed):
httpclient (2.1.5.2) lib/httpclient/session.rb:247:in `connect''
httpclient (2.1.5.2) lib/httpclient/session.rb:247:in `ssl_connect''
httpclient