localhost:11501
Port 11501 is used by Khajane 2 — Karnataka's Integrated Financial Management System. Government employees across Karnataka use this portal for treasury operations: challan generation, bill processing, salary disbursement, and pension payments.
What is Khajane 2?
Khajane 2 is the Government of Karnataka's treasury and financial management application. The desktop software creates a local web server on port 11501 for secure access to:
- e-Challan generation and payment
- Bill processing and approval
- Salary and pension disbursement
- Treasury voucher management
- Financial reports and statements
Access Khajane 2
- Ensure Khajane 2 application is installed and running
- Open browser and go to https://localhost:11501
- Accept the security certificate warning (it's a self-signed cert)
- Login with your treasury credentials
Common Issues
| Problem | Solution |
|---|---|
| Connection refused | Start Khajane 2 application first |
| Certificate error | Click "Advanced" → "Proceed to localhost" |
| CAPTCHA not loading | Clear browser cache, disable extensions |
| Login failed | Check credentials, ensure internet connection |
| Page timeout | Don't use browser back button during transactions |
Troubleshoot Port 11501
# Check if Khajane 2 is running
netstat -ano | findstr :11501
# If port is blocked, find process and restart
taskkill /F /PID [process_id]
# Or simply restart the Khajane 2 application
Best Practices
- Use Chrome or Firefox (recommended browsers)
- Don't refresh page during transaction submission
- Don't use browser back button
- Save work frequently — session may timeout
- Disable browser extensions that might interfere
Why HTTPS on localhost?
Khajane 2 uses HTTPS (not HTTP) even on localhost because it handles sensitive financial data. The self-signed certificate provides encryption between your browser and the local application.