Author : kbAdmin

Home » Articles posted by kbAdmin (paged 6)

This article describes how to use “openssl” to create a new private key and generate a certificate signing request (CSR). In this example, say we are going to purchase a wildcard certificate on “intennis.com.au” domain. Create a private key and CSR: >openssl req -newkey rsa:2048 -nodes -keyout privatekey.openssl -out domain.csr Generating a 2048 bit RSA ..

Read more

Powered by ClassHub using Maven profile “production_tennisvenues”. Deployed to “honeydew” under “c:\ClassHub\PRODUCTION_TENNISVENUES”. JDBC connection URL: jdbc:mysql://rds1.sportlogic.net.au:3306/racquetvenues_app?useSSL=false JDBC user: ..

Read more

TLS v1.0 has been deprecated. Browsers such as Firefox will discontinue the support from March 2020. It is also recommended to turn off TLS 1.1 support. For Tomcat 6 & 7 (6.0.3.8 and newer)Within the server.xml file, find the sslEnabledProtocols entry and make sure only TLS 1.2 protocol is specified: sslEnabledProtocols = “TLSv..

Read more

Each Aurora has a max connections limit. E.g. “db.t2.small” is around 45 connections. The limit is derived from the instance’s memory size. The larger the memory the bigger the max connection limit. See more info here: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Performance.html If max limit is reached you will not be able to connect. May receive error like this: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: ..

Read more

The Ezidebit Javascript library does not have a timeout logic built-in. So it is possible to be waiting for transaction response indefinitely after payment form is submitted to Ezidebit. In this case the callback will never be called. We won’t know if the payment will eventually be processed or not. The only way to find ..

Read more

Just like firewall we can create an entry in VPC Network ACL to block certain IP addresses e.g. repeated hacking attempts. E.g. say we want to block this IP: 185.153.199.126 To do this in AWS Console, go to VPC > Network ACLs to add a DENY inbound rules entry. 50 ALL Traffic ALL ALL 185.153.199.126/32 ..

Read more

From Catalina onward, all 32-bit apps will stop working. This includes legacy Apple Java 6. inTennis seems to be fine as long as a 64-bit Java is installed. For some reason Catalina is not allowing to install Oracle Java 8 JRE (or JDE). In this case install OpenJDK instead from here https://adoptopenjdk.net If Catalina complains ..

Read more

Rebuild App To rebuild app in GoNative, go to the Private Management URL, click Edit Config button and save to trigger a rebuild. Download Android APK file and upload to Google Play Console under Release Management section. 28/9/2022 Max’s email: If you need our help with the publishing/updating in the future we can offer a ..

Read more

Complete the online referral form The procedure below is now replaced by the online referral form: To refer our customer to Tyro, we need to email John Edgar <[email protected]> the following information on the customer: Merchant Name Business name Contact Number Contact Email address Tyro Contacts Matt Coss – Partnership Manager – [email protected] – 0436 914 ..

Read more