<config-auth client="vpn" type="auth-request">
<version who="sg">0.1(1)</version>
<auth id="main">
<message>Please enter your username</message>
<form method="post" action="/auth">
<input type="text" name="username" label="Username:"/></form>
</auth>
</config-auth>
现在 ocserv 在使用SSL证书登录,Nginx 开起 SSL后 使用 https打开网站,提示上面的,看样子貌似是VPN认证的
<version who="sg">0.1(1)</version>
<auth id="main">
<message>Please enter your username</message>
<form method="post" action="/auth">
<input type="text" name="username" label="Username:"/></form>
</auth>
</config-auth>
现在 ocserv 在使用SSL证书登录,Nginx 开起 SSL后 使用 https打开网站,提示上面的,看样子貌似是VPN认证的