invoke-webrequest The request was aborted: Could not create SSL/TLS secure channel

invoke-webrequest The request was aborted: Could not create SSL/TLS secure channel Error –  invoke-webrequest The request was aborted: Could not create SSL/TLS secure channel Solution –  By default powershell uses TLS 1.0 the site security requires TLS 1.2, use Net.ServicePointManager to define TSL 1.2 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Invoke-WebRequest -Uri https://www.yubico.com/

Continue Reading

Error – To allow this website to provide information personalized for you, will you allow it to put a small file (called a cookie) on your computer?

Error – To allow this website to provide information personalized for you, will youallow it to put a small file (called a cookie) on your computer?” Problem -> Whenever we use powershell  “Invoke-WebRequest” command to access website with cookies then its gives warning as below: powershell> Invoke-WebRequest http://microsoft.com Warning: “To Allow this website to provide information personalized for […]

Continue Reading

WordPress – remove “website” field from comments section in wordpress theme

WordPress – remove “website” field from comments section in wordpress theme Problem – default wordpress comment section comes with Website section where visitors can submit their website link. If you dont want someone to add comment with their website link then there are multiple ways to handle it.  one of the easy option is with […]

Continue Reading

how to start XAMPP services automatically after Windows reboot

how to start XAMPP services automatically after Windows reboot Problem -> By default when you configure XAMPP to run wordpress on windows machine, it wont start Apache and mysql after windows reboot.   Solution – > 1> open XAMPP control panel 2> you will see red cross mark in front on apache and mySQL because they […]

Continue Reading

Error – Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.

Error – Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP. Error – : Unable to communicate back with site to check for fatal errors, so the PHP change […]

Continue Reading

powershell script to create self signed certificate

powershell script to create self signed certificate Problem -> Sometime while performing any application test or configuring test environment it is difficult to buy certificate so better option is to use self sigh certificate. There are multiple ways to generate self sign certificate, Prior to PowerShell 4.0, you needed to download MakeCert.exe or another utility to […]

Continue Reading

Convert HTML to XML online, HTML to XML parser online| Blogger adsense code converter tool online

HTML to XML parser online| Blogger adsense code converter tool online   Tool to convert any HTML code to xml so you can add it in Blogger  blog Template specially help to convert ads code like adsense,chitika, adbrite. Check below url for to convert your code – http://html-to-xml-parserser.blogspot.com/2017/07/html-to-xml-parser-online-blogger.html

Continue Reading