Hi, I am setting up a new 30E firewall for a small office and for once I
had some time on my hands so I thought I would play around a little bit
with the rest API for learning purposes since it would help out with
managing other firewalls. So I read ...
So I am having this weird issue with the SSL VPN when connecting with
the forticlient. I can connect when specifying the external ip address
to connect to but when i specify the DNS name pointing to the same ip
address I get the "Unable to logon to t...
All the admin guides I find seem to be off, I dont think the firewall
accepts basic authentication, does anyone know the url to create an
authentication token?
So I found out it is working but I only have access from the browser on
https://192.168.1.99/api/v2/monitor/system/interface However I am not
able to curl it with: curl -H "Authorization: YWRtaW46" -k
"https://192.168.1.99/api/v2/monitor/system/inter...
That was a bad example I'm so frustrated I've been trying around with
anything I can find on the web, that particular line and document is for
the fortiweb appliance. I'm starting to doubt the very existance of the
rest api on the fortigate, does it ...
Problem is solved, turns out Forticlient cannot handle connections to
dns records containing an "_" For example A record = ssl_vpn.example.com
data = 1.1.1.1 does not work but A record = sslvpn.example.com data =
1.1.1.1 does.