Author : Morris

Home » Articles posted by Morris

The active kids voucher auto redemption feature is eanbled for both Classhub registration and Customer Portal regustration, and both are using same configuration Customer Properties: NSW_ACTIVE_KIDS_VOUCHER_REDEMPTION_ENABLED=true inTennis Venue setup: adds ServiceNSW businessID and locationID Program setup Tick checkbox “Tick here to enable Active Kids Voucher (NSW Australia only)” ConfigData: REDEEMED_SERVICE_NSW_VOUCHER_US..

Read more

Certification Process Once you have completed integration with the Tyro Terminal via the Tyro Terminal Adapter software, the Tyro FileWatcher or the Tyro iClient, and have also completed your own system testing, you are ready to certify that your solution integrates correctly and can be deployed to customers. When you are at the point where ..

Read more

In later versions of the TTA a production url has been added in 2 locations in the registry.  For TTA to work in the Dev environment you need to make sure the url is changed in both of the following locations: HKEY_LOCAL_MACHINE\SOFTWARE\Tyro\Tyro.IntegrationServer.Url HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Tyro\Tyro.IntegrationServer.Url For physical terminal connections the url is https://integration.test.tyro.com and for simulator connections is it https://integrationsimulator.tes..

Read more

https://www.cyberciti.biz/faq/how-do-i-block-an-ip-on-my-linux-server/ The Linux firewall can block the ip address using below command: Block IP address: # iptables -A INPUT -s 65.55.44.100 -j DROP Unblock IP address: # iptables -D INPUT -s 65.55.44.100 -j DROP   Note: The Server Agent need Java code to get List of IP address with 404 status and process Linux command ..

Read more

1. AWS Lambda: https://docs.aws.amazon.com/waf/latest/developerguide/tutorials-4xx-blocking.html 2. Spring Authentication: https://www.baeldung.com/spring-security-block-brute-force-authentication-attempts 3. Nginx: https://www.nginx.com/blog/mitigating-ddos-attacks-with-nginx-and-n..

Read more