Hello folks,
I am setting up SSL VPN links for one my projects . Few links don't appear on the portal . I followed reference articles from
Solved: Mobile Access Blade - RDP access - Step by Step - Check Point CheckMates
Curl command works without issues.
[Expert@EXT-GW-01:0]# curl_cli -k -v https://172.16.31.3:4430
* Rebuilt URL to: https://172.16.31.3:4430/
* Trying 172.16.31.3...
* TCP_NODELAY set
* Connected to 172.16.31.3 (172.16.31.3) port 4430 (#0)
* ALPN, offering http/1.1
* *** Current date is: Thu Mar 20 11:40:28 2025
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* err is -1, detail is 2
* *** Current date is: Thu Mar 20 11:40:28 2025
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* err is -1, detail is 2
* *** Current date is: Thu Mar 20 11:40:28 2025
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / AES256-GCM-SHA384
* ALPN, server did not agree to a protocol
* servercert: Activated
* servercert: CRL validation was disabled
* Server certificate:
* subject: CN=SERVER-1584; ST=Self Signed; C=--; emailAddress=selfsigned@selfsigned; O=Self Signed
* start date: Mar 19 23:25:25 2025 GMT
* expire date: Mar 17 23:25:25 2035 GMT
* issuer: CN=SERVER-1584; ST=Self Signed; C=--; emailAddress=selfsigned@selfsigned; O=Self Signed
* SSL certificate verify result: self signed certificate (18), continuing anyway.
* servercert: Finished
< HTTP/1.1 200 OK
< Cache-Control: no-cache, private
< Content-Length: 32733
< Content-Type: text/html
< Date: Thu, 20 Mar 2025 15:40:48 GMT
< Last-Modified: Fri, 05 Oct 2018 19:26:18 GMT
<
Its able to resolve. I tried using IP and hostname its still the same. I can only see world clock app. I have this app just to test what I see. Any thoughts on this peeps?.