Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
virtual server: set ssl-certificate - entry not found in datasource
Any ideas why I get "entry not found in datasource"? The cert is present:
config vpn certificate local
edit ourCA
get
Valid from: 2022-xxxx
Valid to: 2024-xxx
Root CA: Yes
CA:TRUE
state : OK
range : vdom
config firewall vip
edit rule2
set type server-load-balance
set extintf xxx
set server-type https
set extport 443
config realservers
edit 1
set ip xx
set port 443
next
end
set ssl-mode full
set ssl-certificate "ourCA"
end
# set ssl-certificate "ourCA"
entry not found in datasource
value parse error before ourCA
command fail. Return code -3
Solved! Go to Solution.
Labels:
- Labels:
-
Certificate
-
FortiGate
1 Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @dbg ,
It seems like your like your certificate does not have "TLS Web Server Authentication" extension. Can you check the TLS extensions?
Abdel
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @dbg ,
It seems like your like your certificate does not have "TLS Web Server Authentication" extension. Can you check the TLS extensions?
Abdel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're right, I tried to use a CA instead of a server cert. Thank you!
