I have a CR6 I am trying to learn how to use. Because of IT restrictions, I have to disable http, and must use https. I generated a private key and self-signed certificate and uploaded it to the CR6 using the Device Configuration Utility. When I try to access the CR6 over https, there is a long delay (20-40 seconds). This causes the browser to frequently timeout. Any suggestions on what might be causing the delay?
The CR6 OS file is: CR6.Std.12.02 CR6-WIFI.05.03
It's IP address is 192.168.1.3/24. Gateway 0.0.0.0 (because there is no gateway) and there is no hostname assigned to it. It is directly connected to an Ethernet port on my laptop (192.168.1.2/24) using a cross-over Cat6 cable. I am using USB to configure it using the Device Configuration Utility This is a temporary configuration while I am learning/testing.
The command line I used to generate the private key and certificate: openssl req -x509 -newkey rsa -nodes -keyout cr6.key -out cr6.crt -days 12000
Ping time is consistenly less than 1ms and if I enable http, I get a response with no delay.