- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to specify http proxy username:password?
I am trying to allow the splunk server on my laptop to access splunk.com and splunkbase.com. My laptop is behind a corp firewall, which requires me to supply username/password, to access the public network.
The error message from the splunk server is
Splunk server is unable to connect to splunkbase.splunk.com. Check internet connection for Splunk Light server, and try again.
In Splunk/etc/splunk-launch.conf, I tried
HTTP_PROXY=myname:mypassword@myhost.myco.us:8080
And tried
HTTP_PROXY=myname:mypassword@http://myhost.myco.us:8080
with no success.
BTW, the notification below says
You don't have enough karma points to post links; if you post any link they won't be shown to other users.
I did post a couple pseudo-links. I hope you can see my question.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

My suggestion would be to enter HTTPS_PROXY = myhost.myco.us:8080
in splunk-launch.conf. Do not use a username and password. Reach out to the administrator's of your proxy server and ask if they can white-list the IP address of your Splunk server making the request. A good proxy should be able to allow only access to specific domains and/or URLS for a specific source IP address (your Splunk server), since you will be bypassing the proxy's authentication module. Open a ticket with Splunk to verify if they do or do not support authenticated proxies. Maybe a feature request is required.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think my question should be flagged as a duplicate of
https://answers.splunk.com/answers/88380/407-proxy-authentication-required-how-to-have-splunk-authen... .
Which was asked 3 years ago, and which has yet to get an answer.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

We can see your question but its not very clear. What configuration file are you talking about? What are you trying to achieve?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have updated the question with more information.
