Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
dbg
New Contributor

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

 

 

 

 

 

1 Solution
anignan
Staff
Staff

Hi @dbg ,

 

It seems like your like your certificate does not have  "TLS Web Server Authentication" extension. Can you check the TLS extensions?

 

Abdel

View solution in original post

2 REPLIES 2
anignan
Staff
Staff

Hi @dbg ,

 

It seems like your like your certificate does not have  "TLS Web Server Authentication" extension. Can you check the TLS extensions?

 

Abdel

dbg
New Contributor

You're right, I tried to use a CA instead of a server cert. Thank you!

Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors