We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i like your code. i need little help. i will try run pritunl-http-api, but i get this json everysingle time.
{ "data": "", "entryType": "Pritunl OpenVPN Operation", "error": "pritunl init client operation error: Post /auth/session: unsupported protocol scheme """, "statusCode": 1 }
i will try diff url combination
first try, url = "${PRITUNL_COMMON_URL||https://vpn.example.net}" another, url = "${PRITUNL_COMMON_URL||http://vpn.example.net}" another, url = "${PRITUNL_COMMON_URL||http://PUB.LIC.IP.XX}" another, url = "${PRITUNL_COMMON_URL||https://PUB.LIC.IP.XX}"
Could you please check?
go version go1.16.5 linux/amd64 centos 7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
i like your code. i need little help. i will try run pritunl-http-api, but i get this json everysingle time.
{
"data": "",
"entryType": "Pritunl OpenVPN Operation",
"error": "pritunl init client operation error: Post /auth/session: unsupported protocol scheme """,
"statusCode": 1
}
i will try diff url combination
Could you please check?
go version go1.16.5 linux/amd64
centos 7
The text was updated successfully, but these errors were encountered: