Posts

Short Cut for developers

Run Command       #  Command Name  Description 1  msinfo32  System Information            2  control       Control Panel  3  devmgmt.msc  Device Manger  4  eventvwr  Event Viewer  5  appwiz.cpl  Programms and Features  6  services.msc  Manager all services  7  mstsc       Remote Desktop Connection  8  inetmgr  Internet Information Services(IIS)  9  cmd       Command Prompt      

Tech Talk of 2024

https://github.com/moovweb https://www.coach.com/ https://tanstack.com/query/v4/docs/framework/react/comparison https://github.com/vercel-labs/gemini-chatbot https://astro.build/ https://www.debugbear.com/ https://medium.com/@cramirez92/s-o-l-i-d-the-first-5-priciples-of-object-oriented-design-with-javascript-790f6ac9b9fa

Exposing your localhost web server to public

Public URLs for exposing your local web server https://ngrok.com/ https://localtunnel.me/

How to Fix Secure Connection Failed Error in Mozilla Firefox

If you have done all client side fix but no luck then try server side. Below suggestion helped me to quickly solved my problem It looks like the issue with Firefox is most likely being caused by the cipher suites the server has enabled. I scanned the site using SSL Labs here:  https://www.ssllabs.com/ssltest/analyze.html?d=faceawards.nyxcosmetics.com.tw,  and it shows a few ciphers suites enabled, but none are supported by Firefox so a secure connection cannot be created. I would recommend running a tool called IIS Crypto ( https://www.nartac.com/Products/IISCrypto ) on your server and select the option to enable "Best practices", this will ensure you have secure ciphers that are supported by all browsers enabled on the server.  If you don't want to download the IIS Crypto utility on your server you can also edit the ciphers directly through the Windows SSL Configuration Settings ( https://docs.microsoft.com/en-us/windows-server/security/tls/manage-tls#configuring-

PortQry solve your connectivity issues

Portqry is a Microsoft tool that provides information about TCP and UDP ports that are "listening" locally and which process or service is offering IP services on a system.  PortQry is nothing more than a tool developed to aid in the troubleshooting of helping solve connectivity issues by allowing for the scanning of ports in a better way. PortQry vs. Telnet: Which tool to use? Download

IIS Crypto is a tool the ability to enable or disable protocols, ciphers, hashes and key

Introduction IIS Crypto is a free tool that gives administrators the ability to enable or disable protocols, ciphers, hashes and key exchange algorithms on Windows Server 2008, 2012 and 2016. It also lets you reorder SSL/TLS cipher suites offered by IIS, implement best practices with a single click, create custom templates and test your website. Download

Introduction PsPing

Introduction of PsPing PsPing implements Ping functionality, TCP ping, latency and bandwidth measurement. Download