@vcui-panel-window-font-size: 14px;
@vcui-panel-window-frame-size: 7px;
@vcui-panel-window-frame-color: transparent;
@vcui-panel-window-main-background: #fff;
@vcui-panel-window-main-color: #5e5e5e;
.vc_ui-panel-window {
box-sizing: content-box;
font-size: @vcui-panel-window-font-size;
padding: @vcui-panel-window-frame-size;
background: @vcui-panel-window-frame-color;
}
.vc_ui-panel-window-inner {
background: @vcui-panel-window-main-background;
color: @vcui-panel-window-main-color;
box-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
position: relative;
max-height: inherit;
display: flex;
flex-direction: column;
align-items: stretch;
align-content: stretch;
flex-basis: 100%;
> .vc_ui-panel-header-container,
> .vc_ui-panel-footer-container {
flex: 0 0 auto;
}
> .vc_ui-panel-content-container {
flex: 1 1 auto;
}
}
// minimized window
.vc_ui-panel-window {
&.vc_minimized {
&:not(.vc_animating) {
.vc_ui-panel-header-content,
.vc_ui-panel-content-container,
.vc_ui-panel-footer-container {
display: none;
}
.vc_ui-minimize-button {
transform: scaleY(-1);
}
}
}
&.vc_animating {
.vc_ui-panel-window-inner {
overflow: hidden;
}
&:not(.vc_minimized) {
.vc_ui-minimize-button {
transform: scaleY(-1);
}
}
}
}
@media (max-width: @screen-xs-max) {
.vc_ui-panel-window {
box-sizing: border-box !important;
width: 100vw !important;
height: 100vh !important;
max-height: none !important;
position: fixed !important;
left: 0 !important;
top: 0 !important;
padding: 5vh 5vw !important;
overflow-y: auto !important;
overflow-x: hidden !important;
&.vc_active {
display: block !important;
}
// don't allow minimizing on mobile
.vc_ui-minimize-button {
display: none !important;
}
// always unminimized on mobile
.vc_ui-panel-header-content,
.vc_ui-panel-content-container,
.vc_ui-panel-footer-container {
display: block !important;
}
}
}
Free open-source SSL VPN client supporting multiple protocols including AnyConnect
OpenConnect is a free open-source SSL VPN client that provides secure remote access to private networks. This cross-platform solution offers reliable VPN connectivity for both enterprise and individual users.
Unlike traditional VPN clients openconnect client, OpenConnect supports multiple SSL VPN protocols and can seamlessly integrate with existing infrastructure. This makes it an ideal choice for organizations and users seeking flexible secure remote access solutions.
Compatible with multiple enterprise VPN protocols including AnyConnect and Pulse Secure
Available for Windows, Linux, macOS, Android, and other platforms
Provides military-grade encryption with support for two-factor authentication
Completely free and open-source with transparent code development
Available for all major platforms – completely free and open-source
Compatible with Windows 7 and newer
Ubuntu/Debian .deb packages
macOS 10.15 and later
Obtain the Windows-compatible version from the project’s official download page. Look for the MSI or executable installer package for straightforward setup.
Run the installation file and grant necessary permissions when prompted by UAC. The installation process typically takes 2-3 minutes on modern Windows systems.
Launch OpenConnect GUI and add a new connection profile with your VPN server details. Set up authentication credentials, certificates, or token-based login as per your network requirements.
Select your configured connection profile and click connect to establish the VPN tunnel. Monitor connection status through the system tray icon and verify successful network access.
Verify server address accuracy and network connectivity before attempting connection. Validate that your user account has proper VPN access permissions.
Ensure system clock is synchronized and certificates haven’t expired. Check for self-signed certificates that may require manual acceptance.
Note: Enterprise users should contact their network administrators for customized setup instructions. Some networks require additional security software or specific configuration tweaks.
]]>