xbasians-org.github.io

32 views
Skip to first unread message

alex;

unread,
Aug 30, 2025, 3:12:00 AM (7 days ago) Aug 30
to xbasians.org

alex;

unread,
Aug 30, 2025, 4:52:29 AM (7 days ago) Aug 30
to xbasians.org
check_https.ps1
$domain = "https://xbasians.org"

while ($true) {
    Write-Host "Checking $domain ..."
    try {
        $response = Invoke-WebRequest -Uri $domain -UseBasicParsing -TimeoutSec 5
        if ($response.StatusCode -eq 200) {
            Write-Host "✅ HTTPS is working!" -ForegroundColor Green
            break
        }
    } catch {
        Write-Host "❌ Not ready yet. Retrying in 30s..." -ForegroundColor Red
    }
    Start-Sleep -Seconds 30
}
суббота, 30 августа 2025 г. в 10:12:00 UTC+3, alex;:
https://xbasians-org.github.io/
created

alex;

unread,
Aug 30, 2025, 6:12:10 AM (7 days ago) Aug 30
to xbasians.org
HTTPS is working!

суббота, 30 августа 2025 г. в 11:52:29 UTC+3, alex;:

alex;

unread,
Aug 30, 2025, 10:19:56 AM (7 days ago) Aug 30
to xbasians.org
https://xbasians.org/
What did I forget?

WBR, alex;
суббота, 30 августа 2025 г. в 13:12:10 UTC+3, alex;:

alex;

unread,
Aug 30, 2025, 10:27:41 AM (7 days ago) Aug 30
to xbasians.org
Added TODO
суббота, 30 августа 2025 г. в 17:19:56 UTC+3, alex;:
Reply all
Reply to author
Forward
0 new messages