oscript-library / oscript-library/opm
proxy
Nobody has claimed this yet.
- Dominant language
- 1C Enterprise
- Stars
- 85
- Forks
- 35
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
создал файл opm.cfg, положил его C:\Program Files\OneScript\bin
{
"Прокси": {
"ИспользоватьПрокси": true,
"ПроксиПоУмолчанию": false,
"Сервер": "",
"Порт": "",
"Пользователь": "",
"Пароль": "",
"ИспользоватьАутентификациюОС": true
},
"СоздаватьShСкриптЗапуска": false
}
не помогает
заполняю настройки так:
{
"Прокси": {
"ИспользоватьПрокси": true,
"ПроксиПоУмолчанию": true,
"Сервер": "10.10.10.10",
"Порт": "8080",
"Пользователь": "Я",
"Пароль": "Я",
"ИспользоватьАутентификациюОС": false
},
"СоздаватьShСкриптЗапуска": false
}
не помогает

как победить прокси?)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the proxy setup on Windows using opm.cfg under C:\Program Files\OneScript\bin and the configurations shown in the issue. Trace how opm reads these settings and applies proxy authentication; done means the proxy operation works or the unsupported configuration is clearly identified.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100