Skip to content

Instantly share code, notes, and snippets.

package net.hockeyapp.android.demo;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.acra.ACRA;
import org.acra.collector.CrashReportData;
import org.acra.ReportField;
import org.acra.sender.ReportSender;

Keybase proof

I hereby claim:

  • I am kariem on github.
  • I am kariem (https://keybase.io/kariem) on keybase.
  • I have a public key whose fingerprint is 023F 83F7 7763 7202 F247 7001 3BDC C12A 0436 C795

To claim this, I am signing this object:

@kariem
kariem / site.conf
Created January 10, 2018 11:42
Apache site configuration based on SSL Labs recommendations
# Disable SSL 2 and SSL 3
SSLProtocol all -SSLv2 -SSLv3
# Ciphers in the correct order, newlines added for readability
SSLHonorCipherOrder on
SSLCipherSuite
EECDH+ECDSA+AESGCM
EECDH+aRSA+AESGCM
EECDH+ECDSA+SHA384
EECDH+ECDSA+SHA256