ocserv: iOS Anyconnect unexpected POST URL /VPN?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2015-12-05 at 22:42 +0800, sskaje wrote:
> I tried both haproxy + ocserv and ocserv, same error.
> Anyone else met this?
> 
> iOS 9.1, AnyConnect 3.0.12169
[...]
> ocserv[22505]: worker: 1.1.1.1 HTTP POST /VPN
> ocserv[22505]: worker: 1.1.1.1 unexpected POST URL /VPN

Hi,
 That URL is not something ocserv handles. They must have changed their
protocol. What are the contents sent to this URL? If it looks like an
authentication request, you could try to copy the line with the handler
for /auth as a handler for /VPN in worker-http.c. I.e., add:
LL("/VPN", get_auth_handler, post_auth_handler),
in the known_urls table.

regards,
Nikos




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux