mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
04d180e11a | ||
|
6d3b127569 | ||
|
e72b25e415 |
@@ -19,6 +19,7 @@ QNetworkReply* gpclient::helper::createRequest(QString url, QByteArray params)
|
||||
// Skip the ssl verifying
|
||||
QSslConfiguration conf = request.sslConfiguration();
|
||||
conf.setPeerVerifyMode(QSslSocket::VerifyNone);
|
||||
conf.setSslOption(QSsl::SslOptionDisableLegacyRenegotiation, false);
|
||||
request.setSslConfiguration(conf);
|
||||
|
||||
request.setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded");
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
globalprotect-openconnect (1.4.2-1) unstable; urgency=medium
|
||||
|
||||
* Updated VERSION, Bumped 1.4.1 –> 1.4.2
|
||||
* Clear SSL_OP_LEGACY_SERVER_CONNECT (#146)
|
||||
|
||||
-- Kevin Yue <k3vinyue@gmail.com> Fri, 06 May 2022 22:18:19 +0800
|
||||
|
||||
globalprotect-openconnect (1.4.1-1) unstable; urgency=medium
|
||||
|
||||
* Updated VERSION, Bumped 1.4.0 –> 1.4.1
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 14:18:19 UTC 2022 - k3vinyue@gmail.com - 1.4.2
|
||||
|
||||
- Update to 1.4.2
|
||||
* Updated VERSION, Bumped 1.4.1 –> 1.4.2
|
||||
* Clear SSL_OP_LEGACY_SERVER_CONNECT (#146)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 13:58:59 UTC 2022 - k3vinyue@gmail.com - 1.4.1
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Name: globalprotect-openconnect
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
Release: 1
|
||||
Summary: A GlobalProtect VPN client powered by OpenConnect
|
||||
Group: Productivity/Networking/PPP
|
||||
|
Reference in New Issue
Block a user