[ELK] GeoIP 注意事項

No Comments

CentOS 套件庫的版本是2013年的, 會有些公用IP查不出來, 建議自行下載
https://dev.maxmind.com/geoip/legacy/geolite/#Downloads

Logstash 如果名稱不是 logstash-* 開頭的 index, GeoIP的 “geo_point” 會無法啟用
http://blog.csdn.net/yanggd1987/article/details/50469113

中招了….wpad.dat 自己跑進 proxy setting…..(中間人)

No Comments

http://www.2-spyware.com/remove-unstops-net-virus.html

AAAR export PDF with no data – PKIX path building failed

No Comments

2016/11/08 14:23:45 - HTTP - Start of HTTP job entry.
2016/11/08 14:23:45 - HTTP - Connecting to URL: https://imkm.udngroup.com:443/alfresco/service/api/audit/query/alfresco-access?verbose=true&fromId=0&limit=50000
2016/11/08 14:23:46 - HTTP - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : I was unable to save the HTTP result to file because of a I/O error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2016/11/08 14:23:46 - HTTP - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
2016/11/08 14:23:46 - HTTP - at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)

 

AAAR設定為 https 連線時, 會無法正確產出報表, 部分網站認為是 tomat 7 不支援SSL 1024bit以上的加密, 只能暫以走 http (port 80)

httpd on CentOS7 box using VirtualHost

No Comments

VirtualHost setting
http://www.ahlinux.com/server/proxy/8732.html

 

CentOS got httpd 503 error using ProxyPass
http://stackoverflow.com/questions/25644487/httpd-returning-503-service-unavailable-with-mod-proxy-for-tomcat-8

If this is the problem, it can be solved by running:

/usr/sbin/setsebool -P httpd_can_network_connect 1