HTTPS proxy does not support
See original GitHub issueWhen I try add httpS proxy, it not working
args={ 'proxy': 'https://35.185.80.76:3128', }
Bad request to Splash: {'info': {'type': 'bad_argument', 'argument': 'proxy', 'description': 'Invalid proxy URL format.'}, 'description': 'Incorrect HTTP API arguments', 'error': 400, 'type': 'BadOption'}
May be need use other way? Thanks
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
HTTPS connections over proxy servers - Stack Overflow
The short answer is: It is possible, and can be done with either a special HTTP proxy or a SOCKS ...
Read more >HTTPS proxy is not supported #3787 - square/okhttp - GitHub
The proxy is in charge to forward to server. HTTPS: the client want to send a request to a server, encrypted with the...
Read more >HTTPS proxy configuration not working
The infrastructure agent's HTTP/HTTPS proxy configuration is not working. For best proxy results, we recommend using the most recent infrastructure agent.
Read more >Using an HTTP proxy - AWS Command Line Interface
Configure the AWS CLI to use an HTTP proxy. ... The AWS CLI doesn't support NTLM proxies. ... The AWS CLI supports HTTP...
Read more >Duo Authentication Proxy Reference - Duo Security
The Authentication Proxy does not natively support load balancing and ... Windows from https://dl.duosecurity.com/duoauthproxy-latest.exe.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Дело было в User-Agent. Спасибо еще раз, извиняюсь что голову морочил
Извиняюсь, я только учу англ. мог не правильно донести информацию. Суть в том, что когда я без прокси, через браузер захожу по ссылке, вижу
Access Denied You don't have permission to access
, устанавливаю прокси, вижу нормальный сайт. Со scrapy точно также. когда пробую добавить аргумент в Splashargs={ 'proxy': 'http://35.185.80.76:3128'}
возвращает телоAccess Denied You don't have permission to access
Еще раз спасибо за ответы